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

Package the existing vector data and make it easily accessible #13

Open
heiko-braun opened this issue Jan 23, 2024 · 0 comments
Open

Package the existing vector data and make it easily accessible #13

heiko-braun opened this issue Jan 23, 2024 · 0 comments

Comments

@heiko-braun
Copy link
Owner

Take the data out of qdrant hosted and into a simple qdrant image that people can run locally

lordrip added a commit to lordrip/cai that referenced this issue Jan 23, 2024
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 added a commit to lordrip/cai that referenced this issue Jan 24, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant