community[patch]: typo in doc-string for kdbai vectorstore (#17811)

community[patch]: typo in doc-string for kdbai vectorstore (#17811)
This commit is contained in:
nbyrneKX 2024-02-21 15:35:11 +00:00 committed by GitHub
parent 5395c254d5
commit c1bb5fd498
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -205,7 +205,7 @@ class KDBAI(VectorStore):
filter: Optional[List] = [],
**kwargs: Any,
) -> List[Tuple[Document, float]]:
"""Return pinecone documents most similar to embedding, along with scores.
"""Return documents most similar to embedding, along with scores.
Args:
embedding (List[float]): query vector.