You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(api): Add vector store file batches api (#3642)
# What does this PR do?
Add Open AI Compatible vector store file batches api. This functionality
is needed to attach many files to a vector store as a batch.
#3533
API Stubs have been merged
#3615
Adds persistence for file batches as discussed in diff
#3544
(Used claude code for generation and reviewed by me)
## Test Plan
1. Unit tests pass
2. Also verified the cc-vec integration with LLamaStackClient works with
the file batches api. https://github.com/raghotham/cc-vec
2. Integration tests pass
0 commit comments