Any Vector DB
Trace Any Vector DB interactions
Log any Vector DB interactions using Helicone’s Logger SDK.
1
To get started, install the @helicone/helpers package
2
Set up your Helicone API key in your .env file
Log into Helicone or create an account. Once you have an account, you can generate an API key here.
3
Create a new HeliconeManualLogger instance
4
Log your request
5
Verify your requests in Helicone
With the above setup, any calls to any Vector DB will automatically be logged and monitored by Helicone. Review them in your Helicone dashboard.
To learn more about the
HeliconeManualLogger
API, see the API Reference here.