Skip to content

Commit

Permalink
adds package info
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Nov 26, 2024
1 parent 8d2e9f2 commit 1aea787
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
name = "vector_quantizer"
version = "0.0.1"
edition = "2021"
authors = ["Michele Riva <michele@orama.com>"]
description = "Simple vector quantization utilities and functions."
license = "GPL-3.0-only"
repository = "https://github.com/oramasearch/vector_quantizer"
readme = "README.md"
keywords = ["product_quantization", "vector_quantization", "embeddings", "quantization"]
categories = ["algorithms"]

[dependencies]
anyhow = "1.0.93"
Expand Down

0 comments on commit 1aea787

Please sign in to comment.