Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain-google-genai
|
2 |
+
requests
|
3 |
+
python-dotenv
|
4 |
+
embedchain
|
5 |
+
crewai == 0.5.5
|
6 |
+
langchain == 0.1.0
|
7 |
+
langchain_community
|
8 |
+
openai == 1.7.1
|
9 |
+
unstructured == 0.10.25
|
10 |
+
pyowm == 3.3.0
|
11 |
+
tools == 0.1.9
|
12 |
+
wikipedia == 1.4.0
|
13 |
+
yfinance == 0.2.33
|
14 |
+
sec-api == 1.0.17
|
15 |
+
tiktoken == 0.5.2
|
16 |
+
faiss-cpu == 1.7.4
|
17 |
+
unstructured
|
18 |
+
beautifulsoup4
|