From 04d86295888f01276863de1545c606e77a4bf860 Mon Sep 17 00:00:00 2001 From: Yassir LAIRGI Date: Tue, 16 Jul 2024 11:16:02 +0200 Subject: [PATCH] Add link to examples in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4490832..4ca99c1 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ The LLM is prompted to extract entities representing one unique concept to avoid ![prompts](./docs/prompts_.png) ## Modules and Examples +All the examples are provided in the following jupyter notebook [example](./examples/examples_of_use.ipynb). The Document Distiller module reformulates raw documents into predefined and semantic blocks using LLMs. It utilizes a schema to guide the extraction of specific information from each document.