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

10
poetry.lock generated
View file

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand.
[[package]]
name = "aiofiles"
@ -3625,13 +3625,13 @@ files = [
[[package]]
name = "qdrant-client"
version = "1.6.4"
version = "1.6.9"
description = "Client library for the Qdrant vector search engine"
optional = true
python-versions = ">=3.8,<3.13"
files = [
{file = "qdrant_client-1.6.4-py3-none-any.whl", hash = "sha256:db4696978d6a62d78ff60f70b912383f1e467bda3053f732b01ddb5f93281b10"},
{file = "qdrant_client-1.6.4.tar.gz", hash = "sha256:bbd65f383b6a55a9ccf4e301250fa925179340dd90cfde9b93ce4230fd68867b"},
{file = "qdrant_client-1.6.9-py3-none-any.whl", hash = "sha256:6546f96ceec389375e323586f0948a04183bd494c5c48d0f3daa267b358ad008"},
{file = "qdrant_client-1.6.9.tar.gz", hash = "sha256:81affd66f50aa66d60835fe2f55efe727358bf9db24eada35ff1b32794a82159"},
]
[package.dependencies]
@ -5497,4 +5497,4 @@ qdrant = ["qdrant-client"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.11,<3.12"
content-hash = "a72d664bdd24534d353deb2ad98cdebb5caa1647315405260c9c9f6e64d52f5a"
content-hash = "7c15c3225a7349946d3e238ac5c24ef39baa126d536759ca4a960ff73de03509"