Commit graph

1060 commits

Author SHA1 Message Date
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
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
cybermaggedon
97d8b84d7f
Open 1.6 release branch (#564) 2025-11-24 10:05:29 +00:00
cybermaggedon
7501db01f1
Reconcile master with 1.6 (#563)
- Reconcile all master changes (documentation) to the 1.6 release branch
2025-11-24 10:02:30 +00:00
Cyber MacGeddon
85c8b175f2 Merge branch 'release/v1.5' 2025-11-24 09:58:45 +00:00
Jack Colquitt
5a539b10a9
Refine language in README for clarity
Updated wording for clarity and consistency in the README.
2025-11-23 22:03:49 -08:00
Jack Colquitt
c374893a5d
Update Workbench description in README
Rephrased the description of the Workbench to improve clarity.
2025-11-23 16:12:39 -08:00
Jack Colquitt
3d867dcfcc
Update README for clarity on data ingestion and workflows
Refine descriptions of data ingestion and agent workflows in the README.
2025-11-23 15:36:41 -08:00
Jack Colquitt
e236c45bbb
Remove duplicate logo from README
Removed duplicate logo image from README.
2025-11-23 15:19:04 -08:00
Jack Colquitt
61f8a13326
Update README for clarity and terminology adjustments 2025-11-23 15:18:18 -08:00
Jack Colquitt
eeceb88957
Revise README for TrustGraph branding and features
Updated the README to reflect new branding and features of TrustGraph, emphasizing its capabilities in eliminating AI hallucinations and managing private knowledge bases.
2025-11-23 15:14:13 -08:00
cybermaggedon
3580e7a7ae
Remove some 'unnecessary' parameters from OpenAI invocation (#561)
* Remove some 'unnecessary' parameters from OpenAI invocation.  The OpenAI
API is getting complicated with the API and SDK changing on OpenAI's end,
but this not getting mapped through to other services which are 'compatible'
with OpenAI.

* Update OpenAI test for this change

* Trying running tests with Python 3.13
2025-11-20 17:56:31 +00:00
Jack Colquitt
a0008f298b
Revise README for clarity on LLMs
Updated the project description to clarify the focus on LLMs and improved wording for better understanding.
2025-11-17 20:00:25 -08:00
Jack Colquitt
8bee1423d0
Revise README title and project description
Updated project title and description for clarity.
2025-11-17 19:16:20 -08:00
cybermaggedon
6c85038c75
Ontology extraction tests (#560) 2025-11-13 20:02:12 +00:00
cybermaggedon
2baf21c5e1
Collection deletion batch error fixed (#559)
Collection deletion caused a batch error, this reduces batch size on deletion
2025-11-13 16:29:40 +00:00
cybermaggedon
db4e842df3
Update tech spec (#558) 2025-11-13 16:29:20 +00:00
cybermaggedon
c69f5207a4
OntoRAG: Ontology-Based Knowledge Extraction and Query Technical Specification (#523)
* Onto-rag tech spec

* New processor kg-extract-ontology, use 'ontology' objects from config to guide triple extraction

* Also entity contexts

* Integrate with ontology extractor from workbench

This is first phase, the extraction is tested and working, also GraphRAG with the extracted knowledge works
2025-11-12 20:38:08 +00:00
Jack Colquitt
e54c2a892c
Update project title from 'AI-Ready' to 'AI-Grade' 2025-11-11 11:20:57 -08:00
cybermaggedon
4c3db4dbbe
MCP auth for the simple case (#557)
* MCP auth token header

* Mention limitations

* Fix AgentStep schema error by converting argument values to strings.

* Added tests for MCP auth and agent step parsing
2025-11-11 12:28:53 +00:00
cybermaggedon
d9d4c91363
Dynamic embeddings model (#556)
* Dynamic embeddings model selection

* Added tests

* HF embeddings are skipped, tests don't run with that package currently tests
2025-11-10 20:38:01 +00:00
cybermaggedon
6129bb68c1
Fix hard coded vector size (#555)
* Fixed hard-coded embeddings store size

* Vector store lazy-creates collections, different collections for
  different dimension lengths.

* Added tech spec for vector store lifecycle

* Fixed some tests for the new spec
2025-11-10 16:56:51 +00:00
Jack Colquitt
c52cba0ef1
Revise key features section in README.md 2025-11-06 19:52:22 -08:00
Jack Colquitt
9b186706d8
Fix wording in README description
Corrected phrasing in the description for clarity.
2025-11-06 19:27:06 -08:00
Jack Colquitt
be2a6e6cc7
Update README to remove 'raw' from data description
Removed the word 'raw' from the description of TrustGraph.
2025-11-06 19:23:26 -08:00
Jack Colquitt
4e7df1ce1d
Fix typo in 'Event Driven' to 'Event-Driven' 2025-11-06 19:19:31 -08:00
Jack Colquitt
a5e5bd1f92
Remove Context Engineering section from README
Removed 'Context Engineering' section and updated related content.
2025-11-06 19:17:07 -08:00
Jack Colquitt
f535550db5
Enhance README key features formatting
Updated key features section with improved formatting and descriptions.
2025-11-06 19:11:57 -08:00
Jack Colquitt
38c6dd58cf
Update TrustGraph description in README
Revised description for TrustGraph to improve clarity and emphasize data sovereignty.
2025-11-06 19:06:10 -08:00
Jack Colquitt
1c444e48ec
Revise key features for improved clarity
Updated key features section to enhance clarity and detail.
2025-11-06 19:04:10 -08:00
Jack Colquitt
c7fb413a46
Fix formatting in README.md 2025-11-06 18:43:22 -08:00
Jack Colquitt
e4da46a9bb
Add files via upload 2025-11-06 18:41:47 -08:00
Jack Colquitt
157c79c63a
Update description of TrustGraph to event-driven 2025-11-06 18:39:55 -08:00
Jack Colquitt
3f4efb1959
Revise README to highlight AI-ready data infrastructure
Updated the README to reflect changes in the platform's focus and capabilities.
2025-11-06 18:23:36 -08:00
Jack Colquitt
0fffae1c02
Update links in README for quickstart and guides 2025-11-01 14:44:57 -07:00