Docs.rs
  • rag-toolchain-0.1.9
    • rag-toolchain 0.1.9
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • JackMatthewRimmer
    • Dependencies
      • dotenv ^0.15.0 normal
      • eventsource-stream ^0.2.3 normal optional
      • futures ^0.3.31 normal
      • pgvector ^0.4.0 normal optional
      • reqwest ^0.12.8 normal
      • reqwest-eventsource ^0.6.0 normal optional
      • serde ^1.0.200 normal
      • serde_json ^1.0.116 normal
      • sqlx ^0.8.0 normal
      • thiserror ^1.0.61 normal
      • tiktoken-rs ^0.5.8 normal
      • tokio ^1.37 normal
      • typed-builder ^0.20.0 normal
      • lazy_static ^1.4.0 dev
      • mockall ^0.13.0 dev
      • mockito ^1.4.0 dev
      • testcontainers ^0.23.1 dev
    • Versions
    • 63.08% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

rag_toolchain0.1.9

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • chains::BasicRAGChain
  • chains::BasicStreamedRAGChain
  • chains::ChatHistoryChain
  • chunkers::CharacterChunker
  • chunkers::TokenChunker
  • clients::AnthropicChatCompletionClient
  • clients::OpenAIChatCompletionClient
  • clients::OpenAICompletionStream
  • clients::OpenAIEmbeddingClient
  • common::Chunk
  • common::Embedding
  • common::EmbeddingModelMetadata
  • loaders::SingleFileSource
  • retrievers::PostgresVectorRetriever
  • stores::PostgresVectorStore

Enums

  • chains::ChainError
  • chains::RagChainError
  • chunkers::TokenChunkingError
  • clients::AnthropicError
  • clients::AnthropicModel
  • clients::CompletionStreamValue
  • clients::OpenAIError
  • clients::OpenAIModel
  • clients::PromptMessage
  • common::OpenAIEmbeddingModel
  • retrievers::DistanceFunction
  • retrievers::PostgresRetrieverError
  • stores::PostgresVectorStoreError

Traits

  • chunkers::Chunker
  • clients::AsyncChatClient
  • clients::AsyncEmbeddingClient
  • clients::AsyncStreamedChatClient
  • clients::ChatCompletionStream
  • common::EmbeddingModel
  • common::TokenizerWrapper
  • loaders::AsyncLoadSource
  • loaders::LoadSource
  • retrievers::AsyncRetriever
  • stores::EmbeddingStore

Type Aliases

  • common::Chunks