import_text
Import raw text into the OpenMemory RAG knowledge base, with optional tags and titles, to make it searchable for AI retrieval.
Instructions
Import raw text content into OpenMemory RAG knowledge base
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags | |
| title | No | Optional title for the content | |
| content | Yes | Text content to import | |
| user_id | No | User ID for the knowledge base (optional) |