Private
Public Access
0
0

made local rag needs optional (prevents having to have torch / sentence-transformers if you never use local embedding)

This commit is contained in:
2026-06-06 13:21:28 -04:00
parent 32e633b3ec
commit 9e4fac496d
4 changed files with 23 additions and 16 deletions
+4
View File
@@ -24,6 +24,10 @@ dependencies = [
"openai",
"chromadb>=1.5.8",
]
[project.optional-dependencies]
local-rag = [
"sentence-transformers>=5.4.1",
]