examples/qdrant-vectorstore-example/README.md
Welcome to this cheerful example of using Qdrant vector store with LangChain Go! 🎉
This example demonstrates how to use the Qdrant vector store to store and search for similar documents using embeddings. It's a great way to get started with vector databases and semantic search in your Go applications!
Sets up OpenAI Embeddings:
OPENAI_API_KEY environment variable set!Creates a Qdrant Vector Store:
YOUR_QDRANT_URL and YOUR_COLLECTION_NAME with your actual Qdrant details!Adds Documents:
Performs Similarity Searches:
OPENAI_API_KEY set.YOUR_QDRANT_URL and YOUR_COLLECTION_NAME with your Qdrant details.go run qdrant_vectorstore_example.go.Have fun exploring the world of vector databases and semantic search with LangChain Go and Qdrant! 🚀🔍