Docs.rs
  • lumosai-vector-postgres-0.1.0
    • lumosai-vector-postgres 0.1.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • louloulin
    • Dependencies
      • async-trait ^0.1 normal
      • chrono ^0.4 normal
      • lumosai-vector-core ^0.1.0 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • sqlx ^0.7 normal
      • thiserror ^1.0 normal
      • tokio ^1.0 normal
      • tracing ^0.1 normal
      • uuid ^1.0 normal
      • criterion ^0.5 dev
      • testcontainers ^0.15 dev
      • tokio ^1.0 dev
      • tokio-test ^0.4 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

lumosai_vector_postgres0.1.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • BackendInfo
  • CacheConfig
  • CacheEntry
  • CacheStats
  • ConnectionPool
  • ConnectionPoolConfig
  • ConnectionPoolStats
  • Document
  • IndexConfig
  • IndexCreateConfig
  • IndexInfo
  • IndexOptions
  • LRUCache
  • PerformanceMetrics
  • PerformanceMonitor
  • PooledConnection
  • SearchConfig
  • SearchRequest
  • SearchResponse
  • SearchResult
  • StorageConfigBuilder
  • VectorSystemConfig
  • config::HnswParams
  • config::IndexParams
  • config::IvfFlatParams
  • config::PerformanceConfig
  • config::PoolConfig
  • config::PostgresConfig
  • config::TableConfig
  • filter::StandardFilterEvaluator
  • similarity::CosineSimilarity
  • similarity::DotProductSimilarity
  • similarity::EuclideanSimilarity
  • storage::PostgresVectorStorage

Enums

  • EmbeddingConfig
  • FilterCondition
  • MetadataValue
  • SearchQuery
  • SimilarityMetric
  • SqliteSynchronous
  • StorageConfig
  • VectorError
  • config::VectorIndexType
  • error::PostgresError

Traits

  • Embeddable
  • EmbeddingModel
  • FilterEvaluator
  • SimilarityCalculator
  • VectorStorage
  • error::PostgresResultExt

Functions

  • create_postgres_storage
  • create_postgres_storage_with_config
  • error::index_creation_error
  • error::is_connection_error
  • error::is_pgvector_missing_error
  • error::is_table_not_found_error
  • error::pgvector_extension_error
  • error::table_not_found_error
  • similarity::create_calculator

Type Aliases

  • DocumentId
  • Metadata
  • Result
  • Vector
  • error::PostgresResult