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

automatically deploy qdrant to azure #26

Merged
merged 1 commit into from
Sep 6, 2023
Merged

automatically deploy qdrant to azure #26

merged 1 commit into from
Sep 6, 2023

Conversation

mario-guerra
Copy link
Contributor

Purpose

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[x] Other... Please describe:
Deployment automation

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code
1) Via CLI, login to Azure via 'az login'
2) Set subscription appropriately
3) run: python deploy_qdrant_azure.py <resource group>
4) Copy SSH key output to paste in step that asks for key
5) add DNS prefix when asked

What to Check

Verify that the following are valid

  • ...
    Successful deployment will result in the following output:

{"result":true,"status":"ok","time":0.519858987}
Qdrant test collection created successfully!

Other Information

Copy link
Contributor

@tawalke tawalke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Going to merge and update Readme afterwards.

@tawalke tawalke merged commit 461f7e8 into main Sep 6, 2023
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants