We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc0d6e commit 0594dcaCopy full SHA for 0594dca
1 file changed
integrations/ragas/pyproject.toml
@@ -23,7 +23,9 @@ classifiers = [
23
"Programming Language :: Python :: Implementation :: CPython",
24
"Programming Language :: Python :: Implementation :: PyPy",
25
]
26
-dependencies = ["haystack-ai>=2.22.0", "ragas>=0.4.3"]
+
27
+# langchain-community pinned due to https://github.com/vibrantlabsai/ragas/issues/2741
28
+dependencies = ["haystack-ai>=2.22.0", "ragas>=0.4.3", "langchain-community<0.4.2"]
29
30
[project.urls]
31
Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/ragas"
0 commit comments