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

community[patch]: typo in doc-string for kdbai vectorstore (#17811)
pull/17171/head^2
nbyrneKX 8 months ago committed by GitHub
parent 5395c254d5
commit c1bb5fd498
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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.

Loading…
Cancel
Save