jameszokah commited on
Commit
eedbca7
·
verified ·
1 Parent(s): 3cfdb2b

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. requirements.txt +118 -118
requirements.txt CHANGED
@@ -1,121 +1,121 @@
1
- aiohttp==3.9.5
2
- aiosignal==1.3.1
3
- annotated-types==0.6.0
4
- anyio==4.3.0
5
- asgiref==3.8.1
6
- attrs==23.2.0
7
- backoff==2.2.1
8
- bcrypt==4.1.2
9
- beautifulsoup4==4.12.3
10
- bs4==0.0.2
11
- build==1.2.1
12
- cachetools==5.3.3
13
- certifi==2024.2.2
14
- charset-normalizer==3.3.2
15
- chroma-hnswlib==0.7.3
16
- chromadb==0.4.24
17
- click==8.1.7
18
- coloredlogs==15.0.1
19
- dataclasses-json==0.6.4
20
- Deprecated==1.2.14
21
- distro==1.9.0
22
- fastapi==0.110.2
23
- filelock==3.14.0
24
- flatbuffers==24.3.25
25
- frozenlist==1.4.1
26
- fsspec==2024.3.1
27
- google-auth==2.29.0
28
- googleapis-common-protos==1.63.0
29
- grpcio==1.62.2
30
- h11==0.14.0
31
- httpcore==1.0.5
32
- httptools==0.6.1
33
- httpx==0.27.0
34
- huggingface-hub==0.22.2
35
- humanfriendly==10.0
36
- idna==3.7
37
- importlib-metadata==7.0.0
38
- importlib_resources==6.4.0
39
- jsonpatch==1.33
40
- jsonpointer==2.4
41
- kubernetes==29.0.0
42
- langchain #==0.1.16
43
- langchain-chroma==0.1.0
44
- langchain-community==0.0.34
45
- langchain-core #==0.1.46
46
- langchain-openai==0.1.4
47
- langchain-text-splitters==0.0.1
48
- langchainhub==0.1.15
49
- langsmith==0.1.51
50
- markdown-it-py==3.0.0
51
- marshmallow==3.21.1
52
- mdurl==0.1.2
53
- mmh3==4.1.0
54
- monotonic==1.6
55
- mpmath==1.3.0
56
- multidict==6.0.5
57
- mypy-extensions==1.0.0
58
- numpy==1.26.4
59
- oauthlib==3.2.2
60
- onnxruntime==1.17.3
61
- openai==1.23.6
62
- opentelemetry-api==1.24.0
63
- opentelemetry-exporter-otlp-proto-common==1.24.0
64
- opentelemetry-exporter-otlp-proto-grpc==1.24.0
65
- opentelemetry-instrumentation==0.45b0
66
- opentelemetry-instrumentation-asgi==0.45b0
67
- opentelemetry-instrumentation-fastapi==0.45b0
68
- opentelemetry-proto==1.24.0
69
- opentelemetry-sdk==1.24.0
70
- opentelemetry-semantic-conventions==0.45b0
71
- opentelemetry-util-http==0.45b0
72
- orjson==3.10.1
73
- overrides==7.7.0
74
- packaging==23.2
75
- posthog==3.5.0
76
- protobuf==4.25.3
77
- pulsar-client==3.5.0
78
- pyasn1==0.6.0
79
- pyasn1_modules==0.4.0
80
- pydantic==2.7.1
81
- pydantic-settings==2.2.1
82
- pydantic_core==2.18.2
83
- Pygments==2.17.2
84
- PyPika==0.48.9
85
- pyproject_hooks==1.1.0
86
- python-dateutil==2.9.0.post0
87
- python-dotenv==1.0.1
88
- PyYAML==6.0.1
89
- regex #==2024.4.28
90
- requests==2.31.0
91
- requests-oauthlib==2.0.0
92
- rich==13.7.1
93
- rsa==4.9
94
- setuptools==69.5.1
95
- shellingham==1.5.4
96
- six==1.16.0
97
- sniffio==1.3.1
98
- soupsieve==2.5
99
- SQLAlchemy==2.0.29
100
- starlette==0.37.2
101
- sympy==1.12
102
- tenacity==8.2.3
103
- tiktoken==0.6.0
104
- tokenizers==0.19.1
105
- tqdm==4.66.2
106
- typer==0.12.3
107
- types-requests==2.31.0.20240406
108
- typing-inspect==0.9.0
109
- typing_extensions==4.11.0
110
- urllib3==2.2.1
111
- uvicorn==0.29.0
112
- uvloop==0.19.0
113
- watchfiles==0.21.0
114
- websocket-client==1.8.0
115
- websockets==12.0
116
- wrapt==1.16.0
117
- yarl==1.9.4
118
- zipp==3.18.1
119
  python-multipart
120
  pypdf
121
  unstructured
 
