mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Fix/chunking not enabled (#364)
* Enable chunking by default in producer * Fix some issues including uploading large docs
This commit is contained in:
parent
844547ab5f
commit
9e4eb634a4
8 changed files with 17 additions and 6 deletions
1
trustgraph-cli/scripts/tg-show-library-documents
Normal file → Executable file
1
trustgraph-cli/scripts/tg-show-library-documents
Normal file → Executable file
|
|
@ -36,6 +36,7 @@ def show_docs(url, user):
|
|||
table,
|
||||
tablefmt="pretty",
|
||||
stralign="left",
|
||||
maxcolwidths=[None, 55],
|
||||
))
|
||||
print()
|
||||
|
||||
|
|
|
|||
1
trustgraph-cli/scripts/tg-show-library-processing
Normal file → Executable file
1
trustgraph-cli/scripts/tg-show-library-processing
Normal file → Executable file
|
|
@ -36,6 +36,7 @@ def show_procs(url, user):
|
|||
table,
|
||||
tablefmt="pretty",
|
||||
stralign="left",
|
||||
maxcolwidths=[None, 50],
|
||||
))
|
||||
print()
|
||||
|
||||
|
|
|
|||
0
trustgraph-cli/scripts/tg-start-library-processing
Normal file → Executable file
0
trustgraph-cli/scripts/tg-start-library-processing
Normal file → Executable file
0
trustgraph-cli/scripts/tg-stop-library-processing
Normal file → Executable file
0
trustgraph-cli/scripts/tg-stop-library-processing
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue