Skip to content

Commit c70ca7a

Browse files
committed
Apply Ben's suggestions: shorten SQL description, simplify setup intro
- Overview: SQL database bullet shortened to match actual storage scope - Database: simplify setup path intro sentence per Ben's suggestion
1 parent 0811e63 commit c70ca7a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/ROOT/pages/tinymceai-on-premises-database.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The AI service supports both MySQL and PostgreSQL equally. Pick whichever the op
3737

3838
== Choosing a setup path
3939

40-
Use Docker Compose for evaluation, managed cloud services (Amazon RDS, Cloud SQL, Azure Database) for production. All paths produce the same end state: a running database the AI service can connect to. Both MySQL and PostgreSQL are supported in every configuration.
40+
Use Docker Compose for evaluation or managed cloud services (Amazon RDS, Cloud SQL, Azure Database) for production.
4141

4242
[.text-center]
4343
image::tinymceai-on-premises/database-setup-fig-1.svg[Database setup decision tree: local Docker Compose vs managed cloud database for evaluation and production,width=100%]

modules/ROOT/pages/tinymceai-on-premises.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The infrastructure consists of three layers:
1414
* The *browser* runs the TinyMCE editor with the `tinymceai` plugin.
1515
* The *application layer* runs the token endpoint (which signs JWTs), the AI service container, and a load balancer or reverse proxy. It may consist of one or more AI service instances behind the load balancer (round-robin recommended). Each instance runs the same stateless container image.
1616
* The *data layer* consists of a SQL database, a Redis instance, and file storage:
17-
** *SQL database*: stores persistent data: configurations, conversations, files, and documents.
17+
** *SQL database*: stores persistent data such as configurations and conversations.
1818
** *Redis*: caching and coordination (SSE delivery, rate limits, pub/sub). Enables the AI service to remain stateless.
1919
** *File storage*: stores uploaded files and documents (S3, Azure Blob, filesystem, or the database itself).
2020

0 commit comments

Comments
 (0)