-
Notifications
You must be signed in to change notification settings - Fork 39
Home
Welcome to the Akcio wiki!
Akcio is published under the Server Side Public License (SSPL) v1.
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.
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:
- Get Started
- User Guide
Akcio offers two AI platforms to choose from: Towhee or LangChain. Both modes allow customization by modifying submodules.
-
Towhee:
In Towhee mode, the source code includes two main parts: pipelines & memory. You can check the following documents to learn how to customize each part:
-
LangChain:
In LangChain mode, 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.
We welcome contributions from the community to help improve and grow Akcio!
For instructions on how to contribute, please refer to our contribution guide
Akcio is a proprietary project owned and developed by Zilliz. It is published under the Server Side Public License (SSPL) v1.
© Copyright 2023, Zilliz Inc.
Towhee
LangChain
Others