KennyAI01 commited on
Commit
e060936
·
verified ·
1 Parent(s): 79e9767

add dependencies file

Browse files
Files changed (1) hide show
  1. requirements.txt +144 -0
requirements.txt ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.1
2
+ aiosignal==1.3.1
3
+ annotated-types==0.6.0
4
+ anyio==4.2.0
5
+ asgiref==3.7.2
6
+ attrs==23.2.0
7
+ backoff==2.2.1
8
+ bcrypt==4.1.2
9
+ build==1.0.3
10
+ cachetools==5.3.2
11
+ certifi==2023.11.17
12
+ charset-normalizer==3.3.2
13
+ chroma-hnswlib==0.7.3
14
+ chromadb==0.4.22
15
+ click==8.1.7
16
+ coloredlogs==15.0.1
17
+ dataclasses-json==0.6.3
18
+ Deprecated==1.2.14
19
+ distro==1.9.0
20
+ docutils==0.20.1
21
+ fastapi==0.109.0
22
+ filelock==3.13.1
23
+ flatbuffers==23.5.26
24
+ frozenlist==1.4.1
25
+ fsspec==2023.12.2
26
+ google-auth==2.27.0
27
+ googleapis-common-protos==1.62.0
28
+ grpcio==1.60.0
29
+ h11==0.14.0
30
+ httpcore==1.0.2
31
+ httptools==0.6.1
32
+ httpx==0.26.0
33
+ huggingface-hub==0.20.3
34
+ humanfriendly==10.0
35
+ idna==3.6
36
+ importlib-metadata==6.11.0
37
+ importlib-resources==6.1.1
38
+ jaraco.classes==3.3.0
39
+ Jinja2==3.1.3
40
+ joblib==1.3.2
41
+ jsonpatch==1.33
42
+ jsonpointer==2.4
43
+ keyring==24.3.0
44
+ kubernetes==29.0.0
45
+ langchain==0.1.4
46
+ langchain-community==0.0.16
47
+ langchain-core==0.1.16
48
+ langsmith==0.0.83
49
+ llvmlite==0.41.1
50
+ markdown-it-py==3.0.0
51
+ MarkupSafe==2.1.4
52
+ marshmallow==3.20.2
53
+ mdurl==0.1.2
54
+ mmh3==4.1.0
55
+ monotonic==1.6
56
+ more-itertools==10.2.0
57
+ mpmath==1.3.0
58
+ multidict==6.0.4
59
+ mypy-extensions==1.0.0
60
+ networkx==3.2.1
61
+ nh3==0.2.15
62
+ nltk==3.8.1
63
+ numba==0.58.1
64
+ numpy==1.26.3
65
+ oauthlib==3.2.2
66
+ onnxruntime==1.16.3
67
+ openai==1.10.0
68
+ opentelemetry-api==1.22.0
69
+ opentelemetry-exporter-otlp-proto-common==1.22.0
70
+ opentelemetry-exporter-otlp-proto-grpc==1.22.0
71
+ opentelemetry-instrumentation==0.43b0
72
+ opentelemetry-instrumentation-asgi==0.43b0
73
+ opentelemetry-instrumentation-fastapi==0.43b0
74
+ opentelemetry-proto==1.22.0
75
+ opentelemetry-sdk==1.22.0
76
+ opentelemetry-semantic-conventions==0.43b0
77
+ opentelemetry-util-http==0.43b0
78
+ overrides==7.6.0
79
+ packaging==23.2
80
+ pandas==2.2.0
81
+ pillow==10.2.0
82
+ pkginfo==1.9.6
83
+ plotly==5.18.0
84
+ posthog==3.3.3
85
+ protobuf==4.25.2
86
+ pulsar-client==3.4.0
87
+ pyasn1==0.5.1
88
+ pyasn1-modules==0.3.0
89
+ pydantic==2.5.3
90
+ pydantic_core==2.14.6
91
+ Pygments==2.17.2
92
+ pynndescent==0.5.11
93
+ PyPDF2==3.0.1
94
+ PyPika==0.48.9
95
+ pyproject_hooks==1.0.0
96
+ python-dateutil==2.8.2
97
+ python-dotenv==1.0.1
98
+ pytz==2023.3.post1
99
+ PyYAML==6.0.1
100
+ readme-renderer==42.0
101
+ regex==2023.12.25
102
+ requests==2.31.0
103
+ requests-oauthlib==1.3.1
104
+ requests-toolbelt==1.0.0
105
+ rfc3986==2.0.0
106
+ rich==13.7.0
107
+ rsa==4.9
108
+ safetensors==0.4.2
109
+ scikit-learn==1.4.0
110
+ scipy==1.12.0
111
+ sentence-transformers==2.2.2
112
+ sentencepiece==0.1.99
113
+ six==1.16.0
114
+ sniffio==1.3.0
115
+ SQLAlchemy==2.0.25
116
+ starlette==0.35.1
117
+ sympy==1.12
118
+ tenacity==8.2.3
119
+ threadpoolctl==3.2.0
120
+ tokenizers==0.15.1
121
+ torch==2.1.2
122
+ torchvision==0.16.2
123
+ tqdm==4.66.1
124
+ transformers==4.37.1
125
+ typer==0.9.0
126
+ typing-inspect==0.9.0
127
+ typing_extensions==4.9.0
128
+ tzdata==2023.4
129
+ umap-learn==0.5.5
130
+ urllib3==2.1.0
131
+ uvicorn==0.27.0
132
+ uvloop==0.19.0
133
+ watchfiles==0.21.0
134
+ websocket-client==1.7.0
135
+ websockets==12.0
136
+ wrapt==1.16.0
137
+ yarl==1.9.4
138
+ zipp==3.17.0
139
+ json-repair
140
+ ollama
141
+ python-docx
142
+ python-pptx
143
+ PyPDF2
144
+ ragvizexpander