Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 543 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 543 Bytes

golangchain

Building an LLM app using golang

This repository provides a tool for building LLM apps similar to LangChain, but implemented in golang.
Currently, there are two ways to use this library:

  1. create a pipeline: compose a pipeline using components like parsers, LLMs, templates, etc.
  2. use the agent: run the pipeline combined with other functions such as search.

Please note that this library is a hobby project and there are no plans for ongoing development or improvements.