made local rag needs optional (prevents having to have torch / sentence-transformers if you never use local embedding)
This commit is contained in:
@@ -24,6 +24,10 @@ dependencies = [
|
||||
"openai",
|
||||
|
||||
"chromadb>=1.5.8",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
local-rag = [
|
||||
"sentence-transformers>=5.4.1",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user