PipedreamHQ / PipedreamHQ/pipedream
[Components] milvus
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# milvus
## URLs
## Webhook Sources
### new-vector-ingested-instant
#### Description
Emit new event when a vector is successfully ingested into a collection. Requires configuration of the target collection name and webhook endpoint to receive events.
### new-collection-created-instant
#### Description
Emit new event when a new collection is created in Milvus. Useful for monitoring dynamic collection management. No additional configuration required.
### new-query-executed-instant
#### Description
Emit new event when a vector search query is executed. Optionally filter by collection name. Useful for logging or triggering actions based on high-traffic usage.
## Actions
### insert-vector
#### Description
Insert a new vector into a specified collection. Requires collection name and vector data (array of floats or binary), with optional ID.
### search-vector
#### Description
Execute a similarity search using a query vector on a specified collection. Requires collection name, query vector, and topK value. Optional filters can be applied.
### create-collection
#### Description
Create a new vector collection in Milvus. Requires collection name, schema definition including fields and data types, and optional index parameters.
Contributor guide
Assessment
This issue has not been assessed yet.