Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
langchain-community
|
3 |
+
sentence-transformers
|
4 |
+
faiss-cpu
|
5 |
+
serpapi
|
6 |
+
google-search-results
|
7 |
+
langchain-openai
|
8 |
+
langchainhub
|
9 |
+
python-dotenv
|