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

update quickstart #311

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

update quickstart #311

wants to merge 1 commit into from

Conversation

davidmyriel
Copy link
Contributor

This PR addresses 308.
Quickstart users should know that they need to switch over to a venv after self-hosting in Docker.
Just-making it more obvious.
Also, adding more details about Qdrant Cloud.

@netlify
Copy link

netlify bot commented Sep 18, 2023

Deploy Preview for condescending-goldwasser-91acf0 ready!

Name Link
🔨 Latest commit bab1e6b
🔍 Latest deploy log https://app.netlify.com/sites/condescending-goldwasser-91acf0/deploys/65083504ddae530008139340
😎 Deploy Preview https://deploy-preview-311--condescending-goldwasser-91acf0.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@kacperlukawski kacperlukawski left a comment

Choose a reason for hiding this comment

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

Overall, it looks fine. I'm wondering if we should mention that users should "have the latest version of Python". Using Python 3.10 is also okay, as long as they don't want to use something really old.

@@ -32,6 +33,8 @@ Qdrant should now be accessible at [localhost:6333](http://localhost:6333)

## Initialize the client

For local prototyping, we like to use Jupyter Notebooks or Google Colab. Open up your virtual environment to run the following Python code:
Copy link
Member

Choose a reason for hiding this comment

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

Google colab won't be able to connect to localhost, the tutorial won't work

@@ -7,8 +7,9 @@ aliases:
# Quickstart

In this short example, you will use the Python Client to create a Collection, load data into it and run a basic search query.
The first few steps will show you how to self-host Qdrant using Docker. However, you can always sign up for [Qdrant Cloud](../cloud/quickstart-cloud/) and spin up a cluster with much less effort. Your first cluster is completely free.
Copy link
Member

Choose a reason for hiding this comment

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

I would only keep this line

Copy link
Contributor

Choose a reason for hiding this comment

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

I suggest pushing an absolute link, in case we move this page in the future.

Suggested change
The first few steps will show you how to self-host Qdrant using Docker. However, you can always sign up for [Qdrant Cloud](../cloud/quickstart-cloud/) and spin up a cluster with much less effort. Your first cluster is completely free.
The first few steps will show you how to self-host Qdrant using Docker. However, you can always sign up for [Qdrant Cloud](/documentation/cloud/quickstart-cloud/) and spin up a cluster with much less effort. Your first cluster is completely free.

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.

4 participants