Data Operations
moorcheh-edge upload-documents
Upload text documents (embeds locally, text store, 384-dim).
Was this page helpful?
Documentation Index
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]
| Flag | Required | Description |
|---|---|---|
--documents-file | Yes | Path to JSON with {"documents": [...]} |
--base-url | No | API base URL (default http://localhost:8080) |
{
"documents": [
{
"id": "doc-1",
"text": "Hello world"
}
]
}
moorcheh-edge upload-documents --documents-file documents.json
Was this page helpful?