Skip to content

Commit

Permalink
Fixed pipeline import statement (#7348)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbark01 authored Mar 12, 2024
1 parent 2bb1742 commit e4f37e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/retrievers/in_memory_bm25_documentsearch.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from haystack import Document
from haystack import Document, Pipeline
from haystack.components.retrievers.in_memory import InMemoryBM25Retriever
from haystack.document_stores.in_memory import InMemoryDocumentStore
from haystack.pipeline import Pipeline

# Create components and a query pipeline
document_store = InMemoryDocumentStore()
Expand Down

0 comments on commit e4f37e9

Please sign in to comment.