A minimal and smart semantic search engine for legal documents. Instead of matching just keywords, it finds documents with similar meaning using state-of-the-art embeddings and vector search.
- Fast similarity search with FAISS
- Understands meaning using Sentence Transformers (
all-MiniLM-L6-v2
) - Simple Flask-based web interface
- Easily customizable for your own document dataset