nusy-graph-query 0.15.2

Graph-native semantic search for Arrow RecordBatches — embeddings, traversal, hybrid ranking, and caching
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"
name = "nusy-graph-query"
version = "0.15.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Graph-native semantic search for Arrow RecordBatches — embeddings, traversal, hybrid ranking, and caching"
homepage = "https://nusy.dev"
readme = "README.md"
keywords = [
    "semantic-search",
    "embeddings",
    "arrow",
    "knowledge-graph",
    "neurosymbolic",
]
categories = [
    "data-structures",
    "science",
]
license = "MIT"
repository = "https://github.com/hankh95/nusy-product-team"
resolver = "2"

[features]
default = []
fastembed = ["dep:fastembed"]
ollama = [
    "dep:serde",
    "dep:serde_json",
    "dep:ureq",
]
subprocess = ["dep:serde_json"]

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

[[example]]
name = "basic_embedding"
path = "examples/basic_embedding.rs"

[[example]]
name = "graph_traversal"
path = "examples/graph_traversal.rs"

[[example]]
name = "hybrid_ranking"
path = "examples/hybrid_ranking.rs"

[dependencies.arrow]
version = "57"
features = ["prettyprint"]

[dependencies.chrono]
version = "0.4"

[dependencies.fastembed]
version = "5"
optional = true

[dependencies.parquet]
version = "57"
features = ["arrow"]

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

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.ureq]
version = "2"
features = ["json"]
optional = true

[dev-dependencies.tempfile]
version = "3"