Upgrade Qdrant to 1.1.2 (#2554)

This is a minor upgrade for Qdrant. We made a small bugfix in the local
mode, so it might also be good to upgrade Qdrant for LangChain users.
This commit is contained in:
Kacper Łukawski
2023-04-07 21:24:32 +02:00
committed by GitHub
parent b4d6a425a2
commit d8967e28d0
2 changed files with 226 additions and 225 deletions

View File

@@ -36,7 +36,7 @@ weaviate-client = {version = "^3", optional = true}
google-api-python-client = {version = "2.70.0", optional = true}
wolframalpha = {version = "5.0.0", optional = true}
anthropic = {version = "^0.2.4", optional = true}
qdrant-client = {version = "^1.1.1", optional = true, python = ">=3.8.1,<3.12"}
qdrant-client = {version = "^1.1.2", optional = true, python = ">=3.8.1,<3.12"}
dataclasses-json = "^0.5.7"
tensorflow-text = {version = "^2.11.0", optional = true, python = "^3.10, <3.12"}
tenacity = "^8.1.0"