diff --git a/changelog.mdx b/changelog.mdx index f8bf247c5..5e490ea6d 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -5,6 +5,81 @@ rss: true noindex: true --- + + +## Major features + +- **Agentic search**: Added agentic search functionality with tool calling capabilities for improved search accuracy and context-aware responses +- **RAG CLI**: New command-line interface for RAG operations with comprehensive README, demo video, and enhanced functionality +- **N8N integration**: Released n8n-nodes-trieve with native parameter handling and improved workflow integration +- **Tool configuration**: Added tool configuration to dashboard with search tool settings and customizable options +- **Audio transcription**: New audio transcription route for voice-to-text functionality in search component + +## Authentication and security + +- **Auth0 support**: Updated openid-connect to support authentication through Auth0 domains +- **OAuth improvements**: Enhanced OAuth configuration with better error handling and redirect management +- **Security enhancements**: Improved clickhouse analytics query security and robustness + +## Search and RAG improvements + +- **Autocomplete deduplication**: Added group-based deduplication for autocomplete with API key filtering +- **Context window configuration**: Set number of messages to include with context window +- **Custom model support**: Allow users to pass custom models for RAG on specified chunks +- **Search query responses**: Added search query to agentic search responses for better transparency + +## Infrastructure and performance + +- **Terraform simplification**: Simplified Trieve AWS terraform for easier cloud-native installation +- **EKS updates**: Updated aws-eks module with IAM roles for cluster add-ons and GPU node selectors +- **CI pipeline optimization**: Refactored CI pipeline to use matrix builds with optimized images +- **Rust version standardization**: Updated all Dockerfile rust images to version 1.87 +- **Payload size increase**: Increased payload size limit to 1GB for large file handling + +## Dashboard and UI improvements + +- **Queue monitoring**: Added queue length display in dashboard with new get queue length route +- **Tag configuration**: Auto-configure tag options for better organization +- **Settings organization**: Abstract block builder into generic component with consistent filter settings +- **URL state management**: Put settings tab selection in URL params for better navigation + +## Shopify integration + +- **Error handling**: Enhanced error handling in client and server API fetchers +- **Policy refresh**: Improved Shopify policies refresh and search integration +- **Loading improvements**: Better loading spinner behavior during product ingestion +- **Filter settings**: Added not filter settings to Shopify extension + +## Website and content + +- **Blog posts**: Added posts on agentic RAG, future of work, and Agentic RAG tutorial for PDFs +- **YouTube integration**: Added YouTube embed component for video content +- **Product images**: Updated product images to designer photos +- **Ecommerce redirect**: Added redirect for ecommerce page + +## Developer experience + +- **Sync-qdrant improvements**: Added finished collection print for better visibility +- **Error logging**: Enhanced error logging for pdf2md response handling +- **Timeout extensions**: Extended timeout duration for specific API endpoints +- **SDK releases**: Released TypeScript SDK v0.0.117 and search-component v0.4.82 + +## Bug fixes + +- **Gitattributes**: Fixed TypeScript and JavaScript file detection +- **Subtrace update**: Updated subtrace dependency to b314 +- **Redoc errors**: Fixed redoc rendering issues +- **Linting**: Resolved various linting errors across codebase +- **Image handling**: Fixed reference image usage for editing (limited to three images) +- **Serialization**: Prevented double delimiter in JSON stringification for agentic search responses + +## Analytics and monitoring + +- **Clickhouse integration**: Added back clickhouse and other create message settings to agentic search +- **Docker cleanup**: Removed analytics from docker-compose for cleaner setup + + + ## New features