Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
chromadb
|
2 |
+
datasets
|
3 |
+
pyarrow
|
4 |
+
open-clip-torch
|
5 |
+
langchain_core
|
6 |
+
langchain_openai
|
7 |
+
langchain_community
|
8 |
+
langchain
|
9 |
+
llama_parse
|
10 |
+
langchain_chroma
|
11 |
+
fastembed
|
12 |
+
gdown
|
13 |
+
python-dotenv
|
14 |
+
pymupdf
|
15 |
+
pdf2image
|
16 |
+
pdfrw
|