[package] name = "doc_store" version = "0.3.0" edition = "2021" description = "document search by hnsw" license = "MIT OR Apache-2.0" categories = ["database-implementations"] repository = "https://gitlab.com/hjiayz/doc_store" authors = ["hjiayz "] [dependencies] fastembed = "4.0.0" hnsw_rs = "0.3.0" bin_store = "0.1.0" anyhow = "1.0.86" reqwest = {version= "0.12.7",features=["blocking"]} zip = "2.2.0"