sobelio/llm-chain
`llm-chain` is a powerful rust crate for building chains in large language models allowing you to summarise text and complete complex tasks
This is a framework for Rust developers who want to build advanced applications using large language models (LLMs). It helps you combine multiple prompts and external tools into complex workflows, allowing you to create chatbots or AI agents. You can integrate various LLMs, both cloud-based and local, and give them long-term memory through vector stores.
1,593 stars. No commits in the last 6 months.
Use this if you are a Rust developer looking to build sophisticated LLM-powered applications that go beyond single-prompt interactions.
Not ideal if you are not a Rust developer or if you only need to send simple, single-prompt requests to an LLM.
Stars
1,593
Forks
142
Language
Rust
License
MIT
Category
Last pushed
Oct 31, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/sobelio/llm-chain"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ludwig-ai/ludwig
Low-code framework for building custom LLMs, neural networks, and other AI models
withcatai/node-llama-cpp
Run AI models locally on your machine with node.js bindings for llama.cpp. Enforce a JSON schema...
mudler/LocalAI
:robot: The free, Open Source alternative to OpenAI, Claude and others. Self-hosted and...
zhudotexe/kani
kani (カニ) is a highly hackable microframework for tool-calling language models. (NLP-OSS @ EMNLP 2023)
SciSharp/LLamaSharp
A C#/.NET library to run LLM (🦙LLaMA/LLaVA) on your local device efficiently.