mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 10:45:42 +01:00
Fix/qdrant support (#1253)
* Disable check same thread by default to enable disk-based Qdrant local client to work
This commit is contained in:
parent
23fa530c31
commit
2a417d2f61
5 changed files with 16 additions and 8 deletions
|
|
@ -15,7 +15,7 @@ pypdf = "^3.16.2"
|
|||
llama-index = "0.8.67"
|
||||
chromadb = "^0.4.13"
|
||||
watchdog = "^3.0.0"
|
||||
qdrant-client = {version = "^1.6.4", optional = true}
|
||||
qdrant-client = {version = "^1.6.9", optional = true}
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^22"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue