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 text documents (embeds locally, text store, 384-dim).
moorcheh-edge upload-documents --documents-file PATH [--base-url URL]
--documents-file
{"documents": [...]}
--base-url
http://localhost:8080
{ "documents": [ { "id": "doc-1", "text": "Hello world" } ] }
moorcheh-edge upload-documents --documents-file documents.json
Was this page helpful?