[package]
edition = "2024"
rust-version = "1.91.1"
name = "aicx-retrieve"
version = "0.9.2"
authors = [
"Maciej Gad <void@div0.space>",
"Monika Szymanska <hello@vetcoders.io>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Retrieval trait surface, Tantivy adapter, and manifest contract for aicx hybrid indexes."
homepage = "https://github.com/Loctree/aicx"
documentation = "https://docs.rs/aicx-retrieve"
readme = "README.md"
keywords = [
"ai",
"retrieval",
"search",
"embeddings",
"manifest",
]
categories = [
"text-processing",
"development-tools",
]
license = "BUSL-1.1"
repository = "https://github.com/Loctree/aicx"
[lib]
name = "aicx_retrieve"
path = "src/lib.rs"
[[test]]
name = "fusion_rrf"
path = "tests/fusion_rrf.rs"
[[test]]
name = "manifest_validation"
path = "tests/manifest_validation.rs"
[[test]]
name = "orchestrator"
path = "tests/orchestrator.rs"
[[test]]
name = "tantivy_adapter"
path = "tests/tantivy_adapter.rs"
[dependencies.aicx-parser]
version = "0.9.2"
[dependencies.anyhow]
version = "1.0"
[dependencies.blake3]
version = "1.5"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.hex]
version = "0.4"
[dependencies.rand]
version = "0.8"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.tantivy]
version = "0.26"
[dependencies.tantivy-stemmers]
version = "0.4"
features = ["polish_yarovoy_unaccented"]
[dependencies.thiserror]
version = "2.0"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tempfile]
version = "3"