Vector Databases
Pinecone
Learn how to integrate Pinecone with HoneyHive
Pinecone is a vector database service that is designed to enable developers to work with high-dimensional vector data efficiently.
With HoneyHive, you can trace all your operations using a single line of code. Find a list of all supported integrations here.
HoneyHive Setup
Follow the HoneyHive Installation Guide to get your API key and initialize the tracer.
Pinecone Setup
Log in to the Pinecone Console to create a new project and get your API key.
Note: please use version pinecone-client==5.0.0
for Python.
Example
Here is an example of how to trace your code in HoneyHive.
View your Traces
Once you run your code, you can view your execution trace in the HoneyHive UI by clicking the Data Store
tab on the left sidebar.