Unable to run Retrieval-Augmented Generation (RAG) Applications with AutoGen without Docker #3324
-
Hi everyone, I'm trying to run the Retrieval-Augmented Generation (RAG) Applications with AutoGen example in my local with I have Python 3.9.19, The problem happens when I try to initiate the chat with:
Both the Python interpreter and the Jupyter notebook kernel crash and all it's printed is this message:
I already tried switching to Python 3.12 with I noticed this error is only happening with the RagProxyAgent. If I try the Quick Start example with UserProxyAgent "tell me a joke about..." that works fine. Has anyone else seen this error? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I just tried Python 3.9.13 and it's working now. |
Beta Was this translation helpful? Give feedback.
Thank you so much, I will test that from my end.
But I was able to run the code by using instance instead of locally.