Skip to content

Commit

Permalink
add more words to links
Browse files Browse the repository at this point in the history
  • Loading branch information
emjay07 committed Aug 29, 2024
1 parent 2c86b22 commit f7425fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/griptape-cloud/data-sources/create-data-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).
11 changes: 6 additions & 5 deletions docs/griptape-cloud/structures/create-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit f7425fe

Please sign in to comment.