Merge branch 'litellm_vllm_batch_runner' of https://github.com/BerriAI/litellm into litellm_vllm_batch_runner

This commit is contained in:
mateo-berri 2026-09-19 01:59:28 -07:00
commit 3fd964388c

View file

@ -1107,6 +1107,12 @@ model LiteLLM_ManagedObjectTable { // for batches or finetuning jobs which use t
@@index([team_id, created_at(sort: Desc)])
}
model LiteLLM_ManagedFileContentTable {
id String @id @default(uuid())
content Bytes
created_at DateTime @default(now())
}
model LiteLLM_ManagedVectorStoreTable {
id String @id @default(uuid())
unified_resource_id String @unique // The base64 encoded unified vector store ID