/sina

Primary LanguagePython

Jina Chatbot

This simple example adapts Jina Hello Chatbot in the following ways:

Run

Backend

  1. cd backend
  2. python app.py

Frontend

  1. cd frontend
  2. python frontend.py

Configure

  • Backend: backend/config.py
  • Frontend: frontend/config.py and frontend/.streamlit/config.toml

Deploy

docker-compose up