mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
* Structured data tech spec * Architecture principles * New schemas * Updated schemas and specs * Object extractor * Add .coveragerc * New tests * Cassandra object storage * Trying to object extraction working, issues exist
17 lines
No EOL
513 B
Text
17 lines
No EOL
513 B
Text
*~
|
|
__pycache__/
|
|
env/
|
|
*/build/
|
|
*.egg-info/
|
|
*.parquet
|
|
templates/values/version.jsonnet
|
|
trustgraph-base/trustgraph/base_version.py
|
|
trustgraph-cli/trustgraph/cli_version.py
|
|
trustgraph-bedrock/trustgraph/bedrock_version.py
|
|
trustgraph-embeddings-hf/trustgraph/embeddings_hf_version.py
|
|
trustgraph-flow/trustgraph/flow_version.py
|
|
trustgraph-ocr/trustgraph/ocr_version.py
|
|
trustgraph-parquet/trustgraph/parquet_version.py
|
|
trustgraph-vertexai/trustgraph/vertexai_version.py
|
|
trustgraph-mcp/trustgraph/mcp_version.py
|
|
vertexai/ |