fix: Add missing pg_connection_pool_min param to Postgres accelerator docs
The pg_connection_pool_min parameter (default: 5) was added in v1.8.0
but was never documented on the Postgres accelerator page.
2 days ago
Check in versioned docs and remove generate-versions script (#1386)
* Check in versioned docs and remove generate-versions script
Transition from per-branch versioning to all versions checked in.
Generated versioned docs from release branches 1.5 through 1.11.
Removed generate-versions.sh and updated .gitignore.
* Remove generate-versions script from build workflow
Versioned docs are now checked in directly. Remove the script
invocation from package.json build, drop the fetch-depth: 0 from CI
(no longer needed), and update README to reflect the new process.
a month ago
fix: Remove duplicate Cayenne entry and add missing engine modes
- Removed duplicate cayenne row from data-accelerators index table
- Updated Cayenne engine modes from `file` only to `file`, `file_create`,
and `file_update` in all doc versions (current, 1.11.x, 1.10.x)
- Updated cayenne.md configuration description to reflect all supported
modes in all doc versions
a day ago
fix: Clarify DuckDB connection_pool_size default is dynamic
The default connection_pool_size for DuckDB acceleration is not a
static 10 — it is max(10, number of datasets sharing the same
DuckDB file). This matters for capacity planning when multiple
datasets accelerate into a shared DuckDB file.
9 hours ago
fix: Remove duplicate Cayenne entry and add missing engine modes
- Removed duplicate cayenne row from data-accelerators index table
- Updated Cayenne engine modes from `file` only to `file`, `file_create`,
and `file_update` in all doc versions (current, 1.11.x, 1.10.x)
- Updated cayenne.md configuration description to reflect all supported
modes in all doc versions
a day ago
Check in versioned docs and remove generate-versions script (#1386)
* Check in versioned docs and remove generate-versions script
Transition from per-branch versioning to all versions checked in.
Generated versioned docs from release branches 1.5 through 1.11.
Removed generate-versions.sh and updated .gitignore.
* Remove generate-versions script from build workflow
Versioned docs are now checked in directly. Remove the script
invocation from package.json build, drop the fetch-depth: 0 from CI
(no longer needed), and update README to reflect the new process.
a month ago
Improve documentation formatting for clarity and consistency (#1389)
* Refine documentation across various sections for clarity and consistency
- Updated descriptions in datasets, models, runtime, and views documentation to enhance readability and precision.
- Improved explanations regarding retry mechanisms and refresh attempts in acceleration settings.
- Clarified the purpose and functionality of the `WITH` clause in SQL documentation.
- Enhanced troubleshooting guidance with detailed common issues and solutions for dataset loading, query performance, and AI chat results.
- Revised use case descriptions for agentic apps, edge AI, federated MCP server, object-store AI engine, and more to improve clarity and impact.
- Streamlined language throughout the documentation to ensure consistency and better user understanding.
* Improve documentation formatting for clarity and consistency across multiple sections
* Apply suggestion from @lukekim
* Update documentation links for consistency and clarity across multiple sections
a month ago