Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docbot to Mesop v1 #1249

Merged
merged 1 commit into from
Mar 19, 2025
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
2 changes: 1 addition & 1 deletion ai/docbot/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"llama-index-llms-gemini==0.2.0",
"llama-index-embeddings-google==0.1.6",
"llama-index-retrievers-bm25==0.2.2",
"mesop>=0.12.2",
"mesop>=1.0.0",
]

# uv required properties:
Expand Down
14 changes: 8 additions & 6 deletions ai/docbot/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,15 +195,13 @@ llama-index-retrievers-bm25==0.2.2
# via docbot (pyproject.toml)
llama-parse==0.4.9
# via llama-index-readers-llama-parse
markdown==3.7
# via mesop
markupsafe==2.1.5
# via
# jinja2
# werkzeug
marshmallow==3.22.0
# via dataclasses-json
mesop==0.12.4
mesop==1.0.0
# via docbot (pyproject.toml)
msgpack==1.0.8
# via mesop
Expand Down Expand Up @@ -252,6 +250,8 @@ pillow==10.4.0
# via
# llama-index-core
# llama-index-llms-gemini
propcache==0.3.0
# via yarl
proto-plus==1.24.0
# via
# google-ai-generativelanguage
Expand Down Expand Up @@ -280,8 +280,6 @@ pydantic==2.8.2
# openai
pydantic-core==2.20.1
# via pydantic
pygments==2.18.0
# via mesop
pyparsing==3.1.4
# via httplib2
pypdf==4.3.1
Expand Down Expand Up @@ -365,8 +363,12 @@ urllib3==2.2.2
watchdog==4.0.2
# via mesop
werkzeug==3.0.6
# via flask
# via
# flask
# mesop
wrapt==1.16.0
# via
# deprecated
# llama-index-core
yarl==1.18.3
# via aiohttp
Loading