mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
docs fixes
This commit is contained in:
parent
3ee0660602
commit
3062a2fead
1 changed files with 1 additions and 7 deletions
|
|
@ -48,7 +48,6 @@ pip install litellm==1.74.7
|
|||
|
||||
- **Vector Stores** - Support for Vertex RAG Engine, PG Vector, OpenAI & Azure OpenAI Vector Stores.
|
||||
- **Health Check Improvements** - Separate health check app on dedicated port for better Kubernetes liveness probes.
|
||||
- **Control Plane + Data Plane Architecture** - Enhanced proxy architecture for better scalability and separation of concerns.
|
||||
- **New LLM Providers** - Added Moonshot API `moonshot` and `v0` provider support.
|
||||
|
||||
---
|
||||
|
|
@ -59,8 +58,7 @@ This release introduces support for using VertexAI RAG Engine, PG Vector, Bedroc
|
|||
|
||||
This is ideal for use cases requiring external knowledge sources with LLMs.
|
||||
|
||||
This brings the following benefits:
|
||||
|
||||
This brings the following benefits for LiteLLM users:
|
||||
|
||||
**Proxy Admin Benefits:**
|
||||
- Fine-grained access control: determine which Keys and Teams can access specific Vector Stores
|
||||
|
|
@ -74,10 +72,6 @@ This brings the following benefits:
|
|||
|
||||
[Get started](../../docs/completion/knowledgebase)
|
||||
|
||||
---
|
||||
|
||||
## Control Plane + Data Plane Architecture
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue