Instant semantic search across 21 Clarion programming documentation manuals using AI.
A web-based RAG (Retrieval Augmented Generation) application that lets you search through comprehensive Clarion documentation using natural language queries. Get AI-powered answers with source citations from 21,747 indexed documentation chunks.
mkdir ~/clarion-kb cd ~/clarion-kb
curl.exe -O https://raw.githubusercontent.com/peterparker57/clarion-knowledge-base/main/docker-compose-public.yml
docker-compose -f docker-compose-public.yml up -d
Port 8080 already in use? No problem!
CLARION_PORT=8081 docker-compose -f docker-compose-public.yml up -d
Change "8080:8080" to "8081:8080"
Configure your preferred LLM provider (API key may be required), then start asking questions about Clarion programming!
Q: "How do I create a browse procedure with filtering?"
A: Complete answer with code examples, best practices, and citations from ABC Library Reference, Template Guide, etc.
Cost: ~$0.0007 with DeepSeek (or FREE with Ollama)
21 manuals including Language Reference, ABC Library, Templates, IDE, Database Drivers, Report Writer, and more.
FastAPI + Qdrant + Sentence Transformers + Multi-LLM support
Content type
Image
Digest
sha256:3cae501ff…
Size
4 GB
Last updated
12 months ago
docker pull clarionlive/clarion-knowledge-base-webapp