DebabrataHalder commited on
Commit
daa238b
·
verified ·
1 Parent(s): 7b850f8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -112
requirements.txt CHANGED
@@ -1,116 +1,20 @@
1
- aiohappyeyeballs==2.4.3
2
- aiohttp==3.10.10
3
- aiosignal==1.3.1
4
- altair==4.0.0
5
- annotated-types==0.7.0
6
- anyio==4.6.2.post1
7
- async-timeout==4.0.3
8
- attrs==24.2.0
9
- blinker==1.8.2
10
- cachetools==5.5.0
11
- certifi==2024.8.30
12
- charset-normalizer==3.4.0
13
- click==8.1.7
14
- colorama==0.4.6
15
- dataclasses-json==0.6.7
16
- distro==1.9.0
17
- entrypoints==0.4
18
- exceptiongroup==1.2.2
19
- faiss-cpu==1.7.4
20
- filelock==3.16.1
21
- frozenlist==1.5.0
22
- fsspec==2024.10.0
23
- gitdb==4.0.11
24
- GitPython==3.1.43
25
- greenlet==3.1.1
26
- groq==0.11.0
27
- h11==0.14.0
28
- httpcore==1.0.6
29
- httpx==0.27.2
30
- httpx-sse==0.4.0
31
- huggingface-hub==0.14.1
32
- idna==3.10
33
- importlib_metadata==8.5.0
34
- InstructorEmbedding==1.0.1
35
- Jinja2==3.1.4
36
- joblib==1.4.2
37
- jsonpatch==1.33
38
- jsonpointer==3.0.0
39
- jsonschema==4.23.0
40
- jsonschema-specifications==2024.10.1
41
- langchain==0.3.7
42
- langchain-community==0.3.5
43
- langchain-core==0.3.15
44
- langchain-groq==0.2.1
45
- langchain-text-splitters==0.3.2
46
- langsmith==0.1.141
47
- markdown-it-py==3.0.0
48
- MarkupSafe==3.0.2
49
- marshmallow==3.23.1
50
- mdurl==0.1.2
51
- mpmath==1.3.0
52
- multidict==6.1.0
53
- mypy-extensions==1.0.0
54
- networkx==3.4.2
55
- nltk==3.9.1
56
- numpy==1.26.4
57
- openai==0.27.6
58
- orjson==3.10.11
59
- packaging==24.2
60
- pandas==2.2.3
61
- pillow==11.0.0
62
- propcache==0.2.0
63
- protobuf==3.20.3
64
- pyarrow==18.0.0
65
- pydantic==2.9.2
66
- pydantic-settings==2.6.1
67
- pydantic_core==2.23.4
68
- pydeck==0.9.1
69
- Pygments==2.18.0
70
- Pympler==1.1
71
  PyPDF2==3.0.1
72
- python-dateutil==2.9.0.post0
73
  python-dotenv==1.0.0
74
- pytz==2024.2
75
- PyYAML==6.0.2
76
- referencing==0.35.1
77
- regex==2024.11.6
78
- requests==2.32.3
79
- requests-toolbelt==1.0.0
80
- rich==13.9.4
81
- rpds-py==0.21.0
82
- safetensors==0.4.5
83
- scikit-learn==1.5.2
84
- scipy==1.14.1
85
- semver==3.0.2
86
- sentence-transformers==2.2.2
87
- sentencepiece==0.2.0
88
- six==1.16.0
89
- smmap==5.0.1
90
- sniffio==1.3.1
91
- SQLAlchemy==2.0.35
92
  streamlit==1.18.1
93
- sympy==1.13.1
94
- tenacity==9.0.0
95
- threadpoolctl==3.5.0
96
  tiktoken==0.4.0
97
- tokenizers==0.13.3
98
- toml==0.10.2
99
- toolz==1.0.0
100
- torch==2.5.1
101
- torchvision==0.20.1
102
- tornado==6.4.1
103
- tqdm==4.67.0
104
- transformers==4.31.0
105
- typing-inspect==0.9.0
106
- typing_extensions==4.12.2
107
- tzdata==2024.2
108
- tzlocal==5.2
109
- urllib3==2.2.3
110
- validators==0.34.0
111
- watchdog==6.0.0
112
- yarl==1.17.1
113
- zipp==3.20.2
114
- ollama
115
- langchain-cohere
116
- cohere
 
1
+
2
+ streamlit==1.18.1
3
+
4
+ langchain-cohere
5
+ cohere
6
+
7
+ langchain==0.0.184
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  PyPDF2==3.0.1
 
9
  python-dotenv==1.0.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  streamlit==1.18.1
11
+ openai==0.27.6
12
+ faiss-cpu==1.7.4
13
+ altair==4
14
  tiktoken==0.4.0
15
+ # uncomment to use huggingface llms
16
+ huggingface-hub==0.14.1
17
+
18
+ # uncomment to use instructor embeddings
19
+ InstructorEmbedding==1.0.1
20
+ sentence-transformers==2.2.2