Optional
callbacksOptional
keywordKThe number of documents to return from the keyword search. Defaults to 2.
Optional
keywordThe name of the Keyword search function on Supabase. Defaults to "kw_match_documents".
Optional
metadataOptional
similarityKThe number of documents to return from the similarity search. Defaults to 2.
Optional
similarityThe name of the Similarity search function on Supabase. Defaults to "match_documents".
Optional
tableThe table name on Supabase. Defaults to "documents".
Optional
tagsOptional
verboseGenerated using TypeDoc
Base Retriever class. All indexes should extend this class.