add_knowledge
Add knowledge entries to a RAG system to store insights, tips, and best practices. Categorize and tag them for efficient retrieval.
Instructions
Add a knowledge entry to RAG. Store insights, tips, best practices, and lessons learned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Search tags | |
| source | No | Information source | |
| content | Yes | Knowledge content | |
| project | No | Related project (omit for general knowledge) | |
| category | Yes | Category (problem_solving/tech_tips/best_practices/pitfalls/design_patterns/other) |