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 k8si committed Feb 22, 2024
1 parent 85754e7 commit 36b4049
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 36b4049

Please sign in to comment.