Constructor to initialize the required fields
The fields required for initializing the TimeWeightedVectorStoreRetriever
NOTE: When adding documents to a vector store, use addDocuments via retriever instead of directly to the vector store. This is because it is necessary to process the document in prepareDocuments.
The documents to add to vector store in the retriever
Generated using TypeDoc
TimeWeightedVectorStoreRetriever retrieves documents based on their time-weighted relevance. ref: https://github.com/langchain-ai/langchain/blob/master/libs/langchain/langchain/retrievers/time_weighted_retriever.py
Example