diff --git a/.gitignore b/.gitignore index 73dc07b4..1377a864 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,15 @@ *~ __pycache__/ env/ -*.egg_info/ +*/build/ +*.egg-info/ *.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/ \ No newline at end of file diff --git a/trustgraph-base/README.md b/trustgraph-base/README.md new file mode 100644 index 00000000..7a2ce130 --- /dev/null +++ b/trustgraph-base/README.md @@ -0,0 +1 @@ +See https://trustgraph.ai/ diff --git a/trustgraph-bedrock/README.md b/trustgraph-bedrock/README.md new file mode 100644 index 00000000..7a2ce130 --- /dev/null +++ b/trustgraph-bedrock/README.md @@ -0,0 +1 @@ +See https://trustgraph.ai/ diff --git a/trustgraph-embeddings-hf/README.md b/trustgraph-embeddings-hf/README.md new file mode 100644 index 00000000..7a2ce130 --- /dev/null +++ b/trustgraph-embeddings-hf/README.md @@ -0,0 +1 @@ +See https://trustgraph.ai/ diff --git a/trustgraph-flow/README.md b/trustgraph-flow/README.md new file mode 100644 index 00000000..7a2ce130 --- /dev/null +++ b/trustgraph-flow/README.md @@ -0,0 +1 @@ +See https://trustgraph.ai/ diff --git a/trustgraph-parquet/README.md b/trustgraph-parquet/README.md new file mode 100644 index 00000000..7a2ce130 --- /dev/null +++ b/trustgraph-parquet/README.md @@ -0,0 +1 @@ +See https://trustgraph.ai/ diff --git a/trustgraph-utils/README.md b/trustgraph-utils/README.md new file mode 100644 index 00000000..7a2ce130 --- /dev/null +++ b/trustgraph-utils/README.md @@ -0,0 +1 @@ +See https://trustgraph.ai/ diff --git a/trustgraph-vertexai/README.md b/trustgraph-vertexai/README.md new file mode 100644 index 00000000..7a2ce130 --- /dev/null +++ b/trustgraph-vertexai/README.md @@ -0,0 +1 @@ +See https://trustgraph.ai/