Update requirements.txt
Browse files- requirements.txt +17 -2
requirements.txt
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
pandas
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
llama-index
|
| 3 |
+
chromadb
|
| 4 |
+
cohere
|
| 5 |
+
python-dotenv
|
| 6 |
pandas
|
| 7 |
+
python-multipart
|
| 8 |
+
llama-index-core
|
| 9 |
+
llama-index-readers-file
|
| 10 |
+
llama-index-embeddings-cohere
|
| 11 |
+
ipython
|
| 12 |
+
llama-index-vector-stores-chroma
|
| 13 |
+
llama-index-llms-groq
|
| 14 |
+
pysqlite3-binary
|
| 15 |
+
pymongo
|
| 16 |
+
bcrypt
|
| 17 |
+
openinference-instrumentation-llama-index
|
| 18 |
+
arize-otel
|