Replies: 1 comment
-
See https://github.com/deepset-ai/haystack/issues/9072#issuecomment-2737337690 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new to haystack. I can't run examples from Advanced RAG: Automated Structured Metadata Enrichment. I get an error:
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 0>()
4 from haystack.components.fetchers import LinkContentFetcher
5 from haystack.components.generators import OpenAIGenerator
----> 6 from haystack.components.generators.openai_utils import _convert_message_to_openai_format
7 from haystack.components.preprocessors import DocumentSplitter
8 from haystack.dataclasses import ChatMessage, StreamingChunk
ModuleNotFoundError: No module named 'haystack.components.generators.openai_util
Please tell me how to fix the error.
Url: https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/metadata_enrichment.ipynb
Beta Was this translation helpful? Give feedback.
All reactions