Fix/graph rag uses wrong prompt (#77)

* Fix queue name invocation, use correct names, not defaults

* Bump version

* Update templates
This commit is contained in:
cybermaggedon 2024-09-29 20:38:50 +01:00 committed by GitHub
parent 90127dfecb
commit efc364583b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 338 additions and 338 deletions

View file

@ -4,7 +4,7 @@ import os
with open("README.md", "r") as fh:
long_description = fh.read()
version = "0.11.1"
version = "0.11.2"
setuptools.setup(
name="trustgraph",