Skip to content

Latest commit

 

History

History

bisheng-langchain

What is bisheng-langchain?

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.

Key features

  • Retrival Enhancement components, like ESIndex, DBIndex, GraphIndex
  • Supporting Open LLMs and embeddings models
  • High performance QAs Chains
  • High Semanticly Chinese token processing

Quick start

Start with Bisheng Platform.

We provide a open cloud service for easily use. See free trial.

Install bisheng-langchain

Documentation

For guidance on installation, development, deployment, and administration, check out bisheng-langchain Dev Docs.

Acknowledgments

bisheng-langchain adopts dependencies from the following:

  • Thanks to langchain for the main framework.