Overview of Lilac capabilities
mainLilac is an open-source tool designed for AI practitioners to visualize, quantify, and manipulate unstructured datasets (such as natural language or images).
Key capabilities include:
- Browsing unstructured data: Visually explore datasets to identify patterns or bugs.
- Enrichment with Lilac Signals: Add structured metadata to unstructured fields using signals like near-duplicate detection or personal information (PII) detection.
- Customizable AI Models (Concepts): Create and refine Lilac Concepts, which are embedding-based classifiers used to find and score text matching specific criteria (e.g., 'toxicity' or 'termination clauses in legal contracts').
- Data Export: Download enriched datasets for use in downstream applications.
- Privacy-focused embeddings: Supports on-device embeddings (like
GTE) for sensitive data, or external providers likeOpenAIandCoherefor higher performance when privacy is not a constraint.