Nicole Hye Won Hwang commited on
Commit
d64588e
·
1 Parent(s): 767d65a

debugging dependencies

Browse files
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ __pycache__
2
+ .venv
requirements.txt CHANGED
@@ -3,33 +3,18 @@ aiosignal==1.3.1
3
  altair==5.2.0
4
  annotated-types==0.6.0
5
  anyio==4.3.0
6
- appnope==0.1.4
7
- asttokens==2.4.1
8
  attrs==23.2.0
9
- backoff==2.2.1
10
- beautifulsoup4==4.12.3
11
  blinker==1.7.0
 
12
  cachetools==5.3.3
13
  certifi==2024.2.2
14
- cffi==1.16.0
15
- chardet==5.2.0
16
  charset-normalizer==3.3.2
17
  click==8.1.7
18
- comm==0.2.1
19
- curl_cffi==0.6.2
20
  dataclasses-json==0.6.4
21
- dataclasses-json-speakeasy==0.5.11
22
- debugpy==1.8.1
23
- decorator==5.1.1
24
  distro==1.9.0
25
- duckduckgo_search==5.1.0
26
- emoji==2.10.1
27
- executing==2.0.1
28
- faiss-cpu==1.7.4
29
  filelock==3.13.1
30
- filetype==1.2.0
31
  frozenlist==1.4.1
32
- fsspec==2024.2.0
33
  gitdb==4.0.11
34
  GitPython==3.1.42
35
  h11==0.14.0
@@ -37,70 +22,43 @@ httpcore==1.0.4
37
  httpx==0.27.0
38
  huggingface-hub==0.21.4
39
  idna==3.6
40
- importlib_metadata==7.0.2
41
- ipykernel==6.29.3
42
- ipython==8.22.2
43
- jedi==0.19.1
44
  Jinja2==3.1.3
45
  joblib==1.3.2
46
  jsonpatch==1.33
47
- jsonpath-python==1.0.6
48
  jsonpointer==2.4
49
  jsonschema==4.21.1
50
  jsonschema-specifications==2023.12.1
51
- jupyter_client==8.6.1
52
- jupyter_core==5.7.2
53
  langchain==0.1.4
54
  langchain-community==0.0.20
55
  langchain-core==0.1.23
56
- langchain-openai==0.0.5
57
  langchain-pinecone==0.0.3
58
- langchain-text-splitters==0.0.1
59
- langdetect==1.0.9
60
  langsmith==0.0.87
61
- lxml==5.1.0
62
  markdown-it-py==3.0.0
63
  MarkupSafe==2.1.5
64
- marshmallow==3.20.2
65
- matplotlib-inline==0.1.6
66
  mdurl==0.1.2
67
  mpmath==1.3.0
68
  multidict==6.0.5
69
  mypy-extensions==1.0.0
70
- nest-asyncio==1.6.0
71
  networkx==3.2.1
72
- nltk==3.8.1
73
  numpy==1.26.4
74
  openai==1.10.0
75
- orjson==3.9.15
76
  packaging==23.2
77
  pandas==2.2.1
78
- parso==0.8.3
79
- pexpect==4.9.0
80
  pillow==10.2.0
81
  pinecone-client==3.1.0
82
- platformdirs==4.2.0
83
- prompt-toolkit==3.0.43
84
  protobuf==4.25.3
85
- psutil==5.9.8
86
- ptyprocess==0.7.0
87
- pure-eval==0.2.2
88
- pyarrow==15.0.1
89
- pycparser==2.21
90
  pydantic==2.6.4
91
  pydantic_core==2.16.3
92
  pydeck==0.8.1b0
93
  Pygments==2.17.2
94
- pypdf==4.1.0
95
- python-dateutil==2.8.2
96
- python-dotenv==1.0.1
97
- python-iso639==2024.2.7
98
- python-magic==0.4.27
99
  pytz==2024.1
100
  PyYAML==6.0.1
101
- pyzmq==25.1.2
102
- rapidfuzz==3.6.1
103
- referencing==0.33.0
104
  regex==2023.12.25
105
  requests==2.31.0
106
  rich==13.7.1
@@ -112,15 +70,11 @@ sentence-transformers==2.5.1
112
  six==1.16.0
113
  smmap==5.0.1
114
  sniffio==1.3.1
115
- soupsieve==2.5
116
  SQLAlchemy==2.0.28
117
- stack-data==0.6.3
118
  streamlit==1.30.0
