mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-16 02:23:39 +02:00
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:
parent
90127dfecb
commit
efc364583b
22 changed files with 338 additions and 338 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.11.1"
|
||||
version = "0.11.2"
|
||||
|
||||
setuptools.setup(
|
||||
name="trustgraph",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue