
Tiny Chat
This is an LLM application with chat functionality, featuring chat using RAG, a database, and MCP server capabilities. The UI is designed for Japanese users.
What is Tiny Chat?
Tiny Chat is an LLM application that provides chat functionality, utilizing RAG (Retrieval-Augmented Generation) and a database, designed specifically for Japanese users.
How to use Tiny Chat?
To use Tiny Chat, you can either run it from the source code or install the package. For development, use the command streamlit run tiny_chat/app.py --server.address=127.0.0.1
. For the installed package, simply run tiny-chat
.
Key features of Tiny Chat?
- Chat functionality powered by LLM and RAG.
- Database integration for enhanced performance.
- Designed with a user interface tailored for Japanese users.
Use cases of Tiny Chat?
- Engaging in real-time conversations using AI.
- Providing customer support through automated chat.
- Enhancing user interaction in applications with chat features.
FAQ from Tiny Chat?
- Is Tiny Chat free to use?
Yes! Tiny Chat is open-source and free to use under the MIT license.
- What programming language is Tiny Chat built with?
Tiny Chat is built using Python.
- How can I install Tiny Chat?
You can install Tiny Chat by following the installation instructions provided in the documentation.
Tiny Chat
Installation
Tested with Python 3.10 or later
Development Installation
pip install -r requirements.txt
Package Installation
# Build the package
pip install build
python -m build
# Install the built package
pip install dist/*.whl
Usage
Running from source (development)
streamlit run tiny_chat/app.py --server.address=127.0.0.1
Running installed package
tiny-chat