Skip to main content

Module reader

Module reader 

Source
Expand description

Read-only client for the vector database.

VectorDbReader provides a lightweight, read-only interface to a vector database. Unlike VectorDb, it does not participate in fencing and does not hold a write lease, so multiple readers can coexist with a single writer.

Structsยง

VectorDbReader
Read-only client for querying a vector database.