📚 Docs / Glossary — Lawyer Assistant

Glossary — Lawyer Assistant

One-line definitions for every technical term used in this project, with pointers to the docs that explain them in depth. Terms are alphabetical.
Use this as a companion to AGENT_KNOWLEDGE_BASE.md (Q&A) and README.md (index).

A–C

D–H

I–P

R–S

T–Z

Questions, answered

Short, self-contained answers about this guide.

What is RAG?

Retrieval-Augmented Generation — retrieve relevant passages from your documents first, then have the LLM answer grounded in those passages, with citations you can verify.

What is the difference between dense and sparse search?

Dense search matches meaning via vector embeddings (BGE-M3); sparse search matches keywords via BM25. Lawyer Assistant fuses both (hybrid) and reranks the results for best accuracy.

What is a playbook scan?

A compliance check that scores documents against a configurable playbook of rules and flags risky clauses — like missing required contract language — with explanations and persisted history.