Commit graph

1312 commits

Author SHA1 Message Date
JackColquitt
5946c47d3d Updated docker login and checkout versions 2025-01-06 12:43:01 -08:00
Jack Colquitt
dd9fd007a7
Merge pull request #255 from trustgraph-ai/docker-update
Docker push action update
2025-01-06 12:34:38 -08:00
JackColquitt
6a27de22db Updated docker push action 2025-01-06 12:33:57 -08:00
Jack Colquitt
4797d5c624
Merge pull request #254 from trustgraph-ai/zookeeper-startup-fix
Fixed Zookeeper startup delay
2025-01-06 12:07:52 -08:00
JackColquitt
970e824589 Fixed Zookeeper startup delay 2025-01-06 12:06:51 -08:00
Jack Colquitt
79c4e493c9
Update README for latest 0.19.8 2025-01-06 10:22:50 -08:00
Jack Colquitt
37a220d447
Merge pull request #253 from trustgraph-ai/pulsar-hot-fix
Hot fix for pulsar user issue
2025-01-06 10:10:57 -08:00
JackColquitt
bb0d48c1b2 Hot fix for pulsar user issue 2025-01-06 10:03:22 -08:00
cybermaggedon
dbdf65b84d
Added a metrics endpoint /api/v1/metrics/X which proxies to Prometheus (#251) 2025-01-05 19:24:43 +00:00
Jack Colquitt
a7b5595885
Update README to latest 0.19.6 2025-01-04 14:45:18 -08:00
cybermaggedon
ae00831e39
Added missing file (#249) 2025-01-04 22:08:24 +00:00
Jack Colquitt
b45f3d13b6
Update README for latest 0.19.4 2025-01-04 13:58:25 -08:00
cybermaggedon
6aa212061d
Fix/document embeddings (#247)
* Update schema for doc embeddings

* Rename embeddings-vectorize to graph-embeddings

* Added document-embeddings processor (broken, needs fixing)

* Added scripts

* Fixed DE queue schema

* Add missing DE process

* Fix doc RAG processing, put graph-rag and doc-rag in appropriate component files.
2025-01-04 21:51:28 +00:00
Jack Colquitt
c633652fd2
Merge pull request #248 from trustgraph-ai/feature/workbench-dark-mode
Push Workbench to 0.2.4
2025-01-04 13:28:25 -08:00
JackColquitt
39ec7b6353 Push Workbench to 0.2.4 2025-01-04 13:27:04 -08:00
Jack Colquitt
ee9837c9ca
Updated README for latest 0.19.3 2025-01-02 17:57:16 -08:00
cybermaggedon
e8f7600d74
Upgrade workbench (#240) 2025-01-02 19:52:47 +00:00
cybermaggedon
fed7e4ca08
Pulsar resilience refactor (#238)
* Add userID control over compose containers
* Split Pulsar out, non-standalone
* Added bookie & zookeeper to Prometheus stats
2025-01-02 19:50:23 +00:00
cybermaggedon
44f8ce8834
Migrate cli utils to REST API (#239)
* Port a number of commands to use API gateway instead of Pulsar

* Ported tg-invoke-agent to websockets API

* Rename the 2 RAG commands: tg-query-... to tg-invoke-...
2025-01-02 19:49:22 +00:00
Jack Colquitt
d86aad5a7b
Update readme for latest 0.19.2 2025-01-02 11:20:19 -08:00
Jack Colquitt
86f16388fc
Updated YouTube link 2025-01-01 14:12:41 -08:00
Jack Colquitt
42181e7f90
Update README for latest 0.19.1 2024-12-31 16:26:37 -08:00
cybermaggedon
44c0d6f347
Updated workbench to 0.2.0, search facility (#236) 2024-12-31 19:58:31 +00:00
Jack Colquitt
63fe22bb75
Delete TG-explore.svg 2024-12-30 17:36:46 -08:00
Jack Colquitt
0058bb0cc6
Delete TG-explore-horizon.png 2024-12-30 17:36:33 -08:00
Jack Colquitt
30ea1de268
Horizon logo full width 2024-12-30 17:36:05 -08:00
Jack Colquitt
9b6a5294fc
Update README.md with horizon svg 2024-12-30 17:31:41 -08:00
Jack Colquitt
5c3cd259c1
Add files via upload 2024-12-30 17:28:36 -08:00
Jack Colquitt
fddbb09cab
Update README.md with horizon logo 2024-12-30 17:27:31 -08:00
Jack Colquitt
79a61cbb0f
Uploaded horizon logo 2024-12-30 17:27:12 -08:00
Jack Colquitt
143bd72939
Updated blog link 2024-12-30 15:30:18 -08:00
Jack Colquitt
f2e92db9d4
Fix README typos 2024-12-30 11:10:59 -08:00
Jack Colquitt
ba8e9a466e
README link order tweak 2024-12-30 11:09:32 -08:00
Jack Colquitt
217fc43a26
Readme text tweak 2024-12-30 11:08:36 -08:00
Jack Colquitt
2f5b768a59
Update README.md with link tweaks 2024-12-30 11:05:31 -08:00
Jack Colquitt
491104d7fa
Update README.md for Websocket API 2024-12-30 10:52:58 -08:00
Jack Colquitt
7060e7b10a
Link changes in README 2024-12-30 10:38:11 -08:00
Jack Colquitt
a3fb1bebc3
README slight tweaks 2024-12-30 10:30:04 -08:00
Jack Colquitt
080e23dae6
Update README for Data Workbench 2024-12-30 10:28:50 -08:00
Jack Colquitt
a557e0d759
Delete TG-silos.svg 2024-12-30 10:13:40 -08:00
Jack Colquitt
98fd4de402
Update README.md with new logo 2024-12-30 10:13:13 -08:00
Jack Colquitt
e8782c7963
Add explore logo 2024-12-30 10:12:33 -08:00
Jack Colquitt
ff695c07ad
Update README for 0.18.14 release 2024-12-30 09:59:53 -08:00
cybermaggedon
a458d57af2
Feature/refactor entity embeddings (#235)
* Make schema changes
* Core entity context flow in place
* extract-def outputs entity contexts
* Refactored qdrant write
* Refactoring of all vector stores in place
2024-12-30 12:53:19 +00:00
cybermaggedon
9942f63773
tg-dump-msgpack previously output Python 'representation', now does JSON. (#233) 2024-12-30 10:51:35 +00:00
Cyber MacGeddon
cff90cada1 Prepare for 0.19 2024-12-30 10:44:33 +00:00
Cyber MacGeddon
a0487fcb28 Workbench to 0.1.9 2024-12-30 00:39:20 +00:00
cybermaggedon
cb3272bba2
Upgrade workbench (#232) 2024-12-29 20:21:16 +00:00
cybermaggedon
9a71ff6521
Fix ingested metadata (#231) 2024-12-29 20:02:12 +00:00
cybermaggedon
187b0e6581
Fix/websocket capacity increase (#230)
* Fix invalid variable name invocation
* Fix error responses in websockets
* Increase websocket limits to 50MB max message.  Turn on Pulsar chunking by default.
2024-12-29 18:08:12 +00:00