Update requirements.txt
Browse files- requirements.txt +16 -16
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
huggingface_hub
|
2 |
transformers
|
3 |
torch
|
4 |
sentence_transformers
|
@@ -27,36 +27,36 @@ jwt
|
|
27 |
# Core dependencies
|
28 |
fastapi
|
29 |
uvicorn
|
30 |
-
pydantic
|
31 |
-
pydantic-settings
|
32 |
|
33 |
# ML and Data Processing
|
34 |
torch
|
35 |
-
#transformers
|
36 |
-
#sentence-transformers
|
37 |
faiss-cpu==1.7.4 # Use faiss-gpu if you have CUDA
|
38 |
-
numpy
|
39 |
-
pandas
|
40 |
|
41 |
# PDF Processing
|
42 |
-
PyPDF2
|
43 |
langchain
|
44 |
langchain-text-splitters
|
45 |
|
46 |
# Web and API
|
47 |
-
gradio
|
48 |
-
aiohttp
|
49 |
beautifulsoup4
|
50 |
-
requests
|
51 |
|
52 |
# Authentication and Security
|
53 |
-
python-jose[cryptography]
|
54 |
-
python-multipart
|
55 |
-
python-dotenv
|
56 |
|
57 |
# Utilities
|
58 |
-
#lru-cache-dict
|
59 |
-
asyncio
|
60 |
|
61 |
####
|
62 |
torch
|
|
|
1 |
+
huggingface_hub
|
2 |
transformers
|
3 |
torch
|
4 |
sentence_transformers
|
|
|
27 |
# Core dependencies
|
28 |
fastapi
|
29 |
uvicorn
|
30 |
+
pydantic
|
31 |
+
pydantic-settings
|
32 |
|
33 |
# ML and Data Processing
|
34 |
torch
|
35 |
+
#transformers
|
36 |
+
#sentence-transformers
|
37 |
faiss-cpu==1.7.4 # Use faiss-gpu if you have CUDA
|
38 |
+
numpy
|
39 |
+
pandas
|
40 |
|
41 |
# PDF Processing
|
42 |
+
PyPDF2
|
43 |
langchain
|
44 |
langchain-text-splitters
|
45 |
|
46 |
# Web and API
|
47 |
+
gradio
|
48 |
+
aiohttp
|
49 |
beautifulsoup4
|
50 |
+
requests
|
51 |
|
52 |
# Authentication and Security
|
53 |
+
python-jose[cryptography]
|
54 |
+
python-multipart
|
55 |
+
python-dotenv
|
56 |
|
57 |
# Utilities
|
58 |
+
#lru-cache-dict
|
59 |
+
asyncio
|
60 |
|
61 |
####
|
62 |
torch
|