MultiVectorRetriever

Created
Created
2023 Oct 3 16:27
Creator
Creator
Seonglae ChoSeonglae Cho
Editor
Edited
Edited
2023 Oct 3 16:33
Refs
Refs
The methods to create multiple vectors per document include
  • Smaller chunks: split a document into smaller chunks, and embed those (this is ParentDocumentRetriever).
  • Summary: create a summary for each document, embed that along with (or instead of) the document.
  • Hypothetical questions: create hypothetical questions that each document would be appropriate to answer, embed those along with (or instead of) the document.
 
 
 
 
 
 
 

Recommendations