Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
-
farm-haystack[colab,faiss,inference,pinecone]
|
|
|
2 |
python-dotenv==1.0.0
|
3 |
openai
|
|
|
1 |
+
# farm-haystack[colab,faiss,inference,pinecone]
|
2 |
+
pip install git+https://github.com/deepset-ai/haystack.git@main#egg=farm-haystack
|
3 |
python-dotenv==1.0.0
|
4 |
openai
|