1
+ aiohttp #==3.9.5
2
+ aiosignal #==1.3.1
3
+ annotated-types #==0.6.0
4
+ anyio #==4.3.0
5
+ asgiref #==3.8.1
6
+ attrs #==23.2.0
7
+ backoff #==2.2.1
8
+ bcrypt #==4.1.2
9
+ beautifulsoup4 #==4.12.3
10
+ bs4 #==0.0.2
11
+ build #==1.2.1
12
+ cachetools #==5.3.3
13
+ certifi #==2024.2.2
14
+ charset-normalizer #==3.3.2
15
+ chroma-hnswlib #==0.7.3
16
+ chromadb #==0.4.24
17
+ click #==8.1.7
18
+ coloredlogs #==15.0.1
19
+ dataclasses-json #==0.6.4
20
+ Deprecated #==1.2.14
21
+ distro #==1.9.0
22
+ fastapi #==0.110.2
23
+ filelock #==3.14.0
24
+ flatbuffers #==24.3.25
25
+ frozenlist #==1.4.1
26
+ fsspec #==2024.3.1
27
+ google-auth #==2.29.0
28
+ googleapis-common-protos #==1.63.0
29
+ grpcio #==1.62.2
30
+ h11 #==0.14.0
31
+ httpcore #==1.0.5
32
+ httptools #==0.6.1
33
+ httpx #==0.27.0
34
+ huggingface-hub #==0.22.2
35
+ humanfriendly #==10.0
36
+ idna #==3.7
37
+ importlib-metadata #==7.0.0
38
+ importlib_resources #==6.4.0
39
+ jsonpatch #==1.33
40
+ jsonpointer #==2.4
41
+ kubernetes #==29.0.0
42
+ langchain # #==0.1.16
43
+ langchain-chroma #==0.1.0
44
+ langchain-community #==0.0.34
45
+ langchain-core # #==0.1.46
46
+ langchain-openai #==0.1.4
47
+ langchain-text-splitters #==0.0.1
48
+ langchainhub #==0.1.15
49
+ langsmith #==0.1.51
50
+ markdown-it-py #==3.0.0
51
+ marshmallow #==3.21.1
52
+ mdurl #==0.1.2
53
+ mmh3 #==4.1.0
54
+ monotonic #==1.6
55
+ mpmath #==1.3.0
56
+ multidict #==6.0.5
57
+ mypy-extensions #==1.0.0
58
+ numpy # #==1.26.4
59
+ oauthlib #==3.2.2
60
+ onnxruntime #==1.17.3
61
+ openai # #==1.23.6
62
+ opentelemetry-api #==1.24.0
63
+ opentelemetry-exporter-otlp-proto-common #==1.24.0
64
+ opentelemetry-exporter-otlp-proto-grpc #==1.24.0
65
+ opentelemetry-instrumentation #==0.45b0
66
+ opentelemetry-instrumentation-asgi #==0.45b0
67
+ opentelemetry-instrumentation-fastapi #==0.45b0
68
+ opentelemetry-proto #==1.24.0
69
+ opentelemetry-sdk #==1.24.0
70
+ opentelemetry-semantic-conventions #==0.45b0
71
+ opentelemetry-util-http #==0.45b0
72
+ orjson #==3.10.1
73
+ overrides #==7.7.0
74
+ packaging #==23.2
75
+ posthog #==3.5.0
76
+ protobuf #==4.25.3
77
+ pulsar-client #==3.5.0
78
+ pyasn1 #==0.6.0
79
+ pyasn1_modules #==0.4.0
80
+ pydantic #==2.7.1
81
+ pydantic-settings #==2.2.1
82
+ pydantic_core #==2.18.2
83
+ Pygments #==2.17.2
84
+ PyPika #==0.48.9
85
+ pyproject_hooks #==1.1.0
86
+ python-dateutil #==2.9.0.post0
87
+ python-dotenv #==1.0.1
88
+ PyYAML #==6.0.1
89
+ regex # #==2024.4.28
90
+ requests #==2.31.0
91
+ requests-oauthlib #==2.0.0
92
+ rich #==13.7.1
93
+ rsa #==4.9
94
+ setuptools #==69.5.1
95
+ shellingham #==1.5.4
96
+ six #==1.16.0
97
+ sniffio #==1.3.1
98
+ soupsieve #==2.5
99
+ SQLAlchemy #==2.0.29
100
+ starlette #==0.37.2
101
+ sympy #==1.12
102
+ tenacity #==8.2.3
103
+ tiktoken #==0.6.0
104
+ tokenizers
105
+ tqdm #==4.66.2
106
+ typer #==0.12.3
107
+ types-requests #==2.31.0.20240406
108
+ typing-inspect #==0.9.0
109
+ typing_extensions
110
+ urllib3 #==2.2.1
111
+ uvicorn #==0.29.0
112
+ uvloop #==0.19.0
113
+ watchfiles #==0.21.0
114
+ websocket-client #==1.8.0
115
+ websockets #==12.0
116
+ wrapt #==1.16.0
117
+ yarl #==1.9.4
118
+ zipp #==3.18.1
119
  python-multipart
120
  pypdf
121
  unstructured