Learn how to integrate LanceDB with HoneyHive for vector database monitoring, tracing, and retrieval evaluations.
chunk_size
or chunk_overlap
@trace
decorator logs these operations to HoneyHive, capturing metadata about document loading and chunking processes.
@trace
decorator logs information about the embedding model used and table creation process.
@trace
decorator logs information about the retrieval process, including the query and number of results.
@trace
decorator logs information about the generation process.
@trace
decorator logs the entire RAG pipeline process, creating a parent span that contains all the child spans from the individual functions.