Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# ChatBot_UI
|
2 |
+
gradio
|
3 |
+
transformers
|
4 |
+
langchain
|
5 |
+
# Mixtral Inference Endpoint
|
6 |
+
huggingface_hub
|
7 |
+
llama_hub
|
8 |
+
llama-index
|
9 |
+
tiktoken
|
10 |
+
cohere
|
11 |
+
openai
|
12 |
+
beautifulsoup4
|
13 |
+
PyPDF2
|
14 |
+
pypdf
|
15 |
+
sentence_transformers
|
16 |
+
llama-index-llms-huggingface
|
17 |
+
llama-index-readers-web
|
18 |
+
llama-index-embeddings-langchain
|