Skip to content
Jael Gu edited this page May 29, 2023 · 14 revisions

Welcome to the Akcio wiki!

About Akcio

With Akcio, you are able to build a knowledge-enhanced ChatBot using LLM service like ChatGPT. The system is built on top of Langchain Agent using vector database for semantic search and memory storage for context support. You can find more about the workflow and related sources through documents:

General Use

For ease of use, Akcio builds system with default modules and starts service using FastAPI. You can follow tutorials below to have a quick start:

Customization

Akcio has its modules independent, which enables the flexibility of module customization. With documents below, you are able to build your own chatbot with modules customized before starting service.

Clone this wiki locally