QDRANT_URL and QDRANT_API_KEY which you can find on Qdrant Dashboard.
Slack
Let us know on our slack community
Discord
Let us know on discord community
GitHub
Open an issue on our GitHub
Schedule a call
Schedule a call with Embedchain founder
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
QDRANT_URL and QDRANT_API_KEY which you can find on Qdrant Dashboard.
from embedchain import App
# load qdrant configuration from yaml file
app = App.from_config(config_path="config.yaml")
vectordb:
provider: qdrant
config:
collection_name: my_qdrant_index
Was this page helpful?