Skip to content

v1.0.3

Choose a tag to compare

@dev-diaries41 dev-diaries41 released this 14 Oct 03:39
· 78 commits to main since this release
0f873cc

Added

  • FileEmbeddingRetriever now supports batch retrieval via start and end indices with a new query overload.
  • FileEmbeddingStore getAll method renamed to get, 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.