[package]
edition = "2021"
name = "symproj"
version = "0.1.1"
authors = ["Arc <attobop@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Symbolic projection and embeddings"
homepage = "https://github.com/arclabs561/symproj"
documentation = "https://docs.rs/symproj"
readme = "README.md"
keywords = [
"embeddings",
"projection",
"vector-search",
"codebook",
]
categories = [
"science",
"algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arclabs561/symproj"
[lib]
name = "symproj"
path = "src/lib.rs"
[[example]]
name = "embed_and_search"
path = "examples/embed_and_search.rs"
[dependencies.textprep]
version = "0.1.0"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.vicinity]
version = "0.1"
features = ["hnsw"]
default-features = false