Skip to content

bilgeyucel/haystack-chainlit-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://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.

About

Haystack Agents with Chainlit

Resources

License

Stars

Watchers

Forks

Languages