Commit graph

757 commits

Author SHA1 Message Date
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
Jack Colquitt
a05944645a
Update README with tweaks 2024-11-07 17:25:53 -08:00
Jack Colquitt
35523a2994
Update README with correct CLI version 2024-11-07 17:12:59 -08:00
Jack Colquitt
9fcac0746c
Update README with current release version 2024-11-07 17:12:21 -08: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
Jack Colquitt
cc755d1b7e
Update README.md with latest release version 2024-11-07 10:36:20 -08:00
Jack Colquitt
6b4738fa8b
Update README with latest release version 2024-11-06 19:45:37 -08:00
Jack Colquitt
f1d0b854ab
Delete TG_Banner_exclusive.png 2024-11-06 19:44:39 -08:00
Jack Colquitt
9f252e3f1e
Delete TG_Dev_Engine.svg 2024-11-06 19:44:23 -08:00
Jack Colquitt
c285936e33
Update README.md with new logo 2024-11-06 19:43:44 -08:00
Jack Colquitt
e2234a0cec
Uploaded new logo 2024-11-06 19:42:39 -08: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
Jack Colquitt
eefbc5a803
Formatting change on README 2024-11-03 10:33:15 -08: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
Jack Colquitt
d0112c6fe1
Update YouTube link in README 2024-11-01 16:14:31 -07:00
Jack Colquitt
4eac173eb6
Update README with latest release version 2024-11-01 10:23:50 -07: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
Jack Colquitt
386b2bdcc7
Update config UI link to prod 2024-10-29 19:21:41 -07:00
Jack Colquitt
e1a8887c98
Update README.md with latest version 2024-10-29 17:46:18 -07: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
Jack Colquitt
64d3096a94
Update README.md with CLI link 2024-10-27 16:19:45 -07:00
Jack Colquitt
8a808e0819
Update README.md with messaging tweaks 2024-10-27 16:12:31 -07:00
Jack Colquitt
69eac2de7c
Update README.md for CLI version 2024-10-27 15:16:22 -07:00
Jack Colquitt
8e1f535606
Update README.md for release 0.13.2 2024-10-27 15:15:42 -07: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
Jack Colquitt
1189eb52e8
Delete TG_engine6.svg 2024-10-27 09:48:33 -07:00
Jack Colquitt
0059a98a83
Update README with engine logo tweak 2024-10-27 09:48:12 -07:00
Jack Colquitt
57e61d05eb
Uploaded dev engine logo tweak 2024-10-27 09:47:38 -07: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
Jack Colquitt
24f5527653
Update README wording 2024-10-26 10:40:21 -07:00
Jack Colquitt
7306df7dd9
Update README for Dev Engine language 2024-10-26 10:35:08 -07:00
Jack Colquitt
54d90f5288
Added new engine logo 2024-10-26 10:30:23 -07: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
Jack Colquitt
5c1ccb1818
Delete tg-privacy-boundary.svg 2024-10-20 11:42:21 -07:00
Jack Colquitt
a6c6582242
Updated arch diagram in README 2024-10-20 11:41:57 -07:00