ctxgraph-embed 0.3.0

Sentence embedding engine for ctxgraph using all-MiniLM-L6-v2
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "ctxgraph-embed"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Sentence embedding engine for ctxgraph using all-MiniLM-L6-v2"

[dependencies]
fastembed = { workspace = true }
thiserror = { workspace = true }