Commit graph

1341 commits

Author SHA1 Message Date
cybermaggedon
5ffad92345
Fix subscriber unexpected message causing queue clogging (#642)
queue clogging.
2026-02-23 14:34:05 +00:00
cybermaggedon
0116eb3dea
Fix Goog AI Studio (#641) 2026-02-20 10:27:47 +00:00
cybermaggedon
08063a5ee9
Remove unused deps (#640)
* Removed the Google GenAI hard-coded install
2026-02-20 10:13:44 +00:00
cybermaggedon
2d8dbf4cdb
Move GAIStudio to vertexai package to simplify deps (#639) 2026-02-20 08:46:29 +00:00
cybermaggedon
769c56bbea
Use ClientError & code to determine 429 error (#638) 2026-02-20 08:00:07 +00:00
cybermaggedon
b2e768c309
Fixing Uri import error (#636) 2026-02-16 19:18:40 +00:00
cybermaggedon
89b69fdb08
Fix weird Onttology URI issue (#637) 2026-02-16 19:18:29 +00:00
cybermaggedon
d886358be6
Entity & triple batch size limits (#635)
* Entities and triples are emitted in batches with a batch limit to manage
overloading downstream.

* Update tests
2026-02-16 17:38:03 +00:00
cybermaggedon
fe389354f6
Fix d/g attribute error (#634) 2026-02-16 13:34:08 +00:00
cybermaggedon
00c1ca681b
Entity-centric graph (#633)
* Tech spec for new entity-centric graph schema

* Graph implementation
2026-02-16 13:26:43 +00:00
Jack Colquitt
9f06161616
Fix formatting of deployment instructions in README 2026-02-11 20:07:15 -08:00
Jack Colquitt
6fd708d7cd
Revise README sections for Getting Started and Tech Stack
Updated section titles and links in the README for clarity.
2026-02-11 20:04:50 -08:00
Jack Colquitt
9c89a512c7
Refine README content for clarity and consistency
Updated formatting and capitalization for consistency in the README.
2026-02-11 20:00:18 -08:00
Jack Colquitt
e18d2bd855
Revise README for Docker deployment and remove section
Updated README to include Docker deployment instructions and removed Configuration Builder section.
2026-02-11 19:54:56 -08:00
Jack Colquitt
103b3c31e5
Enhance README with quickstart and data streaming info
Added quickstart section and updated control plane summary.
2026-02-11 19:43:29 -08:00
cybermaggedon
f24f1ebd80
Migrate to VertexAI to google-genai SDK from deprecated library (#632)
* Migrate to VertexAI to google-genai SDK from deprecated library

* Fix tests, mock the correct API
2026-02-09 20:43:33 +00:00
cybermaggedon
2781c7d87c
Fix LLM metrics (#631)
* Fix mistral metrics

* Fix to other models
2026-02-09 19:35:42 +00:00
cybermaggedon
4fca97d555
Output the entity term as well as its definition as entity contexts (#629) 2026-02-09 15:18:05 +00:00
cybermaggedon
8574861196
Protect null embeddings - v2.0 (#627)
* Don't emit graph embeddings if there aren't any.

* Don't store graph embeddings in a knowledge store if there's an empty list.

* Translate between Cassandra's 'null' representing an empty list and an
  empty list which is what the surrounding code wants (and stored in the
  first place).

* Avoid emitting empty embedding lists

* Avoid output empty triple lists

* Fix tests
2026-02-09 14:57:36 +00:00
Jack Colquitt
377be2e6df
Fix header capitalization in README.md 2026-02-07 19:34:32 -08:00
Jack Colquitt
0d4236aef6
Revise README with new title and feature descriptions
Updated the README to reflect new branding and clarify the features of TrustGraph.
2026-02-07 15:21:25 -08:00
Jack Colquitt
f13345c567
Revise README for context and terminology updates
Updated the README to reflect changes in terminology and improve clarity.
2026-02-05 18:39:07 -08:00
cybermaggedon
98827e5561
Fix version needing updating in pipelines (#625) 2026-02-04 14:12:01 +00:00
cybermaggedon
6bf08c3ace
Feature/more cli diags (#624)
* CLI tools for tg-invoke-graph-embeddings, tg-invoke-document-embeddings,
and tg-invoke-embeddings.  Just useful for diagnostics.

* Fix tg-load-knowledge
2026-02-04 14:10:30 +00:00
Jack Colquitt
f20a1d3fe1
Update project title from 'Factory' to 'Engine' 2026-01-28 12:28:53 -08:00
cybermaggedon
23cc4dfdd1
Fix: version needed updating in pipelines (#623) 2026-01-27 15:42:01 +00:00
cybermaggedon
cf0daedefa
Changed schema for Value -> Term, majorly breaking change (#622)
* Changed schema for Value -> Term, majorly breaking change

* Following the schema change, Value -> Term into all processing

* Updated Cassandra for g, p, s, o index patterns (7 indexes)

* Reviewed and updated all tests

* Neo4j, Memgraph and FalkorDB remain broken, will look at once settled down
2026-01-27 13:48:08 +00:00
cybermaggedon
e061f2c633
Graph contexts tech spec (#621) 2026-01-26 22:41:00 +00:00
cybermaggedon
e214eb4e02
Feature/prompts jsonl (#619)
* Tech spec

* JSONL implementation complete

* Updated prompt client users

* Fix tests
2026-01-26 17:38:00 +00:00
cybermaggedon
e4f0013841
Open 1.9 branch (#620) 2026-01-26 17:36:25 +00:00
Jack Colquitt
b5ad8479a0
Add context7.json with TrustGraph configuration 2026-01-24 19:39:44 -08:00
cybermaggedon
11f41b07ab
Get neo4j to use limit (#618)
* Get neo4j to use limit

* Fix tests - they we exact matching on query strings
2026-01-22 15:16:34 +00:00
Jack Colquitt
dff46731a5
Update Table of Contents in README.md 2026-01-21 13:47:23 -08:00
Jack Colquitt
e3bb7fed51
Revise context terminology and enhance storage details
Updated context terminology and added new storage options.
2026-01-21 13:45:46 -08:00
cybermaggedon
58c00149a7
Normalise URLs so that / suffix is optional (#617) 2026-01-19 13:34:33 +00:00
cybermaggedon
83ea15dae7
Fixed flows/flow key issue in config (#616) 2026-01-16 00:10:44 +00:00
Jack Colquitt
17130ef76e
Revise project description and add resource links
Updated README to enhance project description and links.
2026-01-15 11:27:44 -08:00
cybermaggedon
ba177e8c3f
Merge pull request #615 from trustgraph-ai/release/v1.8
Release/v1.8
2026-01-15 15:13:28 +00:00
cybermaggedon
1c006d5b14
Python API docs (#614)
* Python API docs working

* Python API doc generation
2026-01-15 15:12:32 +00:00
cybermaggedon
8a17375603
Add AsyncAPI spec for websocket (#613)
* AsyncAPI for websocket docs

* Delete old docs

* Update docs/README.md to point to docs site

* Add generated API docs
2026-01-15 11:57:16 +00:00
cybermaggedon
fce43ae035
REST API OpenAPI spec (#612)
* OpenAPI spec in specs/api.  Checked lint with redoc.
2026-01-15 11:04:37 +00:00
cybermaggedon
62b754d788
Fix flow loading (#611) 2026-01-14 16:23:15 +00:00
cybermaggedon
387afee7b7
Fix load-doc (#610) 2026-01-14 15:46:29 +00:00
cybermaggedon
b08db761d7
Fix config inconsistency (#609)
* Plural/singular confusion in config key

* Flow class vs flow blueprint nomenclature change

* Update docs & CLI to reflect the above
2026-01-14 12:31:40 +00:00
cybermaggedon
99f17d1b9d
Fix non-streaming (2) (#608) 2026-01-12 21:21:51 +00:00
cybermaggedon
807f6cc4e2
Fix non streaming RAG problems (#607)
* Fix non-streaming failure in RAG services

* Fix non-streaming failure in API

* Fix agent non-streaming messaging

* Agent messaging unit & contract tests
2026-01-12 18:45:52 +00:00
cybermaggedon
30ca1d2e8b
Add missing trustgraph-base dependency (#606) 2026-01-09 14:48:44 +00:00
cybermaggedon
9b5e9de72e
Merge pull request #605 from trustgraph-ai/fix/docs-urls
Tweak URIs.  The '/' suffix isn't working on docs.trustgraph.ai
2026-01-08 09:01:52 +00:00
Cyber MacGeddon
16e6249b40 Tweak URIs. The '/' suffix isn't working on docs.trustgraph.ai 2026-01-08 08:59:23 +00:00
cybermaggedon
8dff90f36f
Merge pull request #604 from trustgraph-ai/release/v1.8
Merge 1.8 into master
2026-01-08 08:57:36 +00:00