An administrative preview dashboard and testing harness designed to audit and benchmark the native Semantic Search text-splitting configurations in OutSystems Developer Cloud (ODC).
Because ODC's ingestion pipeline and PostgreSQL pgvector index are fully encapsulated inside platform-managed background cloud infrastructure , developers face a "black box" regarding how their data is structurally partitioned.
pgvector
This component lets you safely stress-test your ingestion strategy against high-volume test payloads (TestFile.md and TestFile.txt) using the SaveTestContent timer. It simulates all 4 native strategy behaviors (Smart, Fixed-Size, Sentence-Based, and Recursive) directly on an interactive UI. This enables you to inspect character splits, block sizes, and matching boundaries before committing data to a live vector index.
TestFile.md
TestFile.txt
SaveTestContent
Read the deep-dive research article that inspired this component: What ODC Actually Does When It Chunks Your Text
ODC Environment Dependency: The component is entirely dependent on native Semantic Search being actively provisioned and enabled in your ODC tenant instance to function.
Fixed Data Set Payload: The testing canvas is scoped to evaluate the pre-compiled sample resources (TestFile.md and TestFile.txt). It does not support custom ad-hoc documentation uploads directly via the UI interface.
Static Parameter Bounds: Simulation runs use standard ODC defaults (1000 character limits, 200 overlaps, and 1 sentence limits). It does not dynamically modify live database configuration tables out-of-the-box.
Asynchronous Index Latency: The component does not display results instantly; you must wait briefly for ODC’s asynchronous background cloud AI layer to finalize text processing after running the seeding timer.
Non-Production Testing Target: Designed purely as a design-time simulation and audit utility; it is not built to act as a production data pipeline or transformation tool.
Added page links on the menu
https://opensource.org/licenses/BSD-3-Clause