Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -37
requirements.txt
CHANGED
@@ -1,43 +1,9 @@
|
|
1 |
-
# Gradio for UI
|
2 |
gradio
|
3 |
-
|
4 |
-
# Debugging and utility libraries
|
5 |
icecream
|
6 |
-
pprint
|
7 |
-
|
8 |
-
# Hugging Face models and pipelines
|
9 |
transformers
|
10 |
-
|
11 |
-
|
12 |
-
# LangChain and community extensions
|
13 |
langchain
|
14 |
langchain_community
|
15 |
-
|
16 |
-
# Vector database clients
|
17 |
-
weaviate-client
|
18 |
-
|
19 |
-
# MongoDB Atlas integration (optional, for future use)
|
20 |
-
pymongo
|
21 |
-
|
22 |
-
# PDF handling and file processing
|
23 |
-
pypdf
|
24 |
-
PyPDF2
|
25 |
-
|
26 |
-
# OpenAI API integration
|
27 |
openai
|
28 |
-
|
29 |
-
# TikTok API integration (if applicable)
|
30 |
-
TikTokApi
|
31 |
-
|
32 |
-
# Optional for numerical computations and ML-related tasks
|
33 |
-
numpy
|
34 |
-
scikit-learn
|
35 |
-
pandas
|
36 |
-
|
37 |
-
# TensorFlow and PyTorch (if needed for embeddings or LLMs)
|
38 |
-
tensorflow
|
39 |
-
torch
|
40 |
-
|
41 |
-
# Miscellaneous utilities
|
42 |
-
python-dotenv # For managing environment variables
|
43 |
-
requests # For HTTP requests
|
|
|
|
|
1 |
gradio
|
|
|
|
|
2 |
icecream
|
|
|
|
|
|
|
3 |
transformers
|
4 |
+
weaviate-client
|
|
|
|
|
5 |
langchain
|
6 |
langchain_community
|
7 |
+
sentence-transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
openai
|
9 |
+
pypdf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|