mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-09 16:22:32 +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'",
|
"psycopg2-binary; platform_system != 'Windows'",
|
||||||
]
|
]
|
||||||
only-faiss = [
|
only-faiss = [
|
||||||
"faiss-cpu>=1.6.3,<2",
|
"faiss-cpu>=1.6.3,<=1.7.2",
|
||||||
]
|
]
|
||||||
faiss = [
|
faiss = [
|
||||||
"farm-haystack[sql,only-faiss]",
|
"farm-haystack[sql,only-faiss]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user