Haystack with OpenAIChatGenerator problem #7619
Replies: 1 comment
-
Hey there @hamzachebbigit! I'm sorry that no one has answered your question here. I ran into this same issue and it's just a matter of switching out |
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
-
Hello guys I need a little help :d
So I have just started learning Haystack and all its functionality and I really like it but with RAG I seem to have an issue: So I created my vector database with Haystack+Pinenone works like a charm and I dont have an issue but when I apply the retrieval code I get an error revolving arround the " query_pipeline.connect("prompt_builder", "llm") " it says that the llm and prompt_builder does not match in input and ouput variables.... I have tried everything I even tried to switch to the DynamicChatPromptBuilder but the issue still there any help would be appreciated :D here is the full code :
Beta Was this translation helpful? Give feedback.
All reactions