119
- streamlit-chat==0.1.1
120
  sympy==1.12
121
- tabulate==0.9.0
122
  tenacity==8.2.3
123
- threadpoolctl==3.3.0
124
  tiktoken==0.5.2
125
  tokenizers==0.15.2
126
  toml==0.10.2
@@ -128,17 +82,12 @@ toolz==0.12.1
128
  torch==2.2.1
129
  tornado==6.4
130
  tqdm==4.66.2
131
- traitlets==5.14.2
132
  transformers==4.38.2
133
  typing-inspect==0.9.0
134
- typing_extensions==4.9.0
135
  tzdata==2024.1
136
  tzlocal==5.2
137
- unstructured==0.12.6
138
- unstructured-client==0.18.0
139
- urllib3==1.26.18
140
- validators==0.22.0
141
- wcwidth==0.2.13
142
- wrapt==1.16.0
143
  yarl==1.9.4
144
- zipp==3.18.0
 
3
  altair==5.2.0
4
  annotated-types==0.6.0
5
  anyio==4.3.0
 
 
6
  attrs==23.2.0
 
 
7
  blinker==1.7.0
8
+ beautifulsoup4==4.12.3
9
  cachetools==5.3.3
10
  certifi==2024.2.2
 
 
11
  charset-normalizer==3.3.2
12
  click==8.1.7
 
 
13
  dataclasses-json==0.6.4
 
 
 
14
  distro==1.9.0
 
 
 
 
15
  filelock==3.13.1
 
16
  frozenlist==1.4.1
17
+ fsspec==2024.3.1
18
  gitdb==4.0.11
19
  GitPython==3.1.42
20
  h11==0.14.0
 
22
  httpx==0.27.0
23
  huggingface-hub==0.21.4
24
  idna==3.6
25
+ importlib_metadata==7.1.0
 
 
 
26
  Jinja2==3.1.3
27
  joblib==1.3.2
28
  jsonpatch==1.33
 
29
  jsonpointer==2.4
30
  jsonschema==4.21.1
31
  jsonschema-specifications==2023.12.1
 
 
32
  langchain==0.1.4
33
  langchain-community==0.0.20
34
  langchain-core==0.1.23
 
35
  langchain-pinecone==0.0.3
 
 
36
  langsmith==0.0.87
 
37
  markdown-it-py==3.0.0
38
  MarkupSafe==2.1.5
39
+ marshmallow==3.21.1
 
40
  mdurl==0.1.2
41
  mpmath==1.3.0
42
  multidict==6.0.5
43
  mypy-extensions==1.0.0
44
+ nest-asyncio==1.5.8
45
  networkx==3.2.1
 
46
  numpy==1.26.4
47
  openai==1.10.0
 
48
  packaging==23.2
49
  pandas==2.2.1
 
 
50
  pillow==10.2.0
51
  pinecone-client==3.1.0
 
 
52
  protobuf==4.25.3
53
+ pyarrow==15.0.2
 
 
 
 
54
  pydantic==2.6.4
55
  pydantic_core==2.16.3
56
  pydeck==0.8.1b0
57
  Pygments==2.17.2
58
+ python-dateutil==2.9.0.post0
 
 
 
 
59
  pytz==2024.1
60
  PyYAML==6.0.1
61
+ referencing==0.34.0
 
 
62
  regex==2023.12.25
63
  requests==2.31.0
64
  rich==13.7.1
 
70
  six==1.16.0
71
  smmap==5.0.1
72
  sniffio==1.3.1
 
73
  SQLAlchemy==2.0.28
 
74
  streamlit==1.30.0
 
75
  sympy==1.12
 
76
  tenacity==8.2.3
77
+ threadpoolctl==3.4.0
78
  tiktoken==0.5.2
79
  tokenizers==0.15.2
80
  toml==0.10.2
 
82
  torch==2.2.1
83
  tornado==6.4
84
  tqdm==4.66.2
 
85
  transformers==4.38.2
86
  typing-inspect==0.9.0
87
+ typing_extensions==4.10.0
88
  tzdata==2024.1
89
  tzlocal==5.2
90
+ urllib3==2.2.1
91
+ validators==0.23.2
 
 
 
 
92
  yarl==1.9.4
93
+ zipp==3.18.1
utils/__pycache__/utils.cpython-311.pyc CHANGED
Binary files a/utils/__pycache__/utils.cpython-311.pyc and b/utils/__pycache__/utils.cpython-311.pyc differ