Abstract
Abstract
addOptional
options: AddDocumentOptionsAbstract
addOptional
options: AddDocumentOptionsOptional
kOrFields: number | Partial<BaseRetrieverInput & { Optional
filter: string | objectOptional
callbacks: CallbackManager | (BaseCallbackHandlerMethodsClass | BaseCallbackHandler)[]Optional
tags: string[]Optional
metadata: Record<string, unknown>Optional
verbose: booleanAbstract
similarityOptional
filter: string | objectOptional
maxReturn documents selected using the maximal marginal relevance. Maximal marginal relevance optimizes for similarity to the query AND diversity among selected documents.
Text to look up documents similar to.
Static
fromStatic
fromGenerated using TypeDoc
Abstract class representing a store of vectors. Provides methods for adding vectors and documents, deleting from the store, and searching the store.