mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-03 12:22:37 +02:00
Topic templates for extractor (#62)
* Add topic prompt to templates * Bump version * Updated templates
This commit is contained in:
parent
728ff7542a
commit
6af86fa09f
25 changed files with 549 additions and 252 deletions
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ import os
|
|||
with open("README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
version = "0.9.3"
|
||||
version = "0.9.4"
|
||||
|
||||
setuptools.setup(
|
||||
name="trustgraph",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue