client method for downloading snapshots
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 304
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 37
Description
The API provides an endpoint for downloading snapshots but this doesn't appear to be exposed in via the client.
Would be nice to do this in a iterative streaming fashion, should the snapshot be too large to fit into the client's memory.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Python client entry point for collection operations and compare its methods with the linked Qdrant snapshot-download endpoint. Determine how the client exposes downloads and whether the existing API supports streaming; done means the endpoint is available through the client and large snapshots do not require fitting entirely in memory.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100