Skip to content

Parsa-Mir/lmorbits.app_lm_template

 
 

Repository files navigation

Airplane Simple Chatbot

A simple chatbot implementation that processes and answers questions about airplanes.

Overview

This project consists of two main components:

  1. A retriever module that fetches relevant information
  2. A chatbot module that processes and generates answers

Below is the high-level flow diagram of the system:

Airplane Simple Chatbot Overview

Getting Started

To use this chatbot:

uv sync
source ./.venv/bin/activate
pyapp-cli run
inference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 54.7%
  • Python 45.3%