Write curated context to a workspace
rag_writeEmbed markdown documents into an AnythingLLM workspace with automatic vectorization. Overwrite existing entries by title to keep RAG context current and avoid stale duplicates.
Instructions
Embed a curated markdown doc into a workspace (raw-text + auto-embed). If overwrite=true (default), removes any existing embedding with the same title first to avoid stale duplicates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Workspace slug (from rag_find/rag_create_workspace) | |
| title | Yes | Canonical doc name, e.g. 'architecture.md' | |
| content | Yes | Markdown content | |
| overwrite | No |