N8N
N8N is an automation platform that allows you to build flexible workflows focused on deep data integration.
Qdrant is available as a vectorstore node in N8N for building AI-powered functionality within your workflows.
Prerequisites
- A Qdrant instance to connect to. You can get a free cloud instance at cloud.qdrant.io.
- A running N8N instance. You can learn more about using the N8N cloud or self-hosting here.
Setting up the vectorstore
Select the Qdrant vectorstore from the list of nodes in your workflow editor.
You can now configure the vectorstore node according to your workflow requirements. The configuration options reference can be found here.
Create a connection to Qdrant using your instance credentials.
The vectorstore supports the following operations:
- Get Many - Get the top-ranked documents for a query.
- Insert documents - Add documents to the vectorstore.
- Retrieve documents - Retrieve documents for use with AI nodes.
Further Reading
- N8N vectorstore reference.
- N8N AI-based workflows reference.
- Source Code