qdrant-store
Save new documents or text chunks to a Qdrant vector database for later retrieval, adding information to a knowledge base with metadata support.
Instructions
Store information in Qdrant vector database. Use this tool when you need to:
Save new documents or text chunks
Add information to the knowledge base
Store content for later retrieval
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Point ID. If omitted, a new point is created. | |
| information | Yes | Text to store | |
| collection_name | Yes | The collection to store the information in | |
| metadata | No | Extra metadata stored along with memorised information. Any json is accepted. |