Learn how to integrate Zilliz/Milvus with HoneyHive for vector database monitoring, tracing, and retrieval evaluations.
chunk_size
or chunk_overlap
@trace
decorator logs this operation to HoneyHive with metadata about the collection name and dimension. The function itself creates a fresh collection for our vectors, with the dimension matching our embedding model’s output size.
@trace
decorator logs information about the embedding model used, allowing you to compare different models’ performance.
"http://localhost:19530"
) and "<username>:<password>"
(e.g. "root:Milvus"
) as Token in the MilvusClient.