Docs.rs
  • llm-chain-0.6.0
    • llm-chain 0.6.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • williamhogman
    • Dependencies
      • anyhow ^1.0.70 normal
      • async-trait ^0.1.68 normal
      • derive_builder ^0.12.0 normal
      • dynfmt ^0.1.5 normal
      • futures ^0.3.28 normal
      • lazy_static ^1.4.0 normal
      • markdown ^1.0.0-alpha.7 normal
      • qdrant-client ^1.1.1 normal
      • serde ^1.0.160 normal
      • serde_yaml ^0.9.21 normal
      • tera ^1.18.1 normal
      • thiserror ^1.0.40 normal
      • tokio ^1.27.0 normal
      • tonic ^0.9.1 normal
      • uuid ^1.3.1 normal
      • tokio ^1.27.0 dev
    • Versions
    • 50.67% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate llm_chain

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
?
Change settings

List of all items

Structs

  • Parameters
  • chains::map_reduce::Chain
  • chains::sequential::Chain
  • frame::Frame
  • parsing::ExtractionError
  • prompt::PromptTemplate
  • prompt::PromptTemplateError
  • prompt::chat::ChatMessage
  • prompt::chat::ChatMessageBuilder
  • prompt::chat::ChatPrompt
  • prompt::chat::ChatPromptBuilder
  • prompt::text::TextPrompt
  • schema::Document
  • schema::EmptyMetadata
  • serialization::Envelope
  • tokens::TokenCount
  • tools::Format
  • tools::ToolCollection
  • tools::ToolDescription
  • tools::tools::BashTool
  • tools::tools::ExitTool
  • tools::tools::PythonTool
  • vectorstores::qdrant::Qdrant

Enums

  • chains::map_reduce::MapReduceChainError
  • chains::sequential::SequentialChainError
  • prompt::chat::ChatMessageBuilderError
  • prompt::chat::ChatPromptBuilderError
  • prompt::chat::ChatRole
  • serialization::EnvelopeError
  • tokens::PromptTokensError
  • tools::ToolUseError
  • vectorstores::qdrant::ConversionError
  • vectorstores::qdrant::QdrantError

Traits

  • output::Output
  • prompt::Prompt
  • serialization::IoExt
  • serialization::StorableEntity
  • tokens::ExecutorTokenCountExt
  • tools::Describe
  • tools::Tool
  • traits::Embeddings
  • traits::EmbeddingsError
  • traits::Executor
  • traits::ExecutorError
  • traits::Step
  • traits::StepError
  • traits::StepExt
  • traits::VectorStore

Macros

  • prompt

Functions

  • parsing::find_yaml