Skip to content

Commit 10d7005

Browse files
committed
chore: update pyproject.toml and README
1 parent 59331a9 commit 10d7005

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ It defines an index flow like this:
202202
| [Custom Output Files](examples/custom_output_files) | Convert markdown files to HTML files and save them to a local directory, using *CocoIndex Custom Targets* |
203203
| [Patient intake form extraction](examples/patient_intake_extraction) | Use LLM to extract structured data from patient intake forms with different formats |
204204
| [HackerNews Trending Topics](examples/hn_trending_topics) | Extract trending topics from HackerNews threads and comments, using *CocoIndex Custom Source* and LLM |
205+
| [Patient Intake Form Extraction with BAML](examples/patient_intake_extraction_baml) | Extract structured data from patient intake forms using BAML |
205206

206207
More coming and stay tuned 👀!
207208

examples/patient_intake_extraction_baml/pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,4 @@ name = "patient-intake-extraction-baml"
33
version = "0.1.0"
44
description = "Extract structured information from patient intake forms using BAML."
55
requires-python = ">=3.10"
6-
dependencies = [
7-
"cocoindex>=0.2.8",
8-
"python-dotenv>=1.0.1",
9-
"openai>=1.68.2",
10-
"baml-py>=0.212.0",
11-
]
6+
dependencies = ["cocoindex>=0.3.2", "python-dotenv>=1.0.1", "baml-py>=0.212.0"]

0 commit comments

Comments
 (0)