-
Notifications
You must be signed in to change notification settings - Fork 280
additional aidb 4.0 additions #6722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
additional aidb 4.0 additions #6722
Conversation
advocacy_docs/edb-postgres-ai/ai-accelerator/capabilities/auto-processing.mdx
Outdated
Show resolved
Hide resolved
advocacy_docs/edb-postgres-ai/ai-accelerator/capabilities/auto-processing.mdx
Outdated
Show resolved
Hide resolved
In Background and Disabled modes, (auto) processing happens in batches of configurable size. Within each batch, | ||
|
||
## Change detection | ||
We designed AIDB auto-processing around change detection mechanisms for table and volume data sources. This allows us to only |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We designed AIDB auto-processing around change detection mechanisms for table and volume data sources. This allows us to only | |
AIDB auto-processing is designed around change detection mechanisms for table and volume data sources. This allows it to only |
(9 rows) | ||
``` | ||
|
||
The [change detection](#changedetection) mechanism is central to how auto-processing works. It is different for volume and table sources. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The [change detection](#changedetection) mechanism is central to how auto-processing works. It is different for volume and table sources. | |
The [change detection](#change-detection) mechanism is central to how auto-processing works. It is different for volume and table sources. |
advocacy_docs/edb-postgres-ai/ai-accelerator/capabilities/auto-processing.mdx
Outdated
Show resolved
Hide resolved
advocacy_docs/edb-postgres-ai/ai-accelerator/capabilities/auto-processing.mdx
Outdated
Show resolved
Hide resolved
advocacy_docs/edb-postgres-ai/ai-accelerator/capabilities/auto-processing.mdx
Outdated
Show resolved
Hide resolved
advocacy_docs/edb-postgres-ai/ai-accelerator/capabilities/auto-processing.mdx
Outdated
Show resolved
Hide resolved
We provide detailed status and progress output for all auto-processing modes. | ||
|
||
A good place to get an overview is the statistics table. | ||
Look up the view `aidb.knowledge_base_stats` or use its short alias `aidb.kbstat`. The table shows all configured knowledge base pipelines, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reference content for this table is missing.
…-processing.mdx Co-authored-by: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com>
…-processing.mdx Co-authored-by: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com>
…-processing.mdx Co-authored-by: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com>
…-processing.mdx Co-authored-by: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com>
…-processing.mdx Co-authored-by: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com>
…-processing.mdx Co-authored-by: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com>
d81d392
into
DOCS-1430--aidb-version-4-0
This PR wants to merge into main branch
DOCS-1430--aidb-version-4-0
/ #6689What Changed?
TODO: