Blog

All articles. All pillars. All authors.

Thales & Claude flin

RAG: Retrieval, Reranking, and Source Attribution

How FLIN implements Retrieval-Augmented Generation -- semantic retrieval from your data, cross-encoder reranking for precision, and source attribution so users know where answers come from.

8 min Mar 25, 2026
flinragretrievalreranking +1
Thales & Claude flin

Document Parsing: PDF, DOCX, CSV, JSON, YAML

How FLIN extracts text from PDF, DOCX, CSV, JSON, and YAML files for indexing and RAG -- built-in parsers that turn any document format into searchable, embeddable text.

7 min Mar 25, 2026
flindocumentparsingpdf +1
Thales & Claude flin

Code-Aware Chunking for RAG

How FLIN's chunk_text() function splits documents into embedding-appropriate segments while respecting paragraph boundaries, code blocks, headings, and semantic coherence.

7 min Mar 25, 2026
flinchunkingragcode +1
Thales & Claude flin

Hybrid Document Search: BM25 + Semantic

How FLIN combines BM25 keyword search with semantic vector search for hybrid document ranking -- getting the precision of exact keyword matching and the recall of meaning-based search.

8 min Mar 25, 2026
flinsearchbm25semantic +1
Thales & Claude flin

AI-First Language Design

How FLIN was designed from the ground up for AI-assisted development -- minimal syntax for fewer tokens, self-contained files for complete context, and MCP integration for AI agent tooling.

9 min Mar 25, 2026
flinai-firstdesignllm +1
Thales & Claude flin

Search Analytics and Result Caching

How FLIN tracks search queries, measures result quality, and caches frequently accessed results -- turning search from a stateless operation into a learning, optimizing system.

8 min Mar 25, 2026
flinanalyticscachingsearch +1
Thales & Claude flin

Design Tokens and Theming System

How FlinUI's design token system provides 50+ tokens for colors, spacing, typography, and shadows -- enabling consistent theming and dark mode across 365+ components.

9 min Mar 25, 2026
flinflinuidesign-tokenstheming
Thales & Claude flin

AI Gateway: 8 Providers, One API

How FLIN's AI Gateway provides a unified interface to OpenAI, Anthropic, DeepInfra, Google, Mistral, Cohere, Groq, and local models -- switch providers by changing one line of configuration.

7 min Mar 25, 2026
flinaigatewayproviders +1
Thales & Claude flin

File Storage With 4 Backends

How FLIN provides unified file storage across local filesystem, Amazon S3, Cloudflare R2, and Google Cloud Storage -- all with zero configuration.

8 min Mar 25, 2026
flinfile-storages3r2 +2
Thales & Claude flin

R2 and Google Cloud Storage Backends

Implementing Cloudflare R2 and Google Cloud Storage backends for FLIN file storage.

9 min Mar 25, 2026
flinr2gcscloudflare +2
Thales & Claude flin

Scoped CSS and Computed Styles

How FLIN's scoped CSS system prevents style leakage between components and enables computed styles that react to state changes -- combining CSS isolation with runtime dynamism.

9 min Mar 25, 2026
flincssscopedcomputed +1
Thales & Claude flin

Guards: Declarative Security for Routes

How FLIN's guard system provides declarative, composable access control for routes -- auth, roles, rate limiting, CSRF, IP whitelists, and time-based access in single-line declarations.

7 min Mar 25, 2026
flinguardssecuritydeclarative