This is a ConversationalAgent demo built with Chainlit Integration⚡️ of Haystack💙.
Install all requirements:
pip install -r requirements.txtMake sure you have SEARCH_API_KEY and OPENAI_API_KEY variables in your environment file .env.
SEARCH_API_KEY=XXXX
OPENAI_API_KEY=XXXXThen, run Chainlit:
chainlit run app.pyThe application will start at http://localhost:8000. You can immediately start chatting with your Haystack Agent using the Chainlit UI 💬
- 
I get the
symbol not found in flat namespace '_CFDataGetBytes'error. What should I do?It's because of grpcio. Check out this issue #56 to solve.
 
Join Chainlit Discord and Haystack Discord.
