llama-stack-mirror/llama_stack/providers/utils/memory
Ashwin Bharambe 74e2976c1e feat(api)!: support passing extra_body to embeddings and vector_stores APIs
Applies the same pattern from #3777 to embeddings and vector_stores.create() endpoints.

Breaking change: Method signatures now accept a single params object with Pydantic extra="allow" instead of individual parameters. Provider-specific params can be passed via extra_body and accessed through params.model_extra.

Updated APIs: openai_embeddings(), openai_create_vector_store(), openai_create_vector_store_file_batch()
2025-10-11 16:50:13 -07:00
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
file_utils.py Update the "InterleavedTextMedia" type (#635) 2024-12-17 11:18:31 -08:00
openai_vector_store_mixin.py feat(api)!: support passing extra_body to embeddings and vector_stores APIs 2025-10-11 16:50:13 -07:00
vector_store.py chore: remove dead code (#3729) 2025-10-07 20:26:02 -07:00