@roadiehq/rag-ai-node
Version:
103 lines (53 loc) • 2.06 kB
Markdown
@roadiehq/rag-ai-node
# 0.4.0
## Minor Changes
- 8ed88c3: **BREAKING** LangChain dependencies have been upgraded to their latest versions.
Since their API is not backwards compatible, you need to upgrade the dependencies in your project as well.
# 0.3.0
## Minor Changes
- c2274f9: Upgrade backstage version to `1.44.2`.
# 0.2.0
## Minor Changes
- f215405: Upgrade to 1.40.2
# 0.1.11
## Patch Changes
- 27d5559: The `rag-ai` plugins are no longer being actively maintained.
# 0.1.10
## Patch Changes
- a83e7e9: Tidy unused plugin depdendencies.
# 0.1.9
## Patch Changes
- 1cca13c: Improve support for new backend system
# 0.1.8
## Patch Changes
- 6847280: added keywords to all plugins
# 0.1.7
## Patch Changes
- 2718d81: Add link to Roadie in README
# 0.1.6
## Patch Changes
- d6ae6e9: Release all packages to rollout new metadata
# 0.1.5
## Patch Changes
- b7c834e: Updated @langchain dependencies
# 0.1.4
## Patch Changes
- f5bab23: Upgraded the langchain dependencies of the rag-ai plugins
# 0.1.3
## Patch Changes
- ed73691: Added source `all` for querying all sources simultaneously
# 0.1.2
## Patch Changes
- d02d5df: Upgrade to backstage 1.26.5
# 0.1.1
## Patch Changes
- 7cd4bdf: version upgrade to 1.25.0
# 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.