Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.17 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.17 KB

haystack-chainlit-demo

This is a ConversationalAgent demo built with Chainlit Integration⚡️ of Haystack💙.

Chainlit UI with Haystack Agent

Installation

Install all requirements:

pip install -r requirements.txt

Run

Make sure you have SEARCH_API_KEY and OPENAI_API_KEY variables in your environment file .env.

SEARCH_API_KEY=XXXX
OPENAI_API_KEY=XXXX

Then, run Chainlit:

chainlit run app.py

The application will start at http://localhost:8000. You can immediately start chatting with your Haystack Agent using the Chainlit UI 💬

FAQ

  • 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.

Community

Join Chainlit Discord and Haystack Discord.