llama-stack-mirror/llama_stack/providers/utils
Ben Browning a2f0f608db Handle attaching files at vector store creation
This wires up the `file_ids` from the vector store create request to
actually attach all those files at creation time. This also required
smarter handling of the file_ids and file_count metadata handling to
ensure we update the in-memory cache and persistent representation of
those as we attach those files. And, expand that logic to handle
errors during file attachment to persist the failed status.

Signed-off-by: Ben Browning <bbrownin@redhat.com>
2025-06-19 10:58:29 -04:00
..
bedrock feat: drop python 3.10 support (#2469) 2025-06-19 12:07:14 +05:30
common chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
datasetio chore(refact): move paginate_records fn outside of datasetio (#2137) 2025-05-12 10:56:14 -07:00
inference feat: drop python 3.10 support (#2469) 2025-06-19 12:07:14 +05:30
kvstore feat: add deps dynamically based on metastore config (#2405) 2025-06-05 14:07:25 -07:00
memory Handle attaching files at vector store creation 2025-06-19 10:58:29 -04:00
responses ci: add python package build test (#2457) 2025-06-19 18:57:32 +05:30
scoring chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
sqlstore ci: add python package build test (#2457) 2025-06-19 18:57:32 +05:30
telemetry feat: drop python 3.10 support (#2469) 2025-06-19 12:07:14 +05:30
tools ci: add python package build test (#2457) 2025-06-19 18:57:32 +05:30
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
pagination.py chore(refact): move paginate_records fn outside of datasetio (#2137) 2025-05-12 10:56:14 -07:00
scheduler.py feat: drop python 3.10 support (#2469) 2025-06-19 12:07:14 +05:30