Skip to main content
Helicone OSS LLM Observability

Trace Any Vector DB interactions

Log any Vector DB interactions using Helicone's Logger SDK.
1 min read

To get started, install the @helicone/helpers package

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.

Create a new HeliconeManualLogger instance

Log your request

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.