Update requirements.txt
Browse filesreqt.txt file update with versiions
- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
-
langchain
|
2 |
-
chromadb
|
3 |
-
llama-cpp-python
|
4 |
-
pdfminer.six
|
5 |
InstructorEmbedding
|
6 |
sentence-transformers
|
7 |
faiss-cpu
|
8 |
huggingface_hub
|
9 |
transformers
|
10 |
-
protobuf
|
11 |
-
protobuf
|
12 |
-
protobuf
|
13 |
-
auto-gptq
|
14 |
docx2txt
|
15 |
unstructured
|
16 |
-
urllib3
|
17 |
accelerate
|
18 |
-
bitsandbytes
|
19 |
-
bitsandbytes-windows
|
20 |
click
|
21 |
flask
|
22 |
requests
|
|
|
1 |
+
langchain==0.0.267
|
2 |
+
chromadb==0.4.6
|
3 |
+
llama-cpp-python==0.1.78
|
4 |
+
pdfminer.six==20221105
|
5 |
InstructorEmbedding
|
6 |
sentence-transformers
|
7 |
faiss-cpu
|
8 |
huggingface_hub
|
9 |
transformers
|
10 |
+
protobuf==3.20.0; sys_platform != 'darwin'
|
11 |
+
protobuf==3.20.0; sys_platform == 'darwin' and platform_machine != 'arm64'
|
12 |
+
protobuf==3.20.3; sys_platform == 'darwin' and platform_machine == 'arm64'
|
13 |
+
auto-gptq==0.2.2
|
14 |
docx2txt
|
15 |
unstructured
|
16 |
+
urllib3==1.26.6
|
17 |
accelerate
|
18 |
+
bitsandbytes ; sys_platform != 'win32'
|
19 |
+
bitsandbytes-windows ; sys_platform == 'win32'
|
20 |
click
|
21 |
flask
|
22 |
requests
|