Skip to content

Commit 6873c84

Browse files
committed
Updating dependency files as required for FeastRagRetriever implementation
Signed-off-by: Fiona Waters <[email protected]>
1 parent fbf59c5 commit 6873c84

File tree

5 files changed

+752
-171
lines changed

5 files changed

+752
-171
lines changed

pyproject.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ postgres = ["psycopg[binary,pool]==3.2.5"]
107107
postgres-c = ["psycopg[c,pool]==3.2.5"]
108108
pytorch = ["torch==2.2.2", "torchvision>=0.17.2"]
109109
qdrant = ["qdrant-client>=1.12.0"]
110+
rag = [
111+
"transformers>=4.36.0",
112+
"sentence-transformers>=2.5.0",
113+
"datasets>=3.6.0",
114+
]
110115
redis = [
111116
"redis>=4.2.2,<5",
112117
"hiredis>=2.0.0,<3",
@@ -117,11 +122,6 @@ snowflake = [
117122
]
118123
sqlite_vec = ["sqlite-vec==v0.1.6"]
119124
mcp = ["fastapi_mcp"]
120-
rag = [
121-
"transformers>=4.36.0",
122-
"sentence-transformers>=2.5.0",
123-
"torch>=2.2.0",
124-
]
125125

126126
ci = [
127127
"build",
@@ -168,6 +168,9 @@ ci = [
168168
"types-setuptools",
169169
"types-tabulate",
170170
"virtualenv<20.24.2",
171+
"transformers>=4.36.0",
172+
"sentence-transformers>=2.5.0",
173+
"datasets>=3.6.0",
171174
"feast[aws, azure, cassandra, clickhouse, couchbase, delta, docling, duckdb, elasticsearch, faiss, gcp, ge, go, grpcio, hazelcast, hbase, ibis, ikv, k8s, mcp, milvus, mssql, mysql, opentelemetry, spark, trino, postgres, pytorch, qdrant, rag, redis, singlestore, snowflake, sqlite_vec]"
172175
]
173176
nlp = ["feast[docling, milvus, pytorch]"]

0 commit comments

Comments
 (0)