Return the documents that are semantically most relevant to the query.
similarity_search(
self,
query: str,
k: int = 4,
collection_name: str = '',
**kwargs: Any = {}
) -> List[Document]Returns: List of documents that are semantically most relevant to the query