Skip to content

Commit

Permalink
Update llama_cpp.md (#284)
Browse files Browse the repository at this point in the history
Fixing import of InMemoryDocumentStore
  • Loading branch information
sepastian authored Oct 29, 2024
1 parent b0d866a commit 312db5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/llama_cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ from haystack.components.builders.prompt_builder import PromptBuilder
from haystack.components.embedders import SentenceTransformersDocumentEmbedder, SentenceTransformersTextEmbedder
from haystack.components.retrievers import InMemoryEmbeddingRetriever
from haystack.components.writers import DocumentWriter
from haystack.document_stores import InMemoryDocumentStore
from haystack.document_stores.in_memory import InMemoryDocumentStore

# Import LlamaCppGenerator
from haystack_integrations.components.generators.llama_cpp import LlamaCppGenerator
Expand Down

0 comments on commit 312db5e

Please sign in to comment.