mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
* Starting to spawn base package * More package hacking * Bedrock and VertexAI * Parquet split * Updated templates * Utils
7 lines
89 B
Python
7 lines
89 B
Python
#!/usr/bin/env python3
|
|
|
|
from . chunker import run
|
|
|
|
if __name__ == '__main__':
|
|
run()
|
|
|