Skip to content

Commit e52a76e

Browse files
committed
chore(release): publish
- graphile-llm@0.2.0
1 parent 6d04661 commit e52a76e

3 files changed

Lines changed: 7441 additions & 2578 deletions

File tree

graphile/graphile-llm/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.2.0 (2026-04-19)
7+
8+
### Bug Fixes
9+
10+
- address Devin Review findings ([1be6d54](https://github.com/constructive-io/constructive/commit/1be6d54d1441371cbb5975f238b957afb061cb8b))
11+
12+
### Features
13+
14+
- add graphile-llm plugin — server-side text-to-vector embedding for PostGraphile ([976f626](https://github.com/constructive-io/constructive/commit/976f626b57ddf574feb7ce617a7c3b1ae51e6d55)), closes [constructive-io/constructive-planning#743](https://github.com/constructive-io/constructive-planning/issues/743)
15+
- add RAG plugin, chat completion provider, and resolve-time embedding ([3224ff7](https://github.com/constructive-io/constructive/commit/3224ff790e272ac35fbd1b8e0aebdeca0f5a5ddb))

graphile/graphile-llm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-llm",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "LLM integration plugin for PostGraphile v5 — server-side text-to-vector embedding and text companion fields for pgvector columns",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

0 commit comments

Comments
 (0)