Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Upload precomputed vectors (vector store).
moorcheh-edge upload-vectors --vectors-file PATH [--base-url URL]
--vectors-file
{"vectors": [...]}
--base-url
http://localhost:8080
{ "vectors": [ { "id": "item-1", "vector": [0.01, -0.02, "... match allowed dimension ..."], "text": "Optional label for search results" } ] }
moorcheh-edge clear-store
moorcheh-edge upload-vectors --vectors-file vectors.json
Was this page helpful?