alexcg1 / example-chatbot

Chatbot using Jina, Jina Hub and DocArray with Streamlit frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Chatbot using Jina, Jina Hub and DocArray with Streamlit frontend


Languages

Language:Python 90.9%Language:Dockerfile 9.1%