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:
- create a pipeline: compose a pipeline using components like parsers, LLMs, templates, etc.
- 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.