Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
__pycache__
.venv
venv
.env
97 changes: 97 additions & 0 deletions requirements.pipfreeze
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
aiohttp==3.9.5
aiosignal==1.3.1
altair==5.3.0
annotated-types==0.6.0
asttokens==2.4.1
attrs==23.2.0
blinker==1.8.1
cachetools==5.3.3
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
config==0.5.1
dataclasses-json==0.6.5
decorator==5.1.1
executing==2.0.1
frozenlist==1.4.1
genai==2.1.0
gitdb==4.0.11
GitPython==3.1.43
greenlet==3.0.3
ibm-cos-sdk==2.13.4
ibm-cos-sdk-core==2.13.4
ibm-cos-sdk-s3transfer==2.13.4
ibm_watson_machine_learning==1.0.356
idna==3.7
importlib_metadata==7.1.0
ipython==8.24.0
jedi==0.19.1
Jinja2==3.1.4
jmespath==1.0.1
jsonpatch==1.33
jsonpointer==2.4
jsonschema==4.22.0
jsonschema-specifications==2023.12.1
langchain==0.1.17
langchain-community==0.0.36
langchain-core==0.1.50
langchain-text-splitters==0.0.1
langsmith==0.1.54
lomond==0.3.3
markdown-it-py==3.0.0
MarkupSafe==2.1.5
marshmallow==3.21.2
matplotlib-inline==0.1.7
mdurl==0.1.2
multidict==6.0.5
mypy-extensions==1.0.0
numpy==1.26.4
openai==0.27.10
orjson==3.10.3
packaging==23.2
pandas==2.1.4
parso==0.8.4
pexpect==4.9.0
pillow==10.3.0
pinecone==4.0.0
prompt-toolkit==3.0.43
protobuf==4.25.3
ptyprocess==0.7.0
pure-eval==0.2.2
pyarrow==16.0.0
pydantic==2.7.1
pydantic_core==2.18.2
pydeck==0.9.0
Pygments==2.18.0
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
pytz==2024.1
PyYAML==6.0.1
referencing==0.35.1
regex==2024.4.28
requests==2.31.0
rich==13.7.1
rpds-py==0.18.0
six==1.16.0
smmap==5.0.1
SQLAlchemy==2.0.30
stack-data==0.6.3
streamlit==1.31.1
tabulate==0.9.0
tenacity==8.2.3
tiktoken==0.3.3
toml==0.10.2
toolz==0.12.1
tornado==6.4
tqdm==4.66.4
traitlets==5.14.3
typing-inspect==0.9.0
typing_extensions==4.11.0
tzdata==2024.1
tzlocal==5.2
urllib3==2.1.0
validators==0.28.1
watchdog==4.0.0
wcwidth==0.2.13
yarl==1.9.4
zipp==3.18.1
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
config==0.5.1
genai==2.1.0
ibm_watson_machine_learning==1.0.356
langchain==0.1.17
pinecone==4.0.0
python-dotenv==1.0.1
Requests==2.31.0
streamlit==1.31.1