cybermaggedon
efd13ae5f1
Added agent support to templates ( #150 )
2024-11-12 00:22:18 +00:00
cybermaggedon
f654d72515
Fix setup deps ( #149 )
2024-11-11 22:29:03 +00:00
cybermaggedon
7aab42a054
Fix prompt overrides ( #147 )
2024-11-10 18:24:19 +00: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
Cyber MacGeddon
5140f8834d
CI/CD for 0.15
2024-11-10 11:40:28 +00:00
cybermaggedon
ae8661fe2e
Fix/improve command line help ( #145 )
...
* Make command line consistent, fix incorrect documentation.
* Improve tg-invoke-prompt help
2024-11-08 18:14:14 +00:00
cybermaggedon
f97856245c
Fix command name typo ( #144 )
2024-11-07 21:06:13 +00:00
cybermaggedon
66d273cf5a
Fix/cli docs ( #143 )
...
* Improved documentation in tg-invoke-prompt. Added tg-invoke-llm.
These are diagnostics for the text-completion and prompt services.
* Fix command name
2024-11-07 21:01:51 +00:00
cybermaggedon
c308180b54
Fix prompt override - overriding a prompt with JSON output broke schema and ( #142 )
...
extraction settings.
2024-11-06 18:44:25 +00:00
cybermaggedon
9c6c6c9843
Fix neo4j loader ( #141 )
2024-11-06 00:27:35 +00:00
cybermaggedon
2660b28ab9
Set default model ( #140 )
2024-11-05 23:58:36 +00:00
cybermaggedon
45091e01ec
Fix Google AI Studio model ( #139 )
2024-11-05 23:49:24 +00:00
cybermaggedon
ee9373d55e
Make temperature round to 3 dec places ( #138 )
2024-11-05 23:04:21 +00:00
cybermaggedon
65cda7b276
Implement system in text completion API ( #137 )
...
* Add system prompt to LLM invocation
* Added system parameter to LLMs
* Added to Bedrock and VertexAI
2024-11-05 22:46:17 +00:00
cybermaggedon
53c958aaff
Fix: prompt template overrides ( #136 )
...
* Added single-target command-line config generator. Mainly using for
testing ATM.
* Slightly tweak the config decode so that components can over-ride the
'with' method which injects parameters.
* Deliberately break the prompt-generic template. Could do better, this
is temporary.
* Add 'prompt-overrides' component, injects new prompts.
* Removed prompt generic reference, not used
* prompt-generic is no longer supported
2024-11-05 21:17:34 +00:00
cybermaggedon
8a2126bba5
Fix neo4j schema - incompatible with extractors ( #135 )
...
- Fixed schema invocation on Neo4j writer
- Fixed confusing typo name in cassandra template
- Unnecessary import on Cassandra removed
2024-11-02 10:51:26 +00:00
cybermaggedon
614e49997d
Increase resources ( #133 )
2024-10-31 16:31:57 +00:00
cybermaggedon
9ebfe0d94a
Maint/knowledge load collections ( #132 )
...
* Add user/collection support to knowledge loaders
* Fix timeouts
2024-10-31 16:28:03 +00:00
cybermaggedon
bc1b38c998
Fix schema match ( #131 )
2024-10-31 10:10:53 +00:00
cybermaggedon
24d099793d
Feature/doc metadata labels ( #130 )
...
* Add schema load util
* Added a sample schema turtle file will be useful for future testing and
tutorials.
* Fixed graph label metadata confusion, was created incorrect subjectOf
edges.
2024-10-29 21:18:02 +00:00
cybermaggedon
dedb66379d
Added tg-invoke-prompt utility to test / diagnose / interact with the ( #129 ) prompt service
2024-10-27 17:15:10 +00:00
cybermaggedon
7c0c471e55
Feature/prompt terms ( #128 )
...
* Add prompt terms
* Remove dupe template code
2024-10-27 15:04:53 +00:00
cybermaggedon
2942c4dcf0
Maint/neater prompt jsonnet ( #127 )
...
* Changed the JSONNET for prompt-template so that prompt templates are
simpler. This tidies default-prompts.jsonnet so it's easier to see
where the prompts are.
* Updated prompt override templates to match new structure
2024-10-27 09:06:09 +00:00
cybermaggedon
b07d539802
- Fix topics extract ( #126 )
...
- Add schemas to extraction
2024-10-27 08:22:12 +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
Cyber MacGeddon
51aef6c730
Update setup.py files for 0.14 dependencies
2024-10-25 15:15:03 +01:00
Cyber MacGeddon
f83643f670
Update CI for 0.14
2024-10-25 15:12:53 +01:00
cybermaggedon
db4e1df0fb
Catch rate limit ( #124 )
2024-10-25 00:01:40 +01:00
cybermaggedon
7954e863cc
Feature: document metadata ( #123 )
...
* Rework metadata structure in processing messages to be a subgraph
* Add subgraph creation for tg-load-pdf and tg-load-text based on command-line passing of doc attributes
* Document metadata is added to knowledge graph with subjectOf linkage to extracted entities
2024-10-23 18:04:04 +01:00
Cyber MacGeddon
b8818e28d0
Fire actions on 0.13 tag
2024-10-15 20:43:32 +01:00
cybermaggedon
af0c8540e3
Feature/googleaistudio ( #121 )
...
* Added jsonnet for GoogleAIStudio
* Port the template to 0.13, env secrets for k8s
---------
Co-authored-by: JackColquitt <daniel@kalntera.ai>
2024-10-15 20:41:32 +01:00
cybermaggedon
ec444d12b7
Bug in release YAML ( #122 )
2024-10-15 20:35:48 +01:00
cybermaggedon
04617a81f7
Fix env var passing ( #120 )
2024-10-15 20:02:21 +01:00
cybermaggedon
25983d1557
Fix Bedrock ( #119 )
2024-10-15 19:21:43 +01:00
cybermaggedon
f36c5e5d03
Fix typos in milus template ( #118 )
2024-10-15 19:21:07 +01:00
cybermaggedon
b76e9106dc
Use prompt templates by default, fix prompt template invocation ( #117 )
2024-10-15 17:14:20 +01:00
cybermaggedon
86288339cf
Feature/environment var creds ( #116 )
...
- Change templates to interpolate environment variables in docker compose
- Change templates to invoke secrets for environment variable credentials in K8s configuration
- Update LLMs to pull in credentials from environment variables if not specified
2024-10-15 00:34:52 +01:00
Cyber MacGeddon
43756d872b
Set dependencies up for the 0.13 branch. Set version=0.0.0 in Makefile
...
to spot build errors.
2024-10-15 00:31:08 +01:00
cybermaggedon
4ef8332c6f
Lock 0.12 to 0.12 packages min ( #115 )
2024-10-14 19:31:30 +01:00
cybermaggedon
eface26fe1
Move to 0.12 deps in Python packages ( #114 )
2024-10-13 08:38:56 +01:00
cybermaggedon
ffaf7b28a5
Added missing README ( #113 )
2024-10-11 15:05:40 +01:00
JackColquitt
063acc6a21
Fixed HarmCategory API
2024-10-10 11:37:21 -07:00
Cyber MacGeddon
5850b6c136
Merge branch 'release/v0.11' into release/v0.12
2024-10-09 19:38:13 +01:00
cybermaggedon
9b986a0a53
Add missing dep and 2 load scripts ( #111 )
2024-10-09 19:34:44 +01:00
cybermaggedon
942eedb7b0
Google AI Studio ( #110 )
...
* Testing GoogleAIStudio support
---------
Co-authored-by: JackColquitt <daniel@kalntera.ai>
2024-10-09 15:34:46 +01:00
cybermaggedon
a711bc1dde
Fix trustgraph broken linkage ( #109 )
2024-10-08 20:33:14 +01:00
Cyber MacGeddon
16aa6e0c6c
0.11.20 on the front page
2024-10-04 22:21:56 +01:00
cybermaggedon
148092a6af
Fix/lock 0.11 version ( #108 )
...
* - Locked 0.11 packages to 0.11 deps
- Added 'trustgraph' uber-package which installs the rest
- Added dependency to set package versions before building packages
* Bump version
2024-10-04 22:12:39 +01:00
cybermaggedon
aea30ae0d3
Fix API version in azure-openai ( #107 )
2024-10-04 21:19:39 +01:00
Cyber MacGeddon
6ecc7536d7
Fix pipeline
2024-10-04 20:24:17 +01:00