langchain_rs

Crates.iolangchain_rs
lib.rslangchain_rs
version0.0.2
sourcesrc
created_at2023-09-03 11:58:07.663332
updated_at2023-09-07 12:26:35.870266
descriptionRust version of Langchain
homepagehttps://github.com/gyroflaw/langchain_rs
repositoryhttps://github.com/gyroflaw/langchain_rs
max_upload_size
id962204
size28,312
Ryo Kanazawa (gyroflaw)

documentation

https://docs.rs/langchain_rs

README

langchain_rs

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.

Features

  • Integration with LLMs for natural language processing tasks
  • Flexible prompt management and optimization
  • Generic interface for working with different LLMs
  • Support for building chains of LLM calls
  • Data augmentation functionality for improved generation
  • Memory management to persist state across calls

Installation

To use langchain_rs in your Rust project, add the following to your Cargo.toml file:

[dependencies]
langchain_rs = "0.0.1"
Commit count: 35

cargo fmt