Skip to content

Commit

Permalink
Pinecone: fix imports in example (#398)
Browse files Browse the repository at this point in the history
* fix imports in example

* fix lint
  • Loading branch information
anakin87 authored Feb 14, 2024
1 parent 9c069c9 commit 691c251
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions integrations/pinecone/examples/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
from haystack.components.embedders import SentenceTransformersDocumentEmbedder, SentenceTransformersTextEmbedder
from haystack.components.preprocessors import DocumentSplitter
from haystack.components.writers import DocumentWriter
from pinecone_haystack import PineconeDocumentStore
from pinecone_haystack.dense_retriever import PineconeEmbeddingRetriever

from haystack_integrations.components.retrievers.pinecone import PineconeEmbeddingRetriever
from haystack_integrations.document_stores.pinecone import PineconeDocumentStore

file_paths = glob.glob("neural-search-pills/pills/*.md")

Expand Down

0 comments on commit 691c251

Please sign in to comment.