![]() |
VOOZH | about |
dotnet add package LMSupply.Embedder --version 0.34.20
NuGet\Install-Package LMSupply.Embedder -Version 0.34.20
<PackageReference Include="LMSupply.Embedder" Version="0.34.20" />
<PackageVersion Include="LMSupply.Embedder" Version="0.34.20" />Directory.Packages.props
<PackageReference Include="LMSupply.Embedder" />Project file
paket add LMSupply.Embedder --version 0.34.20
#r "nuget: LMSupply.Embedder, 0.34.20"
#:package LMSupply.Embedder@0.34.20
#addin nuget:?package=LMSupply.Embedder&version=0.34.20Install as a Cake Addin
#tool nuget:?package=LMSupply.Embedder&version=0.34.20Install as a Cake Tool
Local text embedding for .NET with automatic model downloading.
using LMSupply.Embedder;
// Load the default model
await using var model = await LocalEmbedder.LoadAsync("default");
// Generate embeddings
float[] embedding = await model.EmbedAsync("Hello, world!");
Console.WriteLine($"Dimensions: {embedding.Length}");
| Alias | Model | Dimensions | Description |
|---|---|---|---|
default |
BGE-Small-EN-v1.5 | 384 | Best balance of speed and quality |
fast |
all-MiniLM-L6-v2 | 384 | Ultra-lightweight, fastest |
quality |
BGE-Base-EN-v1.5 | 768 | Higher accuracy |
large |
Nomic-Embed-v1.5 | 768 | 8K context, top performer |
multilingual |
E5-Base | 768 | 100+ languages |
# NVIDIA GPU
dotnet add package Microsoft.ML.OnnxRuntime.Gpu
# Windows (AMD/Intel/NVIDIA)
dotnet add package Microsoft.ML.OnnxRuntime.DirectML
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 3 NuGet packages that depend on LMSupply.Embedder:
| Package | Downloads |
|---|---|
|
FluxIndex.MCP
MCP (Model Context Protocol) server implementation for FluxIndex RAG services |
|
|
FluxIndex.Providers.LMSupply
LMSupply local AI embedding, reranking, and text completion provider for FluxIndex |
|
|
IronHive.Cli.Core
IronHive CLI Core - Agent loop, tools, session management, and provider integrations for building AI-powered CLI tools |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.34.20 | 131 | 6/2/2026 |
| 0.34.19 | 115 | 5/25/2026 |
| 0.34.18 | 133 | 5/21/2026 |
| 0.34.17 | 525 | 5/20/2026 |
| 0.34.16 | 115 | 5/15/2026 |
| 0.34.15 | 103 | 5/14/2026 |
| 0.34.13 | 111 | 5/12/2026 |
| 0.34.12 | 341 | 5/11/2026 |
| 0.34.3 | 98 | 5/7/2026 |
| 0.34.2 | 98 | 5/5/2026 |
| 0.34.1 | 109 | 5/3/2026 |
| 0.34.0 | 97 | 5/2/2026 |
| 0.33.0 | 100 | 5/2/2026 |
| 0.32.7 | 121 | 5/2/2026 |
| 0.32.3 | 172 | 4/30/2026 |
| 0.32.0 | 159 | 4/15/2026 |
| 0.31.0 | 123 | 4/14/2026 |
| 0.30.0 | 115 | 4/14/2026 |
| 0.29.0 | 129 | 4/13/2026 |
| 0.28.0 | 113 | 4/13/2026 |