Vector DB
Vector DB Python SDK Integration
Log any Vector DB interactions to Helicone using Helicone’s Python SDK.
The HeliconeManualLogger
class can be used to log any Vector DB interactions to Helicone.
1
To get started, install the `helicone-helpers` package
2
Create a new HeliconeManualLogger instance
API Reference
HeliconeManualLogger
logRequest
Parameters
request
: - The request object to log
operation
:Callable[[HeliconeResultRecorder], T]
- The operation to be executed and logged
additionalHeaders
:dict
- Additional headers to be sent with the request
- This can be used to use features like session management, custom properties, etc.
Was this page helpful?