Skip to content

Commit

Permalink
Merge pull request #31 from deepset-ai/in-memory-path-changes
Browse files Browse the repository at this point in the history
InMemory components path changes
  • Loading branch information
annthurium committed Jan 29, 2024
2 parents 959b346 + 0453506 commit 99a8a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/zephyr-7b-beta-for-rag.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"outputs": [],
"source": [
"from haystack import Pipeline\n",
"from haystack.document_stores import InMemoryDocumentStore\n",
"from haystack.document_stores.in_memory import InMemoryDocumentStore\n",
"from haystack.components.preprocessors import DocumentCleaner, DocumentSplitter\n",
"from haystack.components.embedders import SentenceTransformersTextEmbedder, SentenceTransformersDocumentEmbedder\n",
"from haystack.components.writers import DocumentWriter\n",
Expand Down Expand Up @@ -1513,7 +1513,7 @@
},
"outputs": [],
"source": [
"from haystack.components.retrievers import InMemoryEmbeddingRetriever"
"from haystack.components.retrievers.in_memory import InMemoryEmbeddingRetriever"
]
},
{
Expand Down

0 comments on commit 99a8a0e

Please sign in to comment.