Enhancements:
- New report Types: Vector -- Embeddings generation for semantic search. For example, you can search for feline to find cat or for equine to find horse. -- Creates a distinct list for a text column, if needed. -- Generates text embedding for each text value. -- Schedules the distinct list update and embedding generation -- Uses Oracle 23AI, Postgres pgVector and Pinecone for fast vector search. -- For databases that do not yet support vector data type and indexes CosineDistance function is provided. -- SQL Report provides Vector filter type for semantic search.
- New report Types: Markdown -- Markdown is useful for generating documentation and is simpler than HTML. It is also useful for interaction with LLMs. -- Simple Markdown editor and viewer
- Data Entry - Offload Folder for Binary/Blob data types (in case your users uploaded too many files into your database and you want to offload them to an external folder) -- Panel - Multiple Instance Support -- Time Support for Date Type Data types -- New Field Types: URL, Email, Time, Week, Month, Range, Color -- New List Type: Text (in addition to Table, SQL and Manual). Makes it easy to copy and past manual list -- Hide-When Diagram -- Grid Advanced Search: Search Panes and Column Search
- SQL Report -- Vector Filter Type -- VBS Export to Support Filter -- Filter Designer should load faster -- Grid Advanced Search: Search Panes and Column Search
- OLAP Report: Add Calculated Member: Specify Non-Empty Measure
- ROLAP Report: -- Ability to drop Properties to measures to get distinct Count
- SSIS: -- Option to stop users from running SSIS package when it is already running -- Added Help files
- Scheduler : ability to schedule Python, SSIS and Vector
- Admin -- Connection - ODBC Driver List based on the actual ODBC Drivers installed on the server - Vector DB (Pinecone) - PostgreSQL -- Settings - Login: Allow SSO only - Social Sign-ins: Microsoft Auth - Anthropic Key -- User: Allow SSO only
Data Table Upgraded to 2.1.6 (from 2.1.4)
Bug fixes :
Report Tree > Context Window Shows up at the very top after Chrome/Edge update Data Entry: - Multiple File Upload bug (Asynchronous file upload sometime causes bug it was changed to Synchronous file upload) - After Upload Trigger (Better Error handling) |