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
cybermaggedon
16a5cf966a
Fix agent streaming tool failure ( #602 )
...
* Fix agent streaming linkage
* Update tests
2026-01-06 23:00:50 +00:00
cybermaggedon
53cf5fd7f9
Fix test async warnings ( #601 )
...
* Fix tracemalloc async warnings
* Comment out debug, left in for use if needed
2026-01-06 22:09:34 +00:00
cybermaggedon
f79d0603f7
Update to add streaming tests ( #600 )
2026-01-06 21:48:05 +00:00
cybermaggedon
f0c95a4c5e
Fix streaming API niggles ( #599 )
...
* Fix end-of-stream anomally with some graph-rag and document-rag
* Fix gateway translators dropping responses
2026-01-06 16:41:35 +00:00
cybermaggedon
3c675b8cfc
Fix doc embedding schema messages ( #598 )
2026-01-05 17:46:08 +00:00
cybermaggedon
7a5bf47959
Fix collection existence test logic ( #597 )
2026-01-05 16:31:26 +00:00
cybermaggedon
fe2dd704a2
Fix optionality in objects-query schema ( #596 )
2026-01-05 15:40:53 +00:00
cybermaggedon
ae13190093
Address legacy issues in storage management ( #595 )
...
* Removed legacy storage management cruft. Tidied tech specs.
* Fix deletion of last collection
* Storage processor ignores data on the queue which is for a deleted collection
* Updated tests
2026-01-05 13:45:14 +00:00
Jack Colquitt
dccc1104b6
Change project title to 'The Context Graph Factory for AI'
...
Updated the project title and description in README.md.
2025-12-31 15:55:17 -08:00
cybermaggedon
25563bae3c
Change MinIO integration options in librarian to be more generic - to support a Garage integration ( #594 )
...
* Tweak object store parameters to be more generic for other S3-type store integration
* Update librarian to have region & SSL params
* Update MinIO migration tech spec
2025-12-27 18:01:51 +00:00
Jack Colquitt
9ea82c6620
Revise README terminology from Knowledge to Context Cores
...
Updated terminology from 'Knowledge Cores' to 'Context Cores' and adjusted related descriptions for clarity.
2025-12-26 13:06:29 -08:00
Jack Colquitt
d11e0c9af3
Update README for context graph terminology
2025-12-25 16:56:02 -08:00
Jack Colquitt
f5022ba29d
Update project title in README.md
2025-12-21 13:41:45 -08:00
cybermaggedon
5304f96fe6
Fix tests ( #593 )
...
* Fix unit/integration/contract tests which were broken by messaging fabric work
2025-12-19 08:53:21 +00:00
Jack Colquitt
3123356000
Update README to enhance description clarity
2025-12-18 13:30:37 -08:00
Jack Colquitt
eec6c37d15
Change heading to 'The Semantic Infrastructure for AI Apps'
...
Updated the main heading to reflect the focus on semantic infrastructure for AI applications.
2025-12-18 13:11:04 -08:00
Jack Colquitt
b500f6e2de
Update README.md
2025-12-17 19:14:21 -08:00
Jack Colquitt
7da31e6aac
Revise README with updated features and explanations
...
Updated features list and clarified data ingestion capabilities.
2025-12-17 18:39:49 -08:00
Jack Colquitt
d5d8e597b7
Revise key features and add TypeScript library info
...
Updated key features and added TypeScript library section to README.
2025-12-17 18:37:20 -08:00
Jack Colquitt
1acb6fd975
Revise README for clarity on TrustGraph capabilities
...
Updated description to emphasize production-grade AI agents and knowledge graph features.
2025-12-17 18:23:48 -08:00
Jack Colquitt
0ce7fd77e6
Update README to reflect new focus on data preparation
2025-12-17 17:23:06 -08:00
cybermaggedon
34eb083836
Messaging fabric plugins ( #592 )
...
* Plugin architecture for messaging fabric
* Schemas use a technology neutral expression
* Schemas strictness has uncovered some incorrect schema use which is fixed
2025-12-17 21:40:43 +00:00
Cyber MacGeddon
1865b3f3c8
Start 1.8 release branch
2025-12-17 21:32:13 +00:00
cybermaggedon
2b5ba68f00
Add model to meter metrics ( #589 )
2025-12-10 11:34:48 +00:00
cybermaggedon
727b6bc9d6
Add service ID to log entry instead of module name ( #588 )
2025-12-10 11:07:43 +00:00
cybermaggedon
aebdf9444b
Fix incorrect Cassandra config invocation ( #587 )
2025-12-10 10:55:14 +00:00
cybermaggedon
f12fcc2652
Loki logging ( #586 )
...
* Consolidate logging into a single module
* Added Loki logging
* Update tech spec
* Add processor label
* Fix recursive log entries, logging Loki"s internals
2025-12-09 23:24:41 +00:00
cybermaggedon
39f6a8b940
Fix/queue configurations ( #585 )
...
* Fix config-svc startup dupe CLI args
* Fix missing params on collection service
* Fix collection management handling
2025-12-06 14:54:47 +00:00
cybermaggedon
ba95fa226b
Gateway queue overrides ( #584 )
2025-12-06 11:01:20 +00:00
cybermaggedon
7d07f802a8
Basic multitenant support ( #583 )
...
* Tech spec
* Address multi-tenant queue option problems in CLI
* Modified collection service to use config
* Changed storage management to use the config service definition
2025-12-05 21:45:30 +00:00
cybermaggedon
789d9713a0
Fix API tests ( #581 )
...
* Fix RAG streaming CLIs
* Fixed, all tests pass
2025-12-04 21:11:56 +00:00
cybermaggedon
664bce6182
Fix Python streaming SDK issues ( #580 )
...
* Fix verify CLI issues
* Fixing content mechanisms in API
* Fixing error handling
* Fixing invoke_prompt, invoke_llm, invoke_agent
2025-12-04 20:42:25 +00:00
cybermaggedon
52ca74bbbc
System startup tracker ( #579 )
2025-12-04 18:01:47 +00:00
cybermaggedon
01aeede78b
Python API implements streaming interfaces ( #577 )
...
* Tech spec
* Python CLI utilities updated to use the API including streaming features
* Added type safety to Python API
* Completed missing auth token support in CLI
2025-12-04 17:38:57 +00:00
cybermaggedon
b957004db9
Feature/improve ontology extract ( #576 )
...
* Tech spec to change ontology extraction
* Ontology extract refactoring
2025-12-03 13:36:10 +00:00
Cyber MacGeddon
7c440cb8af
Merge branch 'release/v1.7'
2025-12-03 09:57:48 +00:00
cybermaggedon
517434c075
Merge master -> 1.7 for README changes ( #574 )
...
* All recent changes on master README
---------
Co-authored-by: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com>
2025-12-03 09:53:35 +00:00
Cyber MacGeddon
72bd677086
Merge branch 'release/v1.6'
2025-12-03 09:50:56 +00:00
Cyber MacGeddon
98aaa4f67e
Configure for 1.7 release branch
2025-12-03 09:46:55 +00:00
Jack Colquitt
a9dacda357
Update link from Docs to Website in README
2025-12-02 13:41:27 -08:00
cybermaggedon
c808d26b0b
Fix AWS bedrock issues with newer model invocation ( #572 )
...
- Fixed models so that global.* models work
- Fixed Claude 4.5 & 4.7 invocation by removing top_p top_k params
2025-12-01 21:50:05 +00:00
cybermaggedon
72cb1c98e0
Fix tests ( #571 )
2025-11-28 16:37:01 +00:00
cybermaggedon
e24de6081f
Fix streaming agent interactions ( #570 )
...
* Fix observer, thought streaming
* Fix end of message indicators
* Remove double-delivery of answer
2025-11-28 16:25:57 +00:00
cybermaggedon
1948edaa50
Streaming rag responses ( #568 )
...
* Tech spec for streaming RAG
* Support for streaming Graph/Doc RAG
2025-11-26 19:47:39 +00:00
cybermaggedon
b1cc724f7d
Streaming LLM part 2 ( #567 )
...
* Updates for agent API with streaming support
* Added tg-dump-queues tool to dump Pulsar queues to a log
* Updated tg-invoke-agent, incremental output
* Queue dumper CLI - might be useful for debug
* Updating for tests
2025-11-26 15:16:17 +00:00
cybermaggedon
310a2deb06
Feature/streaming llm phase 1 ( #566 )
...
* Tidy up duplicate tech specs in doc directory
* Streaming LLM text-completion service tech spec.
* text-completion and prompt interfaces
* streaming change applied to all LLMs, so far tested with VertexAI
* Skip Pinecone unit tests, upstream module issue is affecting things, tests are passing again
* Added agent streaming, not working and has broken tests
2025-11-26 09:59:10 +00:00
cybermaggedon
943a9d83b0
Fix Minio incompatible library change ( #565 )
2025-11-25 22:45:48 +00:00
Jack Colquitt
1d028bc23d
Improve README.md content structure
...
Reorganize paragraph for clarity and readability.
2025-11-25 13:24:32 -08:00