kb.add
Add a document to the knowledge base for persistent storage. After adding, regenerate the index to incorporate the new content.
Instructions
Add a document to the knowledge base. After adding, regenerate the index page with kb.index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| source | No | ||
| vector | No | ||
| content | Yes | ||
| qdrantUrl | No | ||
| project_id | No | Optional project ID to scope this document to a specific project | |
| qdrantCollection | No |