LM-Kit.NET
LLMアプリケーションを構築するためのエンタープライズグレードの.NET SDK
LM-Kit 社の製品
2025 年より日本国内にてComponentSourceで販売中。
価格:¥ 207,570 (税込)〜 バージョン: 2026.x 新機能 更新日: Jul 1, 2026
Released: May 31, 2026
paddleocr-vl-1.6:0.9b: PaddleOCR-VL 1.6, an ultra-compact 0.9B vision-language model for document parsing (OCR, tables, formulas, charts, text spotting, seals, layout analysis), reaching 96.33% on OmniDocBench v1.6 (state of the art). Architecturally compatible with 1.5 for drop-in migration. The paddleocr-vl:0.9b model card is now deprecated in favor of paddleocr-vl-1.6:0.9b.LM-Kit.NET.Data.Connectors.PgVector): a new PgVectorEmbeddingStore that implements IVectorStore on top of PostgreSQL with the pgvector extension, joining the existing Qdrant connector as a backend for embedding storage, semantic memory, and RAG. Each collection maps to a table (id text primary key, embedding vector(N), metadata jsonb); similarity search uses cosine distance (<=>) and returns cosine-similarity scores. The store is thread-safe (pooled NpgsqlDataSource) and can be constructed from a connection string or an existing data source, with an optional schema. A static PgVectorEmbeddingStore.EnsureDatabaseExistsAsync(...) helper creates the target database on demand, and the connector auto-provisions the vector extension, schema, tables, and metadata indexes on first use.