A simple chatbot implementation that processes and answers questions about airplanes.
This project consists of two main components:
- A retriever module that fetches relevant information
- A chatbot module that processes and generates answers
Below is the high-level flow diagram of the system:
To use this chatbot:
uv sync
source ./.venv/bin/activate
pyapp-cli run
inference