JustyBase.Ai.Embedded
0.8.7
dotnet add package JustyBase.Ai.Embedded --version 0.8.7
NuGet\Install-Package JustyBase.Ai.Embedded -Version 0.8.7
<PackageReference Include="JustyBase.Ai.Embedded" Version="0.8.7" />
<PackageVersion Include="JustyBase.Ai.Embedded" Version="0.8.7" />
<PackageReference Include="JustyBase.Ai.Embedded" />
paket add JustyBase.Ai.Embedded --version 0.8.7
#r "nuget: JustyBase.Ai.Embedded, 0.8.7"
#:package JustyBase.Ai.Embedded@0.8.7
#addin nuget:?package=JustyBase.Ai.Embedded&version=0.8.7
#tool nuget:?package=JustyBase.Ai.Embedded&version=0.8.7
JustyBase.Ai.Embedded
Embedded llama.cpp (llama-server) GGUF model management for FIM inline completion and AI chat in JustyBase hosts.
This package lives in the JustyBase.NetezzaSql repository alongside the parser, DDL, and catalog libraries.
Use this package when you need to:
- Download and manage GGUF model files for embedded
llama-server - Start/stop a local llama.cpp server process for Fill-In-Middle (FIM) completion
- Report FIM model hardware capabilities (e.g. automatic GPU offload layer count)
- Interact with the local server over HTTP for inline completion requests
The package is pure managed code (HttpClient, Process, System.Text.Json source generation) — no native packages.
Dependencies
| Package | Purpose |
|---|---|
JustyBase.Ai |
UI-agnostic AI chat logic and completion contracts |
Target framework
- .NET 10
- Native AOT compatible (
IsAotCompatible = true)
Build and test
dotnet restore .\JustyBase.NetezzaSql.sln
dotnet build .\JustyBase.NetezzaSql.sln -c Release
dotnet test .\tests\JustyBase.Ai.Tests\JustyBase.Ai.Tests.csproj -c Release
See the repository release guide for publishing.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on JustyBase.Ai.Embedded:
| Package | Downloads |
|---|---|
|
JustyBase.Ai
UI-agnostic AI chat logic for JustyBase hosts: chat service, tool executor, OpenAI-compatible and Codex backends, prompt building, and chat model contracts. |
GitHub repositories
This package is not used by any popular GitHub repositories.