mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-18 03:45:12 +02:00
Increase resources (#35)
* More memory for Cassandra * More memory/CPU for embeddings * Bump version, regenerate templates
This commit is contained in:
parent
6edc3f0ee1
commit
d69de52b04
18 changed files with 288 additions and 288 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.7.10"
|
||||
version = "0.7.11"
|
||||
|
||||
setuptools.setup(
|
||||
name="trustgraph",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue