mirror of
https://github.com/microsoft/graphrag.git
synced 2026-02-21 18:26:08 +08:00
* Add LiteLLM chat and embedding model providers. * Fix code review findings. * Add litellm. * Fix formatting. * Update dictionary. * Update litellm. * Fix embedding. * Remove manual use of tiktoken and replace with Tokenizer interface. Adds support for encoding and decoding the models supported by litellm. * Update litellm. * Configure litellm to drop unsupported params. * Cleanup semversioner release notes. * Add num_tokens util to Tokenizer interface. * Update litellm service factories. * Cleanup litellm chat/embedding model argument assignment. * Update chat and embedding type field for litellm use and future migration away from fnllm. * Flatten litellm service organization. * Update litellm. * Update litellm factory validation. * Flatten litellm rate limit service organization. * Update rate limiter - disable with None/null instead of 0. * Fix usage of get_tokenizer. * Update litellm service registrations. * Add jitter to exponential retry. * Update validation. * Update validation. * Add litellm request logging layer. * Update cache key. * Update defaults. --------- Co-authored-by: Alonso Guevara <alonsog@microsoft.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| basic_search_config.py | ||
| cache_config.py | ||
| chunking_config.py | ||
| cluster_graph_config.py | ||
| community_reports_config.py | ||
| drift_search_config.py | ||
| embed_graph_config.py | ||
| extract_claims_config.py | ||
| extract_graph_config.py | ||
| extract_graph_nlp_config.py | ||
| global_search_config.py | ||
| graph_rag_config.py | ||
| input_config.py | ||
| language_model_config.py | ||
| local_search_config.py | ||
| prune_graph_config.py | ||
| reporting_config.py | ||
| snapshots_config.py | ||
| storage_config.py | ||
| summarize_descriptions_config.py | ||
| text_embedding_config.py | ||
| umap_config.py | ||
| vector_store_config.py | ||
| vector_store_schema_config.py | ||