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

Welcome to the Akcio wiki!

Akcio is published under the Server Side Public License (SSPL) v1.

About Akcio

With Akcio, you are able to build a knowledge-enhanced ChatBot using LLM service like ChatGPT. You will learn how to start a backend service using FastAPI, which provides standby APIs to support further applications. Alternatively, we show how to use Gradio to build an online demo with user interface. You can find more about the workflow and related sources through documents:

Our team leverages this technology to bring forth an online product: OSSChat.

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 offers two AI platforms to choose from: Towhee or LangChain. Both modes allow customization by modifying submodules.

Contributing

We welcome contributions from the community to help improve and grow Akcio!

For instructions on how to contribute, please refer to our contribution guide