We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17fb6f4 commit 9ddc144Copy full SHA for 9ddc144
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.1.2] - 2025-05-12
11
+
12
+### Added
13
+- Support enriching data
14
+- Handle nullable instead of optional. This is required for schema in OpenAI models
15
16
## [0.1.1] - 2025-05-11
17
18
### Added
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "lightfeed-extract",
3
- "version": "0.1.1",
4
- "description": "Use LLMs to robustly extract structured data from HTML and markdown",
+ "version": "0.1.2",
+ "description": "Use LLMs to robustly extract and enrich structured data from HTML and markdown",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
"files": [
0 commit comments