Ask a question to get started
Enter to sendā¢Shift+Enter new line
Given a batch of (source, target) pairs, the vectorstore associates each source phrase with the corresponding target phrase.
associate_batch( self, text_pairs: List[Tuple[str, str]], ) -> None
text_pairs
List[Tuple[str, str]]
list of (source, target) text pairs. For each pair in