16 lines
960 B
Markdown
16 lines
960 B
Markdown
---
|
|
name: dot-ai-manageKnowledge
|
|
description: "Manage the knowledge base: ingest documents, search with natural language, or delete chunks. Use \"ingest\" to store organizational documentation, \"search\" to find relevant content semantically, or \"deleteByUri\" to remove all chunks for a document. TIP: For complex questions, you can call search multiple times with different phrasings to gather comprehensive information before synthesizing your answer."
|
|
user-invocable: true
|
|
---
|
|
|
|
# dot-ai manageKnowledge
|
|
|
|
Manage the knowledge base: ingest documents, search with natural language, or delete chunks. Use "ingest" to store organizational documentation, "search" to find relevant content semantically, or "deleteByUri" to remove all chunks for a document. TIP: For complex questions, you can call search multiple times with different phrasings to gather comprehensive information before synthesizing your answer.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
dot-ai manageKnowledge
|
|
```
|