Cyber MacGeddon
adc4311988
Rev gateway tests
2025-07-12 22:04:35 +01:00
Cyber MacGeddon
40253998fc
Rev gateway tests
2025-07-12 22:00:37 +01:00
Cyber MacGeddon
200506e555
Rev gateway tests
2025-07-12 21:59:02 +01:00
Cyber MacGeddon
5cbd4d75e5
Rev gateway tests
2025-07-12 21:57:25 +01:00
Cyber MacGeddon
d83f8ddf38
Rev gateway tests
2025-07-12 21:50:33 +01:00
Cyber MacGeddon
a57339c9f0
Rev gateway tests
2025-07-12 17:30:18 +01:00
Cyber MacGeddon
7e0bf77240
Rev gateway tests
2025-07-12 17:28:31 +01:00
Cyber MacGeddon
0d5c6cd448
Rev gateway tests
2025-07-12 17:26:11 +01:00
Cyber MacGeddon
5acfd74e3b
Gateway tests
2025-07-12 17:17:25 +01:00
Cyber MacGeddon
b0589adbee
Gateway tests
2025-07-12 17:16:31 +01:00
Cyber MacGeddon
6ecaca88e0
Gateway tests
2025-07-12 17:15:16 +01:00
Cyber MacGeddon
4e71679e5a
Gateway tests
2025-07-12 12:35:07 +01:00
Cyber MacGeddon
9661736a65
Gateway tests
2025-07-12 11:21:08 +01:00
Cyber MacGeddon
bfe2f09344
Gateway testing
2025-07-12 11:19:33 +01:00
Cyber MacGeddon
8d37b9a689
DocumentRAG testing
2025-07-12 11:15:59 +01:00
Cyber MacGeddon
b1d0525074
GraphRAG testing
2025-07-12 11:12:19 +01:00
Cyber MacGeddon
5ac7bc9397
GraphRAG testing
2025-07-12 11:08:39 +01:00
Cyber MacGeddon
450fe1f34e
Cassandra
2025-07-12 11:05:14 +01:00
Cyber MacGeddon
d90488f5f6
Cassandra
2025-07-12 11:02:54 +01:00
Cyber MacGeddon
ea8daf12ca
Cassandra
2025-07-12 11:01:26 +01:00
Cyber MacGeddon
22e6f86fe0
Cassandra
2025-07-12 10:59:06 +01:00
Cyber MacGeddon
9e25d7c3d1
Consistency
2025-07-12 00:10:23 +01:00
Cyber MacGeddon
465fb1d6c1
Qdrant
2025-07-12 00:07:01 +01:00
Cyber MacGeddon
ddf40e32c6
Qdrant
2025-07-11 23:19:38 +01:00
Cyber MacGeddon
ef435360ce
Qdrant GE
2025-07-11 20:44:16 +01:00
Cyber MacGeddon
71de649ab5
Add some qdrant stuff
2025-07-11 20:40:41 +01:00
Cyber MacGeddon
2646f57446
Added async_processor
2025-07-11 18:31:21 +01:00
Cyber MacGeddon
5c4d84cdc5
Added flow_processor tests
2025-07-11 17:30:04 +01:00
Cyber MacGeddon
b5b74e44a6
Added flow_processor tests
2025-07-11 17:28:42 +01:00
Cyber MacGeddon
50a4549c02
Added more LLMs
2025-07-11 17:17:50 +01:00
Cyber MacGeddon
ada7d96b4c
Added more LLMs
2025-07-11 17:15:20 +01:00
Cyber MacGeddon
89ac526ceb
Added more LLMs
2025-07-11 17:10:53 +01:00
Cyber MacGeddon
eb808573dc
Added more LLMs
2025-07-11 17:09:10 +01:00
Cyber MacGeddon
abe76f8dbb
Added more LLMs
2025-07-11 17:05:34 +01:00
Cyber MacGeddon
be7e4ef489
Added OpenAI
2025-07-11 17:01:23 +01:00
Cyber MacGeddon
349d19624a
Added Ollama testing
2025-07-11 16:56:28 +01:00
Cyber MacGeddon
c496c53ff7
Commonality extracted
2025-07-11 16:51:06 +01:00
Cyber MacGeddon
d25c2f4d10
Updated tests
2025-07-11 16:43:27 +01:00
Cyber MacGeddon
98872c5247
Test stuff
2025-07-11 16:00:27 +01:00
cybermaggedon
a70ae9793a
Flow API - update gateway ( #357 )
...
* Altered API to incorporate Flow IDs, refactored for dynamic start/stop of flows
* Gateway: Split endpoint / dispatcher for maintainability
2025-05-02 21:11:50 +01:00
cybermaggedon
450f664b1b
Feature/flow enable api gateway ( #356 )
...
* Tweak timeouts, reduce stop time for publishers / subscribers
* More APIs working as flow endpoint
2025-04-29 23:34:41 +01:00
cybermaggedon
3b021720c5
Feature/flow management cli ( #346 )
...
Flow management API + various flow management commands
trustgraph-cli/scripts/tg-delete-flow-class
trustgraph-cli/scripts/tg-get-flow-class
trustgraph-cli/scripts/tg-put-flow-class
trustgraph-cli/scripts/tg-show-flow-classes
trustgraph-cli/scripts/tg-show-flows
trustgraph-cli/scripts/tg-start-flow
trustgraph-cli/scripts/tg-stop-flow
2025-04-24 18:57:33 +01:00
cybermaggedon
a9197d11ee
Feature/configure flows ( #345 )
...
- Keeps processing in different flows separate so that data can go to different stores / collections etc.
- Potentially supports different processing flows
- Tidies the processing API with common base-classes for e.g. LLMs, and automatic configuration of 'clients' to use the right queue names in a flow
2025-04-22 20:21:38 +01:00
cybermaggedon
fa09dc319e
Feature/config service ( #332 )
...
Configuration service provides an API to change configuration. Complete configuration is pushed down a config queue so that users have a complete copy of config object.
2025-04-01 19:47:05 +01:00
cybermaggedon
36cdeab588
Feature/agent manager ( #146 )
...
* Agent schema
* Agent working through client
* Add agent-manager-react command line
* test-agent test script
* Add tg-invoke-agent CLI
2024-11-10 11:44:01 +00:00
cybermaggedon
1e137768ca
Prompt refactor ( #125 )
...
* Prompt manager integrated and working with 6 tests
* Updated templates to for prompt-template update
2024-10-26 22:17:43 +01:00
cybermaggedon
6e4534e35c
Tidied scripts, added 2 query scripts ( #53 )
2024-09-05 16:45:22 +01:00
cybermaggedon
208c219962
Template rejig ( #48 )
...
* document-rag / graph-rag refactor of templates
* Tweaking the docs and categories
* Clarify triple store vs RAG
* Tweak knowledge graph linkage
* Doc embedding for Qdrant
* Fix document RAG on Qdrant
* Fix templates
* Bump version
* Updated templates
2024-09-03 00:09:15 +01:00
cybermaggedon
e4c4774b5d
Extract rows and apply object embeddings ( #42 )
...
* - Restructured the extract directories
- Added an extractor for 'rows' == a row of a table
- Added a row extractor prompt to prompter.
* Add row support to template prompter
* Row extraction working
* Bump version
* Emit extracted info
* Object embeddings store
* Invocation script
* Add script to package, remove cruft output
* Write rows to Cassandra
* Remove output cruft
2024-08-27 21:55:12 +01:00
cybermaggedon
669aed0f8a
Added doc embedding support ( #41 )
...
* document embedding writer & query
* Added test query for doc embeddings
* Bump version
* Added doc rag prompt
* Document RAG service
2024-08-26 23:45:23 +01:00