Skip to content

Commit

Permalink
community[patch]: typo in doc-string for kdbai vectorstore (#17811)
Browse files Browse the repository at this point in the history
community[patch]: typo in doc-string for kdbai vectorstore (#17811)
  • Loading branch information
nbyrneKX committed Feb 21, 2024
1 parent 5395c25 commit c1bb5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/community/langchain_community/vectorstores/kdbai.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def similarity_search_by_vector_with_score(
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.
Expand Down

0 comments on commit c1bb5fd

Please sign in to comment.