Interface TimeWeightedVectorStoreRetrieverFields

Interface for the fields required to initialize a TimeWeightedVectorStoreRetriever instance.

Hierarchy

  • BaseRetrieverInput
    • TimeWeightedVectorStoreRetrieverFields

Properties

vectorStore: VectorStore
decayRate?: number
defaultSalience?: number
k?: number
memoryStream?: Document<Record<string, any>>[]
otherScoreKeys?: string[]
searchKwargs?: number

Generated using TypeDoc