Skip to content

Commit f5bc5fa

Browse files
committed
Support both faiss-cpu and faiss-gpu in pyproject
1 parent 86ac7cd commit f5bc5fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ milvus = ["pymilvus[model]"]
5353
bedrock = ["boto3", "botocore"]
5454
weaviate = ["weaviate-client"]
5555
azuresearch = ["azure-search-documents", "azure-identity", "azure-common", "fastembed"]
56-
faiss = ["faiss-cpu"]
56+
faiss-cpu = ["faiss-cpu"]
57+
faiss-gpu = ["faiss-gpu"]

0 commit comments

Comments
 (0)