home / tag / db
Building a Lithuanian Law Assistant with LLM and RAG (part 2)
Building a Lithuanian Law Assistant with LLM and RAG (part 2)
Feb 21, 2026
8 min read
2 charts

I continue building a Lithuanian AI law assistant. I already have a POC with 4 laws chunked and loaded to the database with semantic retrieval. Is it useful? A bit. It can look up...

airagllm
Normalizing Diacritics in Lithuanian
Normalizing Diacritics in Lithuanian
Feb 12, 2026
3 min read
1 charts

Lithuanian writing system reflects this richness through extensive use of diacritical marks. The Lithuanian alphabet contains 32 letters , including several with diacritics that...

dbdatabasellm-research
Building a Lithuanian Law Assistant with LLM and RAG (part 1)
Building a Lithuanian Law Assistant with LLM and RAG (part 1)
Feb 4, 2026
4 min read
1 charts

I'm building another one, a new app. This time I'll share my progress and findings with you. I'm building a Lithuanian law assistant with LLM using RAG. As nowadays usual, it is a...

llmuirag
RAG
RAG
May 12, 2025
2 min read
1 charts

RAG stands for Retrieval Augmented Generation. This is the process when the Large Language Models (LMM) input is enriched with a contextual information from the external sources...

airagllm
ACID in Database Transactions
ACID in Database Transactions
Jan 4, 2024
1 min read
1 charts

ACID (Atomicity, Consistency, Isolation, Durability) in IT is a properties of a business (or database) transactions, that guarantees the reliability and data integrity of the...

architectureaciddb