Interface for the fields required to initialize a TimeWeightedVectorStoreRetriever instance.

Hierarchy

  • Toolkit
    • TimeWeightedVectorStoreRetrieverFields

Properties

vectorStore: VectorStoreInterface
decayRate?: number
defaultSalience?: number
k?: number
memoryStream?: DocumentInterface[]
otherScoreKeys?: string[]
searchKwargs?: number

Generated using TypeDoc