Merge branch 'master' into release/v0.10. Includes llamafile and

prompt modifications.
This commit is contained in:
Cyber MacGeddon 2024-09-28 11:26:52 +01:00
commit 39cf256f5c
33 changed files with 1234 additions and 95 deletions

6
scripts/kg-extract-topics Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from trustgraph.extract.kg.topics import run
run()

View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from trustgraph.model.text_completion.llamafile import run
run()