Categorygithub.com/peterhellberg/llm
repositorypackage
0.0.5
Repository: https://github.com/peterhellberg/llm.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

LLM 🔗

What is this?

This is a very small subset of the Langchain project in Go.

[!Important] It is quite heavily based on the more ambitious LangChainGo, for now you should likely use that instead.

My main objective with this module is to have declarations of some core interfaces (Such as llm.Provider and llm.Chain) and other types that I can use as building blocks for LLM based Go applications. I do not intend for this module to contain many (or even any) implementations of these interfaces.

Examples

See ./examples for example usage.

License (MIT)

Since LangChainGo is licensed under MIT it goes without saying that this project should be so as well :clipboard: