mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-14 05:06:33 +00:00
d8ea1665c7
* add LiteLLM_SearchToolsTable * init SearchToolRegistry * fix add SearchToolRegistry * fix add SearchToolRegistry * fix handling search tool management * fix search imports * fix registry * init search tools in memory * fix init tools in mem * fix TypedDict def * add new SCHEMA * bump proxy extras * add LiteLLM_SearchToolsTable_search_tool_name_key * bump extras with migration * fix working CRUD Ops * fix: _init_search_tools_in_db
Additional files for the proxy. Reduces the size of the main litellm package.
Currently, only stores the migration.sql files for litellm-proxy.
To install, run:
pip install litellm-proxy-extras
OR
pip install litellm[proxy] # installs litellm-proxy-extras and other proxy dependencies
To use the migrations, run:
litellm --use_prisma_migrate