UNPKG

@roadiehq/rag-ai

Version:

141 lines (74 loc) 2.93 kB
# @roadiehq/rag-ai ## 1.2.0 ### Minor Changes - f215405: Upgrade to 1.40.2 ## 1.1.9 ### Patch Changes - 27d5559: The `rag-ai` plugins are no longer being actively maintained. ## 1.1.8 ### Patch Changes - a83e7e9: Tidy unused plugin depdendencies. ## 1.1.7 ### Patch Changes - cdd962d: Improve error messaging for frontend by exposing backend api error when query fails ## 1.1.6 ### Patch Changes - 3e4965f: Add max retries to embeddings to prevent forever loop in case of errors. ## 1.1.5 ### Patch Changes - 629d2b1: Add event handler for usage event type. Logs usage information to the console on debug level. ## 1.1.4 ### Patch Changes - 74c738f: Add some error handling for better messages on RAG AI modal. - 6847280: added keywords to all plugins ## 1.1.3 ### Patch Changes - 2718d81: Add link to Roadie in README ## 1.1.2 ### Patch Changes - 75fb301: Provide a default implementation of the RAG AI API client ## 1.1.1 ### Patch Changes - d6ae6e9: Release all packages to rollout new metadata ## 1.1.0 ### Minor Changes - b7c834e: **BREAKING** Added support for streaming responses ## 1.0.0 ### Major Changes - 01f842c: Add support for react 18, and release version 1. ## 0.2.7 ### Patch Changes - c0ae442: Added related TechDocs to the result ## 0.2.6 ### Patch Changes - fda2f1a: Refactored `RagModal` into `ControlledRagModal` and `UncontrolledRagModal` - fda2f1a: Added property `hotkey` to `RagModal` to make hotkey customizable - fda2f1a: Added `SidebarRagModal` ## 0.2.5 ### Patch Changes - ed73691: Added source `all` for querying all sources simultaneously ## 0.2.4 ### Patch Changes - bbf7702: Added a dropdown for selecting a source - 1e749b8: Added optional property `title` to component `RagModal` ## 0.2.3 ### Patch Changes - d02d5df: Upgrade to backstage 1.26.5 ## 0.2.2 ### Patch Changes - 793c35c: Filter out embeddings without metadata information when displaying additional data ## 0.2.1 ### Patch Changes - 7cd4bdf: version upgrade to 1.25.0 ## 0.2.0 ### Minor Changes - 7fa2871: Fixed rag-ai compatiblity with API requests authentication and service-to-service auth enabled apps ## 0.1.0 ### Minor Changes - 7b468fa: Open source and release Roadie RAG AI Backstage Plugin This commit introduces the Roadie RAG AI plugin to Backstage. It adds constructs, types and interfaces to enable additional enhancement of RAG AI functionality of Backstage entities, tech-docs, API docs and Tech Insights fact data. - Includes the initial end-to-end configuration - Adds frontend modal display to handle query UI - Introduces and document AI assistant configurations - Adds support for vendor-specific embedding implementations for AWS Bedrock and OpenAI Contains necessary documentation for new users configure and start using the functionality as well as enhance the integration compatibility with the existing Backstage infrastructure.