From f7425fee007250d6ecb6393e4f7eb403e2e44906 Mon Sep 17 00:00:00 2001 From: Emily Danielson Date: Thu, 29 Aug 2024 13:18:11 -0700 Subject: [PATCH] add more words to links --- .../griptape-cloud/data-sources/create-data-source.md | 4 ++-- .../knowledge-bases/create-knowledge-base.md | 2 +- docs/griptape-cloud/structures/create-structure.md | 11 ++++++----- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/griptape-cloud/data-sources/create-data-source.md b/docs/griptape-cloud/data-sources/create-data-source.md index 7cd70c45f..aede0e9ee 100644 --- a/docs/griptape-cloud/data-sources/create-data-source.md +++ b/docs/griptape-cloud/data-sources/create-data-source.md @@ -4,7 +4,7 @@ Data Sources are the first step to Griptape's RAG pipeline. They allow you to br ## Create a Data Source -You can [create a Data Source](https://cloud.griptape.ai/data-sources/create) by specifying the required configuration for your chosen Data Source in the cloud console. +You can [create a Data Source in the Griptape Cloud console](https://cloud.griptape.ai/data-sources/create) by specifying the required configuration for your chosen Data Source in the cloud console. ### Web Page @@ -20,7 +20,7 @@ You can connect to your personal or company Confluence by providing a URL, [Atla ### Structure (Experimental) -You can specify a [Structure](../structures/create-structure.md) to run as a Data Source as long as your Structure returns a [`TextArtifact` or `ListArtifact` from Griptape](../../griptape-framework/data/artifacts.md). You can use this as a way to build custom Data Sources. +You can specify a [Structure](../structures/create-structure.md) to run as a Data Source as long as your Structure returns a [`TextArtifact` or `ListArtifact` from the Griptape Framework](../../griptape-framework/data/artifacts.md). You can use this as a way to build custom Data Sources. ## Other Data Source Types diff --git a/docs/griptape-cloud/knowledge-bases/create-knowledge-base.md b/docs/griptape-cloud/knowledge-bases/create-knowledge-base.md index 686e2b92e..254c889d3 100644 --- a/docs/griptape-cloud/knowledge-bases/create-knowledge-base.md +++ b/docs/griptape-cloud/knowledge-bases/create-knowledge-base.md @@ -4,4 +4,4 @@ Knowledge Bases are the way to organize and access your data ingested from [Data ## Create a Knowledge Base -You can [create a Knowledge Base](https://cloud.griptape.ai/knowledge-bases/create) by specifying which Data Sources you wish to include. Once created, you can [access your data](accessing-data.md). +You can [create a Knowledge Base in the Griptape Cloud console](https://cloud.griptape.ai/knowledge-bases/create) by specifying which Data Sources you wish to include. Once created, you can [access your data](accessing-data.md). diff --git a/docs/griptape-cloud/structures/create-structure.md b/docs/griptape-cloud/structures/create-structure.md index 17f68c3a3..df0449891 100644 --- a/docs/griptape-cloud/structures/create-structure.md +++ b/docs/griptape-cloud/structures/create-structure.md @@ -4,13 +4,14 @@ Structures are a primary component in Griptape for organizing and executing Task ## Create a Structure -1. [Connect Your GitHub Account](https://cloud.griptape.ai/account) in your Griptape Cloud account -1. Install the [Griptape Cloud GitHub app](https://github.com/apps/griptape-cloud/installations/new/) to any account or organization you'd like to pull code in from +1. [Connect Your GitHub Account in your Griptape Cloud account](https://cloud.griptape.ai/account) +1. Install the [Griptape Cloud GitHub app to your GitHub account or organization](https://github.com/apps/griptape-cloud/installations/new/) - Be sure to allow the app access to `All Repositories` or select the specific repositories you need -1. Create a [Structure Config YAML](structure-config.md) in your repository +1. Ensure your repository has a Structure Config YAML file + - To learn more see [Structure Config YAML](structure-config.md) -You can now [create a Structure](https://cloud.griptape.ai/structures/create) by providing your GitHub repository information. +You can now [create a Structure in the Griptape Cloud console](https://cloud.griptape.ai/structures/create) by providing your GitHub repository information. ### Quickstart With Samples and Templates -To get started with Structures in the Cloud, check out the [managed-structure-template](https://github.com/griptape-ai/managed-structure-template) or deploy one of the [griptape-sample-structures](https://github.com/griptape-ai/griptape-sample-structures/tree/main). +To get started with Structures in the Cloud, check out the [managed-structure-template on GitHub](https://github.com/griptape-ai/managed-structure-template) or deploy one of the [griptape-sample-structures from GitHub](https://github.com/griptape-ai/griptape-sample-structures/tree/main).