| Crates.io | langchain_rs |
| lib.rs | langchain_rs |
| version | 0.0.2 |
| created_at | 2023-09-03 11:58:07.663332+00 |
| updated_at | 2023-09-07 12:26:35.870266+00 |
| description | Rust version of Langchain |
| homepage | https://github.com/gyroflaw/langchain_rs |
| repository | https://github.com/gyroflaw/langchain_rs |
| max_upload_size | |
| id | 962204 |
| size | 28,312 |
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:
[dependencies]
langchain_rs = "0.0.1"