feat(rag): Implement RAG engine, configuration schema, and vector store integration

This commit is contained in:
2026-05-04 05:38:23 -04:00
parent 5a1c157295
commit e80cd6bd3f
5 changed files with 236 additions and 0 deletions
+2
View File
@@ -18,6 +18,8 @@ dependencies = [
"mcp>=1.0.0",
"pytest-timeout>=2.4.0",
"pyopengl>=3.1.10",
"chromadb>=1.5.8",
"sentence-transformers>=5.4.1",
]
[dependency-groups]