Fix/qdrant support (#1253)

* Disable check same thread by default to enable disk-based Qdrant local client to work
This commit is contained in:
Iván Martínez 2023-11-16 13:29:17 +01:00 committed by GitHub
parent 23fa530c31
commit 2a417d2f61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 8 deletions

View file

@ -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"