Skip to content

Latest commit

 

History

History
75 lines (44 loc) · 4.78 KB

File metadata and controls

75 lines (44 loc) · 4.78 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.5.0 (2026-04-30)

Note: Version bump only for package @agentic-db/rag

1.4.0 (2026-04-18)

Note: Version bump only for package @agentic-db/rag

1.3.0 (2026-04-18)

Features

1.2.1 (2026-04-17)

Note: Version bump only for package @agentic-db/rag

1.2.0 (2026-04-17)

Note: Version bump only for package @agentic-db/rag

1.1.1 (2026-04-17)

Note: Version bump only for package @agentic-db/rag

1.1.0 (2026-04-16)

Note: Version bump only for package @agentic-db/rag

1.0.0 (2026-04-16)

Note: Version bump only for package @agentic-db/rag

0.4.0 (2026-04-16)

Note: Version bump only for package @agentic-db/rag

0.3.1 (2026-04-16)

Note: Version bump only for package @agentic-db/rag

0.3.0 (2026-04-16)

Note: Version bump only for package @agentic-db/rag

0.2.0 (2026-04-16)

Note: Version bump only for package @agentic-db/rag

0.1.0 (2026-04-16)

Bug Fixes

  • rag: handle missing SDK models gracefully in search (bec9ef7)
  • resolve TypeScript build errors in packages/rag (1d6c397)
  • use notesText instead of notes in ask.ts event context formatter (cc195c4)
  • use OR semantics for hybrid search (vector + fullTextSearch) (fc949dd)
  • vector search via raw GraphQL, add company_events relation, junction migration (7208a85)

Features

  • add per-table chunk tables for all 34 embedding tables (836a0df)
  • generate SDK and CLI from provisioned schema (cded2ac)
  • implement hybrid search (vector + fullTextSearch) (7f209c3)
  • rag: always include contacts and companies as core CRM routing context (cbf7a36)
  • rag: switch to agentic-kit and implement two-pass routing (51e8eb1)
  • re-provision with postgres-plus:18 + BM25 indexes + codegen + export (0dd4b28)
  • regenerate GraphQL SDK and remove all entityId references from tests and code (eb5531d)
  • upgrade to hybrid search, refactor SDK usage, and fix auth (2477bfb)