llama-stack-mirror/llama_stack/providers/inline/tool_runtime
skamenan7 a14f79a362 fix(vector-io): handle missing document_id in insert_chunks
Fixed KeyError when chunks don't have document_id in metadata or chunk_metadata.
Updated logging to safely extract document_id using getattr and RAG memory
to handle different document_id locations. Added test for missing document_id scenarios.

Fixes issue #3494 where /v1/vector-io/insert would crash with KeyError.
2025-09-25 13:59:10 -04:00
..
rag fix(vector-io): handle missing document_id in insert_chunks 2025-09-25 13:59:10 -04:00
__init__.py agents to use tools api (#673) 2025-01-08 19:01:00 -08:00