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 17edb80 commit b78275d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class PineconeEmbeddingRetriever:
"""
Retrieves documents from the `PineconeDocumentStore`, based on their dense embeddings.
Example usage:
Usage example:
```python
import os
from haystack.document_stores.types import DuplicatePolicy
Expand Down

0 comments on commit b78275d

Please sign in to comment.