bisheng-langchain is an open-source langchain extending library built to power building LLM application. bisheng-langchain provides more components to support Chinese LLMs and and Chinese based token environments for prompt engineering and ICL template.
The project is a sub-module of bisheng.
- Retrival Enhancement components, like ESIndex, DBIndex, GraphIndex
- Supporting Open LLMs and embeddings models
- High performance QAs Chains
- High Semanticly Chinese token processing
We provide a open cloud service for easily use. See free trial.
- Install from pip:
pip install bisheng-langchain
- Quick Start Guide
For guidance on installation, development, deployment, and administration, check out bisheng-langchain Dev Docs.
bisheng-langchain adopts dependencies from the following:
- Thanks to langchain for the main framework.