mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-19 02:01:02 +02:00
Put README placeholders for packages in place
This commit is contained in:
parent
9b91d5eee3
commit
511cf397f6
8 changed files with 18 additions and 2 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -1,6 +1,15 @@
|
||||||
*~
|
*~
|
||||||
__pycache__/
|
__pycache__/
|
||||||
env/
|
env/
|
||||||
*.egg_info/
|
*/build/
|
||||||
|
*.egg-info/
|
||||||
*.parquet
|
*.parquet
|
||||||
templates/components/version.jsonnet
|
templates/values/version.jsonnet
|
||||||
|
trustgraph-base/trustgraph/base_version.py
|
||||||
|
trustgraph-bedrock/trustgraph/bedrock_version.py
|
||||||
|
trustgraph-embeddings-hf/trustgraph/embeddings_hf_version.py
|
||||||
|
trustgraph-flow/trustgraph/flow_version.py
|
||||||
|
trustgraph-parquet/trustgraph/parquet_version.py
|
||||||
|
trustgraph-vertexai/trustgraph/vertexai_version.py
|
||||||
|
trustgraph-utils/trustgraph/
|
||||||
|
vertexai/
|
||||||
1
trustgraph-base/README.md
Normal file
1
trustgraph-base/README.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
See https://trustgraph.ai/
|
||||||
1
trustgraph-bedrock/README.md
Normal file
1
trustgraph-bedrock/README.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
See https://trustgraph.ai/
|
||||||
1
trustgraph-embeddings-hf/README.md
Normal file
1
trustgraph-embeddings-hf/README.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
See https://trustgraph.ai/
|
||||||
1
trustgraph-flow/README.md
Normal file
1
trustgraph-flow/README.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
See https://trustgraph.ai/
|
||||||
1
trustgraph-parquet/README.md
Normal file
1
trustgraph-parquet/README.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
See https://trustgraph.ai/
|
||||||
1
trustgraph-utils/README.md
Normal file
1
trustgraph-utils/README.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
See https://trustgraph.ai/
|
||||||
1
trustgraph-vertexai/README.md
Normal file
1
trustgraph-vertexai/README.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
See https://trustgraph.ai/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue