-
Notifications
You must be signed in to change notification settings - Fork 115
(feat/fix) [RHDHBUGS- 3302] using Markitdown for AI notebooks #4020
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
a9aa2d8
6723f22
8a7368a
1dea8a3
78a1dc9
6036f4f
550abcf
29196b1
6dd0e73
02e47c4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@red-hat-developer-hub/backstage-plugin-lightspeed-backend': minor | ||
| --- | ||
|
|
||
| bugfix - Notebooks routes 404 passthrough error resolved | ||
|
Comment on lines
+1
to
+5
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are we including this bug fix in this PR and I have missed it? Or is this leftover and needs to be removed to avoid another minor bump?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Lets remove this changeset if it is unused/not included in this PR to keep a clean history |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@red-hat-developer-hub/backstage-plugin-intelligent-assistant-backend': minor | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this should be a patch if it is a bugfix
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would say this is more of an enhancement, so that's why I put it as update, because I'm switching out a component to improve vector stores
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm on the side of if it isn't client facing / just internal then it should be a 'patch' but I will leave it up to you |
||
| --- | ||
|
|
||
| AI Notebooks will use markitdown to clean up data before vectorizing documents | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[high] changeset-target-error
Changeset targets '@red-hat-developer-hub/backstage-plugin-lightspeed-backend', which is not a package in this repository. The actual package is '@red-hat-developer-hub/backstage-plugin-intelligent-assistant-backend'. This changeset will either be silently ignored or cause a build error during release.
Suggested fix: Change the package name in the changeset to '@red-hat-developer-hub/backstage-plugin-intelligent-assistant-backend'.