Spaces:
Running
on
T4
Running
on
T4
Commit
·
20f2a0a
1
Parent(s):
094c1ec
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
langchain
|
| 2 |
+
matplotlib
|
| 3 |
+
networkx
|
| 4 |
+
numpy
|
| 5 |
+
openai
|
| 6 |
+
pandas
|
| 7 |
+
Pillow
|
| 8 |
+
plotly
|
| 9 |
+
pydantic==1.8.2
|
| 10 |
+
streamlit
|
| 11 |
+
streamlit-agraph
|
| 12 |
+
streamlit-extras
|
| 13 |
+
llama_index
|
| 14 |
+
llama_cpp_python
|