Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(collections): Helper for downloading collections #17

Merged
merged 1 commit into from
Jan 25, 2024

Commits on Jan 24, 2024

  1. feat(collections): Helper for downloading collections

    Currently, there's no mechanism for migrating the existing vectors.
    
    This commit offer the first part of the functionality by adding a way to
    create and download individual vector's collections.
    
    Usage:
    ```
    Usage:
        # List all collections in the cluster
    
        python -m download_qdrant_snapshot.py -l
        python -m download_qdrant_snapshot.py --list
    
        # Create a snapshot for a collection and download it
        python download_qdrant_snapshot.py -d -c <collection_name>
        python download_qdrant_snapshot.py --download --collection <collection_name>
    ```
    
    relates: heiko-braun#13
    lordrip committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e8b5e2f View commit details
    Browse the repository at this point in the history