mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-31 23:20:52 -05:00
* 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: 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 * feat: add list_files * feat: add more tests and fix stream api * feat: add uio client barebone * fix: linter * feat: update build.rs * fix: linter * fix: rebase * feat: add connect * feat: add remote client * feat:: add connect function * fix: remove unused module * fix: remove sequential * feat: add remote read impl * fix: remove duplicated types * feat: add tests * feat: simplify impl and remove grpcread * fix: fs_err * fix: resolve conflicts