Create requirement.txt
Browse files- requirement.txt +15 -0
requirement.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pysqlite3-binary
|
2 |
+
langchain
|
3 |
+
chromadb
|
4 |
+
unstructured
|
5 |
+
sentence-transformers
|
6 |
+
faiss-cpu
|
7 |
+
tiktoken
|
8 |
+
openai
|
9 |
+
pypdf
|
10 |
+
loguru
|
11 |
+
docx2txt
|
12 |
+
pymupdf
|
13 |
+
gtts
|
14 |
+
IPython
|
15 |
+
SpeechRecognition
|