Update calendar_rag.py
Browse files- calendar_rag.py +1 -1
calendar_rag.py
CHANGED
@@ -3,7 +3,7 @@ from haystack.components.generators.openai import OpenAIGenerator
|
|
3 |
from haystack.components.builders import PromptBuilder
|
4 |
from haystack.components.embedders import SentenceTransformersDocumentEmbedder
|
5 |
from haystack.components.retrievers.in_memory import *
|
6 |
-
from haystack.document_stores.in_memory import
|
7 |
from haystack.utils import Secret
|
8 |
from pathlib import Path
|
9 |
import hashlib
|
|
|
3 |
from haystack.components.builders import PromptBuilder
|
4 |
from haystack.components.embedders import SentenceTransformersDocumentEmbedder
|
5 |
from haystack.components.retrievers.in_memory import *
|
6 |
+
from haystack.document_stores.in_memory import *
|
7 |
from haystack.utils import Secret
|
8 |
from pathlib import Path
|
9 |
import hashlib
|