Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
PyPDF2==3.0.1
|
4 |
python-dotenv==1.0.0
|
5 |
streamlit==1.18.1
|
@@ -9,10 +9,8 @@ altair==4
|
|
9 |
tiktoken==0.4.0
|
10 |
# uncomment to use huggingface llms
|
11 |
huggingface-hub==0.14.1
|
12 |
-
llama-cpp-python
|
13 |
-
#==0.1.83
|
14 |
fire
|
15 |
-
gigachain
|
16 |
|
17 |
# uncomment to use instructor embeddings
|
18 |
InstructorEmbedding==1.0.1
|
|
|
1 |
+
gigachain
|
2 |
+
#langchain==0.0.184
|
3 |
PyPDF2==3.0.1
|
4 |
python-dotenv==1.0.0
|
5 |
streamlit==1.18.1
|
|
|
9 |
tiktoken==0.4.0
|
10 |
# uncomment to use huggingface llms
|
11 |
huggingface-hub==0.14.1
|
12 |
+
llama-cpp-python#==0.1.83
|
|
|
13 |
fire
|
|
|
14 |
|
15 |
# uncomment to use instructor embeddings
|
16 |
InstructorEmbedding==1.0.1
|