antsk

18 articles 0 View on GitHub ↗
18 articles
How to Integrate Custom OCR Capabilities into the AntSK Platform

Integrate custom OCR into AntSK by implementing IOcrEngine and using WithCustomImageOcr in KMService.cs to index and search image documents.

how-to-guide
Feb 24, 2026
How AntSK Handles File Uploads and Document Processing: A Complete Pipeline Guide

**AntSK processes file uploads through a multi-stage pipeline that saves files to disk, validates them via KMService, queues background import tasks through BackgroundTaskBroker, and processes documents using KernelMemory with ...

how-to-guide
Feb 24, 2026
How to Diagnose and Fix Model Connection Issues in AntSK: A Complete Debugging Guide

Troubleshoot AntSK model connection issues. Learn common causes like endpoint misconfiguration and network blocks. Debug your AI model connections effectively with this guide.

debugging-guide
Feb 24, 2026
How to Manage Chat History in AntSK: 7 Proven Strategies for Persistent Conversations

Discover 7 proven strategies to effectively manage chat history in AntSK using Semantic Kernel and local storage. Maintain persistent, isolated conversations with ease.

best-practices
Feb 24, 2026
Best Practices for Implementing Custom Prompt Templates for Knowledge Base Queries in AntSK

Learn best practices for AntSK custom prompt templates. Master required placeholders like {{$doc}} and {{$input}} for effective knowledge base queries with Semantic Kernel. Boost your chatbot's accuracy.

best-practices
Feb 24, 2026
Integrating Ollama via OpenAI-Compatible API Endpoint in AntSK: A Complete Guide

Integrate Ollama with AntSK using its OpenAI-compatible API endpoint. This guide explains how AntSK redirects API calls to your local Ollama server for chat completions and embeddings.

how-to-guide
Feb 24, 2026
How to Configure LlamaFactory for Local Model Inference in AntSK

Learn how to configure LlamaFactory for local model inference in AntSK. Expose local models via an OpenAI-compatible API by setting up modelList.json and starting your service.

how-to-guide
Feb 24, 2026
SendKmsByAppAsync Execution Flow: Tracing Knowledge Base Q&A in AntSK

Explore SendKmsByAppAsync execution flow for AntSK knowledge base Q&A. Understand document retrieval, semantic search, reranking, and LLM calls for real-time answers.

internals
Feb 24, 2026
How the ServiceDescription Attribute Powers Dependency Injection in AntSK

Discover how the ServiceDescription attribute in AntSK simplifies dependency injection. Learn to self-declare service interfaces and lifetimes for cleaner code and less boilerplate.

internals
Feb 24, 2026
How Kernel Memory Handles Document Ingestion and Search in AntSK

Discover how AntSK uses Kernel Memory for efficient document ingestion and filtered vector searches with KMS tags, optimizing RAG workflows for precise retrieval.

internals
Feb 24, 2026
Configuration Options for Vector Storage in AntSK: Disk, Memory, Qdrant, and Redis

Explore AntSK vector storage options: Disk, Memory, Qdrant, and Redis. Learn how to configure storage for your AI applications with Kernel Memory.

how-to-guide
Feb 24, 2026
How AntSK Uses Background Task Processing for Knowledge Base Document Import

Learn how AntSK uses background task processing with BlockingCollection and hosted workers to efficiently import knowledge base documents asynchronously for chunking, embedding, and persistence.

how-to-guide
Feb 24, 2026

Have a question about this repo?

These articles cover the highlights, but your codebase questions are specific. Give your agent direct access to the source. Share this with your agent to get started:

Share the following with your agent to get started:
curl -s "https://instagit.com/install.md"

Works with
Claude Codex Cursor VS Code OpenClaw Any MCP Client

Maintain an open-source project? Get it listed too →