Skip to content

Commit

Permalink
community[patch]: typo in doc-string for kdbai vectorstore (langchain…
Browse files Browse the repository at this point in the history
…-ai#17811)

community[patch]: typo in doc-string for kdbai vectorstore (langchain-ai#17811)
  • Loading branch information
nbyrneKX authored and al1p-R committed Feb 27, 2024
1 parent 61b6f6d commit aababb6
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 aababb6

Please sign in to comment.