v1.0.3
Added
FileEmbeddingRetrievernow supports batch retrieval viastartandendindices with a newqueryoverload.FileEmbeddingStoregetAllmethod renamed toget, and two new overloads added:get(ids: List<Long>)– fetch multiple embeddings by ID.get(id: Long)– fetch a single embedding by ID.
- Tests added to verify correct behavior and boundary handling for the new query overload.