Chris4K commited on
Commit
ae78c03
·
verified ·
1 Parent(s): 51c73a1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -16
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- huggingface_hub==0.25.2
2
  transformers
3
  torch
4
  sentence_transformers
@@ -27,36 +27,36 @@ jwt
27
  # Core dependencies
28
  fastapi
29
  uvicorn
30
- pydantic==2.6.1
31
- pydantic-settings==2.1.0
32
 
33
  # ML and Data Processing
34
  torch
35
- #transformers==4.43.1
36
- #sentence-transformers==2.2.2
37
  faiss-cpu==1.7.4 # Use faiss-gpu if you have CUDA
38
- numpy>=1.24.3
39
- pandas>=2.0.0
40
 
41
  # PDF Processing
42
- PyPDF2==3.0.1
43
  langchain
44
  langchain-text-splitters
45
 
46
  # Web and API
47
- gradio==4.19.2
48
- aiohttp==3.9.3
49
  beautifulsoup4
50
- requests==2.31.0
51
 
52
  # Authentication and Security
53
- python-jose[cryptography]==3.3.0
54
- python-multipart==0.0.9
55
- python-dotenv==1.0.1
56
 
57
  # Utilities
58
- #lru-cache-dict==1.1.1
59
- asyncio==3.4.3
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