Skip to content

Commit

Permalink
Support both faiss-cpu and faiss-gpu in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Sep 21, 2024
1 parent 86ac7cd commit f5bc5fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ milvus = ["pymilvus[model]"]
bedrock = ["boto3", "botocore"]
weaviate = ["weaviate-client"]
azuresearch = ["azure-search-documents", "azure-identity", "azure-common", "fastembed"]
faiss = ["faiss-cpu"]
faiss-cpu = ["faiss-cpu"]
faiss-gpu = ["faiss-gpu"]

0 comments on commit f5bc5fa

Please sign in to comment.