Skip to content

Commit bc69b03

Browse files
committed
docs: add conversation states
1 parent f913fe1 commit bc69b03

File tree

3 files changed

+25
-64
lines changed

3 files changed

+25
-64
lines changed

content/docs/introduction/autoscaling-architecture.md

Lines changed: 0 additions & 59 deletions
This file was deleted.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Conversation States
3+
subtitle: Learn about conversation states in GibsonAI
4+
enableTableOfContents: true
5+
updatedOn: '2024-08-19T14:50:59.585Z'
6+
---
7+
8+
GibsonAI maintains conversation states to ensure a seamless and contextual interaction experience:
9+
10+
## Context Preservation
11+
12+
GibsonAI remembers previous interactions, allowing you to refine or expand your database requirements without starting from scratch.
13+
14+
## Workflow Management
15+
16+
Transition smoothly between tasks such as designing, deploying, or scaling your database.
17+
18+
## Persistent Data
19+
20+
Your project data and configurations are saved securely, so you can resume your work at any time.

content/docs/sidebar.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,11 @@
214214
- title: Architecture
215215
icon: architecture
216216
slug: introduction/architecture-overview
217-
# items:
218-
# - title: Overview
219-
# slug: introduction/architecture-overview
220-
# - title: Autoscaling
221-
# slug: introduction/autoscaling-architecture
217+
items:
218+
- title: Overview
219+
slug: introduction/architecture-overview
220+
- title: Conversation States
221+
slug: introduction/conversation-state
222222
# - title: Compute lifecycle
223223
# slug: introduction/compute-lifecycle
224224
# - title: High availability

0 commit comments

Comments
 (0)