SDK — answer_text()
Embeds the query locally, then callsPOST /answer. LLM model: llama3.2:1b-instruct-q4_K_M (via Ollama on the host).
Optional prompts and history
SDK — answer() with precomputed vector
If you already have a query embedding:HTTP client
You must supply bothquery and query_vector:
Requirements
- Store must contain uploaded documents (text or vector mode).
- Ollama must be running with
llama3.2:1b-instruct-q4_K_M(handled bymoorcheh-edge upon first run).
answer_stream() with MoorchehEdgeApiClient.
See API: Answer and CLI: answer.