import_file
Import local PDF, DOCX, TXT, MD, or HTML files into an OpenMemory RAG knowledge base, enabling retrieval-augmented generation over their content.
Instructions
Import a local file into OpenMemory RAG knowledge base. Supports PDF, DOCX, TXT, MD, HTML files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags for the document | |
| user_id | No | User ID for the knowledge base (optional, defaults to 'rag_user') | |
| file_path | Yes | Absolute path to the file to import |