We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d032f4b commit 036678eCopy full SHA for 036678e
1 file changed
pyproject.toml
@@ -75,6 +75,8 @@ dependencies = [
75
"pydantic==2.11.7",
76
"pymongo==4.13.2",
77
"pymilvus==2.6.3",
78
+ "pymilvus[milvus-lite]==2.6.3",
79
+ "pymilvus.model==0.3.2",
80
"milvus-model==0.2.12",
81
"accelerate==1.7.0",
82
"cohere==5.20.0",
@@ -122,6 +124,8 @@ rag = [
122
124
"langchain-openai==1.1.0",
123
125
"langdetect>=1.0.9",
126
127
128
129
130
"ragas==0.3.1",
131
"nltk>=3.9",
0 commit comments