Downgraded haystack after version incopatiblitiy in prod docker build
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
@@ -18,12 +18,13 @@ dependencies = [
|
|
18 |
"langchain-community>=0.3.15",
|
19 |
"langchain-openai>=0.3.2",
|
20 |
"langchain-huggingface>=0.1.2",
|
|
|
21 |
"requests>=2.31.0",
|
22 |
"python-dotenv>=1.0.0",
|
23 |
"openai>=1.12.0",
|
24 |
"pytest-dotenv>=0.5.2",
|
25 |
"unstructured",
|
26 |
-
"haystack-ai==2.
|
27 |
"qdrant-client==1.13.3",
|
28 |
"qdrant-haystack==3.3.1",
|
29 |
"ipykernel",
|
@@ -35,7 +36,6 @@ dependencies = [
|
|
35 |
"black>=25.1.0",
|
36 |
"scrapy==2.12.0",
|
37 |
"fastembed==0.6.0",
|
38 |
-
"langchain-qdrant==0.2.0",
|
39 |
]
|
40 |
|
41 |
[tool.setuptools]
|
|
|
18 |
"langchain-community>=0.3.15",
|
19 |
"langchain-openai>=0.3.2",
|
20 |
"langchain-huggingface>=0.1.2",
|
21 |
+
"langchain-qdrant==0.2.0",
|
22 |
"requests>=2.31.0",
|
23 |
"python-dotenv>=1.0.0",
|
24 |
"openai>=1.12.0",
|
25 |
"pytest-dotenv>=0.5.2",
|
26 |
"unstructured",
|
27 |
+
"haystack-ai==2.2.*",
|
28 |
"qdrant-client==1.13.3",
|
29 |
"qdrant-haystack==3.3.1",
|
30 |
"ipykernel",
|
|
|
36 |
"black>=25.1.0",
|
37 |
"scrapy==2.12.0",
|
38 |
"fastembed==0.6.0",
|
|
|
39 |
]
|
40 |
|
41 |
[tool.setuptools]
|