Spaces:
Sleeping
Sleeping
Chris Alexiuk
commited on
Commit
•
9cf97c9
1
Parent(s):
8e93db5
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
chainlit
|
2 |
-
langchain
|
3 |
-
tiktoken
|
4 |
-
openai
|
5 |
-
faiss-cpu
|
6 |
-
llama-index
|
7 |
llama-hub
|
8 |
-
unstructured
|
9 |
lxml
|
10 |
cohere
|
11 |
wandb
|
12 |
-
pydantic
|
|
|
1 |
+
chainlit
|
2 |
+
langchain
|
3 |
+
tiktoken
|
4 |
+
openai
|
5 |
+
faiss-cpu
|
6 |
+
llama-index==0.9.19
|
7 |
llama-hub
|
8 |
+
unstructured
|
9 |
lxml
|
10 |
cohere
|
11 |
wandb
|
12 |
+
pydantic
|