Spaces:
Running
Running
Carlos Salgado
commited on
Commit
•
28532c4
1
Parent(s):
2be255a
local inference
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
langchain_community
|
2 |
langchain-text-splitters
|
3 |
langchain-together
|
4 |
-
unstructured[
|
5 |
python-dotenv
|
6 |
streamlit
|
7 |
langchain
|
8 |
openai
|
9 |
-
sentence-transformers
|
10 |
-
python-poppler
|
|
|
1 |
langchain_community
|
2 |
langchain-text-splitters
|
3 |
langchain-together
|
4 |
+
unstructured[local-inference]
|
5 |
python-dotenv
|
6 |
streamlit
|
7 |
langchain
|
8 |
openai
|
9 |
+
sentence-transformers
|
|