Skip to content

Commit 18ba2bf

Browse files
authored
nits (#4511)
1 parent 0513e69 commit 18ba2bf

File tree

8 files changed

+27
-27
lines changed

8 files changed

+27
-27
lines changed

_partials/_cloud-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ You create a $ACCOUNT_LONG to manage your $SERVICE_SHORTs and data in a centrali
44

55
<Tabs label="Create a Tiger Cloud account" persistKey="source-cloud">
66

7-
<Tab title="Tiger" label="tiger-cloud">
7+
<Tab title="Tiger Cloud" label="tiger-cloud">
88

99
You create a standalone account to manage $CLOUD_LONG as a separate unit in your infrastructure, which includes separate billing and invoicing.
1010

_partials/_devops-cli-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ environmental variables:
5454
- `TIGER_API_URL`: $REST_LONG base endpoint (default: https://console.cloud.timescale.com/public/api/v1)
5555
- `TIGER_CONSOLE_URL`: URL to $CONSOLE (default: https://console.cloud.timescale.com)
5656
- `TIGER_GATEWAY_URL`: URL to the $CONSOLE gateway (default: https://console.cloud.timescale.com/api)
57-
- `TIGER_DOCS_MCP`: enable/disable docs MCP proxy (default: true)
57+
- `TIGER_DOCS_MCP`: enable/disable docs MCP proxy (default: `true`)
5858
- `TIGER_DOCS_MCP_URL`: URL to the $MCP_SHORT for $COMPANY docs (default: https://mcp.tigerdata.com/docs)
5959
- `TIGER_SERVICE_ID`: ID for the $SERVICE_SHORT updated when you call $CLI_SHORT commands
6060
- `TIGER_ANALYTICS`: enable or disable analytics (default: `true`)
6161
- `TIGER_PASSWORD_STORAGE`: password storage method (keyring, pgpass, or none)
6262
- `TIGER_DEBUG`: enable/disable debug logging (default: `false`)
63-
- `TIGER_COLOR`: Set to `false` to disable colored output (default: `true`)
63+
- `TIGER_COLOR`: set to `false` to disable colored output (default: `true`)
6464

6565

6666
- **Authentication parameters**

ai/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ tags: [ai, vector, agents, assistants]
88

99
# Integrate AI with Tiger Data
1010

11-
You can build and deploy AI assistants that understand, analyze, and act on your organizational data using
11+
You can build and deploy AI Assistants that understand, analyze, and act on your organizational data using
1212
$COMPANY. Whether you're building semantic search applications, recommendation systems, or intelligent agents
1313
that answer complex business questions, $COMPANY provides the tools and infrastructure you need.
1414

1515
$COMPANY's AI ecosystem combines $PG with advanced vector capabilities, intelligent agents, and seamless
16-
integrations. Your AI assistants can:
16+
integrations. Your AI Assistants can:
1717

1818
- Access organizational knowledge from Slack, GitHub, Linear, and other data sources
1919
- Understand context using advanced vector search and embeddings across large datasets
@@ -43,7 +43,7 @@ You get:
4343
- Integration with specialized data sources through MCP servers
4444
- Complete observability and monitoring with Logfire
4545

46-
Use $AGENTS_SHORT when you need reliable, customizable AI agents for high-volume conversations.
46+
Use $AGENTS_LONG when you need reliable, customizable AI agents for high-volume conversations.
4747

4848
## $MCP_SHORT for direct AI Assistant integration
4949

ai/mcp-server.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ resources in your $ACCOUNT_LONG through the $MCP_LONG using your AI Assistant.
2727

2828
<RESTPrereqs />
2929

30-
* An AI Assistant installed on your developer device with an active API key
30+
* Install an AI Assistant on your developer device with an active API key.
3131

32-
The following AI Assistants are automatically configured by the $MCP_LONG: `claude-code`, `cursor`, `windsurf`, `codex`, `gemini/gemini-cli`, `vscode/code/vs-code`
32+
The following AI Assistants are automatically configured by the $MCP_LONG: `claude-code`, `cursor`, `windsurf`, `codex`, `gemini/gemini-cli`, `vscode/code/vs-code`.
3333
You can also [manually configure][manual-config] $MCP_SHORT.
3434

3535
## Install and configure $MCP_SHORT
@@ -189,7 +189,7 @@ That beats working. Let the $MCP_SHORT do it all for you.
189189
190190
## Manually configure the $MCP_SHORT
191191
192-
If your MCP client is not supported by `tiger mcp install`. follow the client's instructions to install
192+
If your MCP client is not supported by `tiger mcp install`, follow the client's instructions to install
193193
MCP servers. For example, many clients use a JSON file like the following that use `tiger mcp start` to
194194
start $MCP_LONG:
195195

ai/tiger-agents-for-work.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ your specific needs.
3434

3535
<PrereqAccount />
3636

37-
* The [uv package manager][uv-install]
38-
* An [Anthropic API key][claude-api-key]
39-
* Optional: [Logfire token][logfire]
37+
* Install the [uv package manager][uv-install]
38+
* Get an [Anthropic API key][claude-api-key]
39+
* Optional: get a [Logfire token][logfire]
4040

4141
## Create a Slack app
4242

@@ -105,7 +105,7 @@ You have created a Slack app and obtained the necessary tokens for $AGENTS_SHORT
105105
## Install and configure your $AGENTS_SHORT instance
106106

107107
$AGENTS_LONG are a production-ready library and CLI written in Python that you use to create Slack-native AI agents.
108-
This section shows you how to configure a $AGENTS_SHORT to connect to your Slack app, and give them access to your
108+
This section shows you how to configure a $AGENTS_SHORT to connect to your Slack app, and give it access to your
109109
data and analytics stored in $CLOUD_LONG.
110110

111111
<Procedure>
@@ -180,7 +180,7 @@ data and analytics stored in $CLOUD_LONG.
180180
If you open the explorer in [$CONSOLE][portal-ops-mode], you can see the tables used by your $AGENTS_SHORT.
181181

182182
1. In Slack, open a public channel app and ask $AGENTS_SHORT a couple of questions. You see the response in your
183-
public channel and log messages in the Terminal.
183+
public channel and log messages in the terminal.
184184

185185
![Query Tiger Agent](https://assets.timescale.com/docs/images/tiger-agent/query-in-terminal.png)
186186

@@ -212,7 +212,7 @@ your users need. For example, to add the $COMPANY MCP server to your $AGENTS_SHO
212212
"allow_sampling": false
213213
},
214214
```
215-
To avoid errors, delete all entries in `mcp_config.json` with invalid URLS. For example the `github` entry with `http://github-mcp-server/mcp`.
215+
To avoid errors, delete all entries in `mcp_config.json` with invalid URLs. For example the `github` entry with `http://github-mcp-server/mcp`.
216216

217217
1. **Restart your $AGENTS_SHORT**
218218
```bash
@@ -242,7 +242,7 @@ To change the way your $AGENTS_SHORTs interact with users in your Slack app:
242242
1. **Update the prompt**
243243

244244
For example, in `prompts/system_prompt.md`, add another item in the `Response Protocol` section to fine tune
245-
the behaviour of your $AGENTS_SHORTs. For example:
245+
the behavior of your $AGENTS_SHORTs. For example:
246246
```shell
247247
5. Be snarky but vaguely amusing
248248
```

ai/tiger-eon.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,30 @@ import PrereqAccount from "versionContent/_partials/_prereqs-cloud-project-and-s
1212

1313
Your business already has the answers in Slack threads, GitHub pull requests, Linear tasks, your own docs, Salesforce
1414
service tickets, anywhere you store data. However, those answers are scattered, hard to find, and often forgotten.
15-
$EON_LONG automatically integrates $AGENTS_LONG with your organizational data so you can let AI assistants analyse your
15+
$EON_LONG automatically integrates $AGENTS_LONG with your organizational data so you can let AI Assistants analyze your
1616
company data and give you the answers you need. For example:
1717
- What did we ship last week?
1818
- What's blocking the release?
1919
- Summarize the latest GitHub pull requests.
2020

21-
$EON_SHORT responds instantly, pulling from the tools you already use. No new UI, no new workflow just answers in Slack.
21+
$EON_SHORT responds instantly, pulling from the tools you already use. No new UI, no new workflow, just answers in Slack.
2222

2323
![Query Tiger Agent](https://assets.timescale.com/docs/images/tiger-eon-big-question.png)
2424

2525
$EON_LONG:
2626

27-
- **Unlocks hidden value**: your data in Slack, GitHub, and Linear already contain the insights you need. $EON_SHORT makes them accessible.
27+
- **Unlocks hidden value**: your data in Slack, GitHub, and Linear already contains the insights you need. $EON_SHORT makes them accessible.
2828
- **Enables faster decisions**: no need to search or ask around, you get answers in seconds.
2929
- **Is easy to use**: $EON_SHORT runs a $AGENTS_SHORT and MCP servers statelessly in lightweight Docker containers.
3030
- **Integrates seamlessly with $CLOUD_LONG**: $EON_SHORT uses a $SERVICE_LONG so you securely and reliably store
3131
your company data. Prefer to self-host? Use a [$PG instance with $TIMESCALE_DB][install-self-hosted].
3232

33-
$EON_LONGs real-time ingestion system connects to Slack and captures everything: every message, reaction, edit, and
33+
$EON_LONG's real-time ingestion system connects to Slack and captures everything: every message, reaction, edit, and
3434
channel update. It can also process historical Slack exports. $EON_SHORT had instant access to years
3535
of institutional knowledge from the very beginning.
3636

3737
All of this data is stored in your $SERVICE_LONG as time-series data: conversations are events unfolding over time,
38-
and $CLOUD_LONG is purpose-built for precisely this. Your data is optimized by
38+
and $CLOUD_LONG is purpose-built for precisely this. Your data is optimized by:
3939

4040
- Automatically partitioning the data into 7-day chunks for efficient queries
4141
- Compressing the data after 45 days to save space
@@ -72,7 +72,7 @@ and runs the following components for you:
7272

7373
All local components are run in lightweight Docker containers via Docker Compose.
7474

75-
This section shows you how to run the $EON_SHORT setup to configure $EON_SHORT to connect to your Slack app, and give them access to your
75+
This section shows you how to run the $EON_SHORT setup to configure $EON_SHORT to connect to your Slack app, and give it access to your
7676
data and analytics stored in $CLOUD_LONG.
7777

7878
<Procedure>
@@ -122,14 +122,14 @@ data and analytics stored in $CLOUD_LONG.
122122
1. In the Slack `Create app from manifest` window, paste the manifest.
123123
1. Click `Next`, then click `Create`.
124124

125-
1. Configure an app-level token
125+
1. Configure an app-level token:
126126

127127
1. In your app settings, go to `Basic Information`.
128128
1. Scroll to `App-Level Tokens`.
129129
1. Click `Generate Token and Scopes`.
130130
1. Add a `Token Name`, then click `Add Scope` add `connections:write`, then click `Generate`.
131131
1. Copy the `xapp-*` token and click `Done`.
132-
1. In terminal, paste the token, then press `Enter`.
132+
1. In the terminal, paste the token, then press `Enter`.
133133

134134
1. Configure a bot user OAuth token:
135135

@@ -138,7 +138,7 @@ data and analytics stored in $CLOUD_LONG.
138138
1. In your app settings, under `Settings`, click `Install App`.
139139
1. Click `Install to <workspace name>`, then click `Allow`.
140140
1. Copy the `xoxb-` Bot User OAuth Token locally.
141-
1. In terminal, paste the token, then press `Enter`.
141+
1. In the terminal, paste the token, then press `Enter`.
142142

143143
1. **Create the $EON_SHORT Slack app**
144144

getting-started/get-started-devops-as-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import CLIGS from "versionContent/_partials/_devops-cli-get-started.mdx";
1919
# DevOps as code with $CLOUD_LONG
2020

2121
$COMPANY supplies a clean, programmatic control layer for $CLOUD_LONG. This includes RESTful APIs and CLI commands
22-
that enable humans, machines, and AI agents easily provision, configure, and manage $SERVICE_LONG programmatically.
22+
that enable humans, machines, and AI agents easily provision, configure, and manage $SERVICE_LONGs programmatically.
2323

2424
<Tabs label="Setup your DevOps tooling" persistKey="devops-platform">
2525

integrations/find-connection-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Find the connection details based on your deployment type:
1919

2020
<Tabs label="Connection details" persistKey="source-database">
2121

22-
<Tab title="Tiger" label="tiger-cloud">
22+
<Tab title="Tiger Cloud" label="tiger-cloud">
2323

2424
## Connect to your service
2525

0 commit comments

Comments
 (0)