Respan instrumentation plugin for Milvus
Project description
respan-instrumentation-milvus
Respan instrumentation for synchronous and asynchronous PyMilvus operations.
pip install respan-ai respan-instrumentation-milvus pymilvus
from pymilvus import MilvusClient
from respan import Respan
from respan_instrumentation_milvus import MilvusInstrumentor
respan = Respan(instrumentations=[MilvusInstrumentor()])
client = MilvusClient(uri="./milvus.db")
print(client.list_collections())
respan.flush()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file respan_instrumentation_milvus-0.1.0.tar.gz.
File metadata
- Download URL: respan_instrumentation_milvus-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.13.12 Linux/6.17.0-35-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12a69030898cfd2d64a496d24476c63726115825d7f30b7b38714f503a71791b
|
|
| MD5 |
3c676f8fc3c37e568550678191db8d10
|
|
| BLAKE2b-256 |
3062ab856622a32ed688b2cafe5a45e95ee5308f615b85272123f3740b25b402
|