Skip to content

Commit

Permalink
Update integrations/pinecone/src/haystack_integrations/components/ret…
Browse files Browse the repository at this point in the history
…rievers/pinecone/embedding_retriever.py

Co-authored-by: Madeesh Kannan <[email protected]>
  • Loading branch information
anakin87 and shadeMe authored Feb 29, 2024
1 parent b78275d commit ad6657d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(
top_k: int = 10,
):
"""
:param document_store: An instance of `PineconeDocumentStore`.
:param document_store: The Pinecone Document Store.
:param filters: Filters applied to the retrieved Documents.
:param top_k: Maximum number of Documents to return.
Expand Down

0 comments on commit ad6657d

Please sign in to comment.