mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-08 15:52:37 +00:00
Pin faiss-cpu as 1.7.3 seems to have problems (#3603)
This commit is contained in:
parent
ea75e2aab5
commit
c7e3483f62
@ -100,7 +100,7 @@ sql = [
|
||||
"psycopg2-binary; platform_system != 'Windows'",
|
||||
]
|
||||
only-faiss = [
|
||||
"faiss-cpu>=1.6.3,<2",
|
||||
"faiss-cpu>=1.6.3,<=1.7.2",
|
||||
]
|
||||
faiss = [
|
||||
"farm-haystack[sql,only-faiss]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user