Ritesh-hf commited on
Commit
987d4cc
·
verified ·
1 Parent(s): 76aad8a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +125 -13
requirements.txt CHANGED
@@ -1,13 +1,125 @@
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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohappyeyeballs==2.4.4
2
+ aiohttp==3.11.11
3
+ aiosignal==1.3.2
4
+ annotated-types==0.7.0
5
+ anyio==4.8.0
6
+ appnope==0.1.4
7
+ asttokens==3.0.0
8
+ attrs==24.3.0
9
+ certifi==2024.12.14
10
+ charset-normalizer==3.4.1
11
+ click==8.1.8
12
+ comm==0.2.2
13
+ dataclasses-json==0.6.7
14
+ debugpy==1.8.12
15
+ decorator==5.1.1
16
+ distro==1.9.0
17
+ executing==2.2.0
18
+ fastapi==0.115.7
19
+ filelock==3.17.0
20
+ frozenlist==1.5.0
21
+ fsspec==2024.12.0
22
+ gevent==24.11.1
23
+ googleapis-common-protos==1.66.0
24
+ greenlet==3.1.1
25
+ grpcio==1.70.0
26
+ h11==0.14.0
27
+ httpcore==1.0.7
28
+ httptools==0.6.4
29
+ httpx==0.28.1
30
+ httpx-sse==0.4.0
31
+ huggingface-hub==0.27.1
32
+ idna==3.10
33
+ ipykernel==6.29.5
34
+ ipython==8.31.0
35
+ jedi==0.19.2
36
+ Jinja2==3.1.5
37
+ jiter==0.8.2
38
+ joblib==1.4.2
39
+ jsonpatch==1.33
40
+ jsonpointer==3.0.0
41
+ jupyter_client==8.6.3
42
+ jupyter_core==5.7.2
43
+ langchain==0.3.15
44
+ langchain-community==0.3.15
45
+ langchain-core==0.3.31
46
+ langchain-huggingface==0.1.2
47
+ langchain-text-splitters==0.3.5
48
+ langsmith==0.3.1
49
+ lz4==4.4.3
50
+ MarkupSafe==3.0.2
51
+ marshmallow==3.26.0
52
+ matplotlib-inline==0.1.7
53
+ mmh3==4.1.0
54
+ mpmath==1.3.0
55
+ multidict==6.1.0
56
+ mypy-extensions==1.0.0
57
+ nest-asyncio==1.6.0
58
+ networkx==3.4.2
59
+ nltk==3.9.1
60
+ numpy==1.26.4
61
+ openai==1.60.0
62
+ orjson==3.10.15
63
+ packaging==24.2
64
+ parso==0.8.4
65
+ pexpect==4.9.0
66
+ pillow==11.1.0
67
+ pinecone==5.4.2
68
+ pinecone-plugin-inference==3.1.0
69
+ pinecone-plugin-interface==0.0.7
70
+ pinecone-text==0.9.0
71
+ platformdirs==4.3.6
72
+ prompt_toolkit==3.0.50
73
+ propcache==0.2.1
74
+ protobuf==4.25.6
75
+ protoc-gen-openapiv2==0.0.1
76
+ psutil==6.1.1
77
+ ptyprocess==0.7.0
78
+ pure_eval==0.2.3
79
+ pydantic==2.10.6
80
+ pydantic-settings==2.7.1
81
+ pydantic_core==2.27.2
82
+ Pygments==2.19.1
83
+ python-dateutil==2.9.0.post0
84
+ python-dotenv==1.0.1
85
+ PyYAML==6.0.2
86
+ pyzmq==26.2.0
87
+ regex==2024.11.6
88
+ requests==2.32.3
89
+ requests-toolbelt==1.0.0
90
+ safetensors==0.5.2
91
+ scikit-learn==1.6.1
92
+ scipy==1.15.1
93
+ sentence-transformers==3.4.0
94
+ setuptools==75.8.0
95
+ six==1.17.0
96
+ sniffio==1.3.1
97
+ SQLAlchemy==2.0.37
98
+ sseclient==0.0.27
99
+ stack-data==0.6.3
100
+ starlette==0.45.3
101
+ sympy==1.13.1
102
+ tenacity==9.0.0
103
+ threadpoolctl==3.5.0
104
+ tokenizers==0.21.0
105
+ torch==2.5.1
106
+ tornado==6.4.2
107
+ tqdm==4.67.1
108
+ traitlets==5.14.3
109
+ transformers==4.48.1
110
+ types-requests==2.32.0.20241016
111
+ typing-inspect==0.9.0
112
+ typing_extensions==4.12.2
113
+ urllib3==2.3.0
114
+ uvicorn==0.34.0
115
+ uvloop==0.21.0
116
+ watchfiles==1.0.4
117
+ wcwidth==0.2.13
118
+ websocket==0.2.1
119
+ websocket-client==1.8.0
120
+ websockets==14.2
121
+ wget==3.2
122
+ yarl==1.18.3
123
+ zope.event==5.0
124
+ zope.interface==7.2
125
+ zstandard==0.23.0