Different example of Chat UIs.
Gradio is a Python SDK that can be used to easily create Web UIs for Machine Learning models.
- Simple Chat with memory using HFTGI
- Chatbot+HFTGI+Redis: Chat with your documentation using HFTGI for LLM serving and Redis for Vector Store.
- Chatbot+Caikit/TGIS+Redis: Chat with your documentation using Caikit+TGIS for LLM serving and Redis for Vector Store.
- Chatbot backed by a knowledge base: Chat with multiple different knowledge bases using vLLM for LLM Serving and Milvus for Vector Store.