llama-stack-mirror/llama_stack/core/routers
Ashwin Bharambe 8fa91f98ef fix(router): update VectorIORouter to use new params signature
VectorIORouter was still using old individual parameter signature instead of the new params object. Updated both openai_create_vector_store and openai_create_vector_store_file_batch methods to match the API protocol.
2025-10-11 17:02:23 -07:00
..
__init__.py chore!: BREAKING CHANGE removing VectorDB APIs (#3774) 2025-10-11 14:07:08 -07:00
datasets.py refactor(logging): rename llama_stack logger categories (#3065) 2025-08-21 17:31:04 -07:00
eval_scoring.py refactor(logging): rename llama_stack logger categories (#3065) 2025-08-21 17:31:04 -07:00
inference.py feat(api)!: support passing extra_body to embeddings and vector_stores APIs 2025-10-11 16:50:13 -07:00
safety.py refactor(logging): rename llama_stack logger categories (#3065) 2025-08-21 17:31:04 -07:00
tool_runtime.py feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
vector_io.py fix(router): update VectorIORouter to use new params signature 2025-10-11 17:02:23 -07:00