Added new libraries
Browse files- pyproject.toml +5 -1
pyproject.toml
CHANGED
@@ -23,7 +23,9 @@ dependencies = [
|
|
23 |
"openai>=1.12.0",
|
24 |
"pytest-dotenv>=0.5.2",
|
25 |
"unstructured",
|
26 |
-
"
|
|
|
|
|
27 |
"ipykernel",
|
28 |
"sentence-transformers>=3.4.1",
|
29 |
"transformers[torch]>=4.48.3",
|
@@ -31,6 +33,8 @@ dependencies = [
|
|
31 |
"datasets>=3.2.0",
|
32 |
"ragas==0.2.10",
|
33 |
"black>=25.1.0",
|
|
|
|
|
34 |
]
|
35 |
|
36 |
[tool.setuptools]
|
|
|
23 |
"openai>=1.12.0",
|
24 |
"pytest-dotenv>=0.5.2",
|
25 |
"unstructured",
|
26 |
+
"haystack-ai==2.0.1",
|
27 |
+
"qdrant-client==1.8.2",
|
28 |
+
"qdrant-haystack==3.3.1",
|
29 |
"ipykernel",
|
30 |
"sentence-transformers>=3.4.1",
|
31 |
"transformers[torch]>=4.48.3",
|
|
|
33 |
"datasets>=3.2.0",
|
34 |
"ragas==0.2.10",
|
35 |
"black>=25.1.0",
|
36 |
+
"scrapy==2.12.0",
|
37 |
+
"fastembed==0.6.0",
|
38 |
]
|
39 |
|
40 |
[tool.setuptools]
|