![Build Status] ![Latest Version]
langchain_rs
is a Rust implementation of LangChain, a library for building applications with Large Language Models (LLMs). This version of LangChain is specifically designed for use with Rust and provides seamless integration with LLMs.
To use langchain_rs
in your Rust project, add the following to your Cargo.toml
file:
toml
[dependencies]
langchain_rs = "0.0.1"