Skip to content

Commit

Permalink
update import paths for beta5 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored Jan 18, 2024
1 parent 273b94b commit 8d55362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/llama_cpp/tests/test_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from haystack import Document, Pipeline
from haystack.components.builders.answer_builder import AnswerBuilder
from haystack.components.builders.prompt_builder import PromptBuilder
from haystack.components.retrievers import InMemoryBM25Retriever
from haystack.document_stores import InMemoryDocumentStore
from haystack.components.retrievers.in_memory import InMemoryBM25Retriever
from haystack.document_stores.in_memory import InMemoryDocumentStore
from haystack_integrations.components.generators.llama_cpp import LlamaCppGenerator


Expand Down

0 comments on commit 8d55362

Please sign in to comment.