Respan instrumentation plugin for Pinecone
Project description
respan-instrumentation-pinecone
Respan instrumentation for Pinecone data, control-plane, and inference operations, including the synchronous, asynchronous, and gRPC clients.
pip install respan-ai respan-instrumentation-pinecone pinecone
from pinecone import Pinecone
from respan import Respan
from respan_instrumentation_pinecone import PineconeInstrumentor
respan = Respan(instrumentations=[PineconeInstrumentor()])
index = Pinecone().index("documents")
print(index.query(vector=[0.1, 0.2], top_k=3))
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_pinecone-0.1.0.tar.gz.
File metadata
- Download URL: respan_instrumentation_pinecone-0.1.0.tar.gz
- Upload date:
- Size: 4.8 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 |
8aed6e3dba9a636b463db663a01efff7deab4fc03303ed8b11e39f4337effdeb
|
|
| MD5 |
7d0f73f7aced4ad7ee3e831f5ff154e6
|
|
| BLAKE2b-256 |
d4e64c861b8ff02a11d6895c11df42466259a2d8e3e77581803fac4298614ab2
|