Ritesh-hf commited on
Commit
759900d
1 Parent(s): d05e41c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -97
requirements.txt CHANGED
@@ -1,101 +1,13 @@
1
- aiohttp==3.9.5
2
- aiosignal==1.3.1
3
- annotated-types==0.7.0
4
- anyio==4.4.0
5
- async-timeout==4.0.3
6
- attrs==23.2.0
7
- bidict==0.23.1
8
- blinker==1.8.2
9
- certifi==2024.7.4
10
- charset-normalizer==3.3.2
11
- click==8.1.7
12
- dataclasses-json==0.6.7
13
- distro==1.9.0
14
- dnspython==2.6.1
15
- eventlet==0.36.1
16
- exceptiongroup==1.2.2
17
- filelock==3.15.4
18
- flask==3.0.3
19
- Flask-Cors==4.0.1
20
- Flask-SocketIO==5.3.6
21
- frozenlist==1.4.1
22
- fsspec==2024.6.1
23
- greenlet==3.0.3
24
- groq==0.9.0
25
- gunicorn==23.0.0
26
- h11==0.14.0
27
- httpcore==1.0.5
28
- httpx==0.27.0
29
- huggingface-hub==0.24.2
30
- idna==3.7
31
- importlib-metadata==8.2.0
32
- itsdangerous==2.2.0
33
- jinja2==3.1.4
34
- joblib==1.4.2
35
- jsonpatch==1.33
36
- jsonpointer==3.0.0
37
  langchain
38
  langchain-community
39
- langchain-core
40
  langchain-groq
41
  langchain-huggingface
42
- langchain-text-splitters
43
- MarkupSafe==2.1.5
44
- marshmallow==3.21.3
45
- mmh3==4.1.0
46
- mpmath==1.3.0
47
- multidict==6.0.5
48
- mypy-extensions==1.0.0
49
- networkx==3.1
50
- nltk==3.8.1
51
- numpy==1.24.4
52
- nvidia-cublas-cu12==12.1.3.1
53
- nvidia-cuda-cupti-cu12==12.1.105
54
- nvidia-cuda-nvrtc-cu12==12.1.105
55
- nvidia-cuda-runtime-cu12==12.1.105
56
- nvidia-cudnn-cu12==9.1.0.70
57
- nvidia-cufft-cu12==11.0.2.54
58
- nvidia-curand-cu12==10.3.2.106
59
- nvidia-cusolver-cu12==11.4.5.107
60
- nvidia-cusparse-cu12==12.1.0.106
61
- nvidia-nccl-cu12==2.20.5
62
- nvidia-nvjitlink-cu12==12.5.82
63
- nvidia-nvtx-cu12==12.1.105
64
- orjson==3.10.6
65
- packaging==24.1
66
- pillow==10.4.0
67
- pinecone==4.0.0
68
- pinecone-text==0.9.0
69
- pydantic==2.8.2
70
- pydantic-core==2.20.1
71
- python-dotenv==1.0.1
72
- python-engineio==4.9.1
73
- python-socketio==5.11.3
74
- PyYAML==6.0.1
75
- regex==2024.7.24
76
- requests==2.32.3
77
- safetensors==0.4.3
78
- scikit-learn==1.3.2
79
- scipy==1.10.1
80
- sentence-transformers==3.1.0
81
- simple-websocket==1.0.0
82
- sniffio==1.3.1
83
- SQLAlchemy==2.0.31
84
- sympy==1.13.1
85
- tenacity==8.5.0
86
- threadpoolctl==3.5.0
87
- tokenizers==0.19.1
88
- torch==2.4.0
89
- tqdm==4.66.4
90
- transformers==4.43.3
91
- triton==3.0.0
92
- types-requests==2.32.0.20240712
93
- typing-extensions==4.12.2
94
- typing-inspect==0.9.0
95
- urllib3==2.2.2
96
- werkzeug==3.0.3
97
- wget==3.2
98
- wsproto==1.2.0
99
- yarl==1.9.4
100
- zipp==3.19.2
101
- einops==0.8.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  langchain
2
  langchain-community
 
3
  langchain-groq
4
  langchain-huggingface
5
+ pinecone
6
+ pinecone-text
7
+ flashrank
8
+ fastapi>=0.68.0
9
+ uvicorn[standard]>=0.15.0
10
+ websockets>=10.0
11
+ python-multipart>=0.0.5
12
+ openai
13
+ einops