Commit graph

157 commits

Author SHA1 Message Date
Cyber MacGeddon
c9913297d2 Doc RAG working 2025-04-22 10:52:11 +01:00
Cyber MacGeddon
6be7b30633 Graph RAG working I think 2025-04-22 00:27:39 +01:00
Cyber MacGeddon
8c38dc30ff Fixing query stuff 2025-04-21 20:09:53 +01:00
Cyber MacGeddon
179285e186 Hacking wth graph rag 2025-04-21 18:52:52 +01:00
Cyber MacGeddon
6eb16473c5 Linkage is complete 2025-04-21 12:36:34 +01:00
Cyber MacGeddon
aa47ae9970 Move these files, seem like they are in the wrong place 2025-04-21 11:51:24 +01:00
Cyber MacGeddon
1a46d1aeae Fixed typos 2025-04-20 09:21:26 +01:00
Cyber MacGeddon
793f986b06 Fix some typos 2025-04-20 09:15:12 +01:00
Cyber MacGeddon
42ea9ed370 Tweaking 2025-04-19 19:52:21 +01:00
Cyber MacGeddon
2f58910514 Fix params typo 2025-04-19 18:43:06 +01:00
Cyber MacGeddon
4943b87f7a Updated query/store 2025-04-19 15:51:26 +01:00
Cyber MacGeddon
94f692ff93 Query side starting to come together 2025-04-19 15:17:50 +01:00
Cyber MacGeddon
abc202ddde Store maybe working 2025-04-19 14:42:00 +01:00
Cyber MacGeddon
6aaa751fb5 More write infra, not working 2025-04-19 14:36:39 +01:00
Cyber MacGeddon
a8408f2c74 Fix extraction bugs 2025-04-19 14:17:57 +01:00
Cyber MacGeddon
dc0bcba269 Tidying clients 2025-04-19 13:41:33 +01:00
Cyber MacGeddon
93bb2adb9e Spec clients 2025-04-19 13:38:48 +01:00
Cyber MacGeddon
c5cd70dacb Fix HF embeddings, not tested 2025-04-19 12:22:01 +01:00
Cyber MacGeddon
53c11871e1 Doc embeds working 2025-04-19 12:16:17 +01:00
Cyber MacGeddon
3507bc2c6e Graph embeddings works 2025-04-19 12:06:40 +01:00
Cyber MacGeddon
e6b1bb4919 Relationships extraction working 2025-04-19 11:02:25 +01:00
Cyber MacGeddon
6a9469de34 LLM base class working 2025-04-18 20:22:40 +01:00
Cyber MacGeddon
1047cd2fa1 Request/response spec working, implemented in extract-defs and vertexai 2025-04-18 18:35:17 +01:00
Cyber MacGeddon
4bbd050d05 Defs extraction working? 2025-04-18 09:21:21 +01:00
Cyber MacGeddon
8b24fa4209 Migrate api-gateway to async 2025-04-17 17:19:54 +01:00
Cyber MacGeddon
24d05cbcdf Remove cruft 2025-04-17 16:53:51 +01:00
Cyber MacGeddon
b110af41fb Prompt template working 2025-04-17 16:12:46 +01:00
Cyber MacGeddon
44b1d7e508 async & flow donw 2025-04-16 21:34:39 +01:00
Cyber MacGeddon
51000e39ff More refactoring 2025-04-16 20:50:41 +01:00
Cyber MacGeddon
4c22f23f3a Comments, maybe broke something 2025-04-16 20:46:48 +01:00
Cyber MacGeddon
38cea4c26d VertexAI LLM working 2025-04-16 17:43:49 +01:00
Cyber MacGeddon
b94b4b7389 API finalised 2025-04-16 16:11:18 +01:00
Cyber MacGeddon
91d28e9d56 Change input_output to flow_processor 2025-04-16 13:47:23 +01:00
Cyber MacGeddon
8f89336db3 API tweak for input_output 2025-04-16 12:55:47 +01:00
Cyber MacGeddon
510cfb1103 Token chunker 2025-04-15 23:13:21 +01:00
Cyber MacGeddon
cfdeadfb34 Chunker ported 2025-04-15 23:09:32 +01:00
Cyber MacGeddon
c3f1aacbfc Remove cruft 2025-04-15 16:18:03 +01:00
Cyber MacGeddon
60ca5aa3a6 input/output is working 2025-04-15 16:13:18 +01:00
Cyber MacGeddon
98faec7798 PDF done but not working 2025-04-15 00:12:50 +01:00
Cyber MacGeddon
9fdc408a95 Metrics working 2025-04-14 22:39:09 +01:00
Cyber MacGeddon
726baa9932 Tidying 2025-04-14 20:44:22 +01:00
Cyber MacGeddon
74fb52dd3b Separate config part of config-sc 2025-04-14 19:43:36 +01:00
Cyber MacGeddon
d924dad25f Roughly working on config svc 2025-04-14 19:23:43 +01:00
Cyber MacGeddon
1d150cdc21 Working on processor API 2025-04-14 17:51:23 +01:00
Cyber MacGeddon
e66c06f99a New API emerging 2025-04-14 09:05:42 +01:00
Cyber MacGeddon
df6a11bb86 - Changed module names to idents in all processors
- Add --id argument to base
- Tweaked config into handler
2025-04-10 19:14:31 +01:00
cybermaggedon
298d09f388
Prompt and agent manager, dynamically load configuration from config-svc
- prompt-template takes config from the config-svc, dynamically reloads
  as new config appears.
- agent-react takes config from config-svc, dynamically reloads
- Fixed lack of data in config queue, needed to take the Earliest, not the
  Latest values.
- Changed text-completion and knowledge-query tool to both use 'query'
  as the argument.
- Prompt and agent no longer have command line args to supply
  configuration.
2025-04-02 16:37:08 +01:00
cybermaggedon
1d222235d3
Configuration initialisation (#335)
* - Fixed error reporting in config
- Updated tg-init-pulsar to be able to load initial config to config-svc
- Tweaked API naming and added more config calls

* Tools to dump out prompts and agent tools
2025-04-02 13:52:33 +01:00
cybermaggedon
88eae0a9f0
Fix no version/config at startup (#333) 2025-04-01 20:54:59 +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