masapasa / sina

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


Languages

Language:Python 96.6%Language:Dockerfile 3.4%