mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +00:00
Merge b403b602e4 into sapling-pr-archive-ehhuang
This commit is contained in:
commit
09ced9f299
1 changed files with 1 additions and 1 deletions
|
|
@ -426,7 +426,7 @@ class OpenAIVectorStoreMixin(ABC):
|
|||
"expires_at": None,
|
||||
"last_active_at": created_at,
|
||||
"file_ids": [],
|
||||
"chunking_strategy": params.chunking_strategy,
|
||||
"chunking_strategy": params.chunking_strategy.model_dump(),
|
||||
}
|
||||
|
||||
# Add provider information to metadata if provided
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue