mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-03 00:20:57 -05:00
* feat: add storage_read_service proto definition * feat: update qdrant tonic definition * feat: add list_files * feat: add read_bytes * feat: add read_bytes_stream * feat: add read_batch & read_whole api * feat: add read_multi * fix: mod.rs * feat: update resolve_path * feat: add path resolve * feat: add more tests and fix stream api * feat: better error handling * feat: add collection_base_path * fix: potential EOF error * fix: nested runtime panic on tests * fix: github actions * fix: auth tests * fix: coderabbit pr review * fix: linter * fix: clippy * fix: range validation and path resolve * fix: linter * fix: clippy * fix: clippy * fix: universal io error * fix: incoming changes * fix: compiler error * feat: spilt impl * fix: pr review * fix: linter * fix: dev changes * fix: linter * review fixes * fmt * chore: fix naming * fix: pr reviews * fix: rebase dev * fix: clippy * fix: tests --------- Co-authored-by: generall <andrey@vasnetsov.com>