Skip to content

基于go语言的类python生态中LangChain的LLMs接口框架,支持用户围绕大型语言模型快速构建应用程序。基于go语言实现更便于应用程序的部署使用。

License

dxxu993/golangchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golangchain

The LLMs interface framework based on the go language, similar to LangChain, aims to support users to quickly build applications around large language models, and the implementation based on the go language can facilitate faster development and deployment.

🦜️🔗 Go LangChain

go.dev reference

⚡ Building applications with LLMs through composability ⚡

🤔 What is this?

This is the Go language implementation of LangChain.

📖 Documentation

🎉 Examples

See ./examples for example usage.

import (
	"github.com/dxxu993/golangchain/"
)

func main() {
	
	fmt.Println(completion)
}
$ go run .

Socktastic!

About

基于go语言的类python生态中LangChain的LLMs接口框架,支持用户围绕大型语言模型快速构建应用程序。基于go语言实现更便于应用程序的部署使用。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages