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

[wip] quickstart langchain #304

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

davidmyriel
Copy link
Contributor

-wrote code
-added to QuickStarts in documentation
-still need to do some more storytelling and add the sample doc

@netlify
Copy link

netlify bot commented Sep 12, 2023

Deploy Preview for condescending-goldwasser-91acf0 ready!

Name Link
🔨 Latest commit ad97402
🔍 Latest deploy log https://app.netlify.com/sites/condescending-goldwasser-91acf0/deploys/6500722e48c0cc000736c531
😎 Deploy Preview https://deploy-preview-304--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.

There are some minor comments, but overall, it's a good starting point. I'd love to see the content of the document.txt and the app's outputs. Otherwise, I have no idea if the answers are accurate.

Comment on lines 36 to 43
os.environ['QDRANT_HOST'] = # "PASTE CLUSTER HOSTNAME HERE"
os.environ['QDRANT_API_KEY'] = # "PASTE QDRANT API KEY HERE"


client = qdrant_client.QdrantClient(
os.getenv("QDRANT_HOST"),
api_key=os.getenv("QDRANT_API_KEY")
)
Copy link
Member

Choose a reason for hiding this comment

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

How about setting the host and API key directly in QdrantClient? The env variables are not required

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