quorumrag 0.1.0

Quorum-based retrieval-augmented generation: fuse multiple retrievers and keep only the evidence they agree on.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "quorumrag"
version = "0.1.0"
build = false
exclude = [
    "data/",
    "scripts/",
    ".vscode/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quorum-based retrieval-augmented generation: fuse multiple retrievers and keep only the evidence they agree on."
readme = "README.md"
keywords = [
    "rag",
    "retrieval",
    "llm",
    "embeddings",
    "ollama",
]
categories = [
    "text-processing",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/r14dd/quorumRAG.rs"

[lib]
name = "quorumrag"
path = "src/lib.rs"

[[bin]]
name = "quorumrag"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.reqwest]
version = "0.13"
features = ["json"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tantivy]
version = "0.26"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "1"