Skip to content
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

[Merged by Bors] - feat: KB type models add KBTags (NLU-864) #455

Closed
wants to merge 1 commit into from

Conversation

abuyak-vf
Copy link
Contributor

@abuyak-vf abuyak-vf commented Sep 27, 2023

Brief description. What is this change?

Add KBTag to KB models.

Implementation details. How do you make this change?

We plan to add tags to KB documents to filter by them. The work will be similar to how transcripts and adding tags work now. For this purpose, an entity called KBTag was added.

References to this entity have been added to the KnowledgeBase and KnowledgeBaseDocument entities:

  • KnowledgeBase - the link here is all available tags in the current KB that can be used to attach to documents;
  • KnowledgeBaseDocument - this is a list of tags associated with a specific document.

Setup information

N/A

Deployment Notes

N/A

Related Jira ticket

Related PRs

@abuyak-vf abuyak-vf force-pushed the abuyak/KL-add-KB-tags-models/NLU-864 branch from 149b7ef to b806a8e Compare September 29, 2023 01:07
@sonarcloud
Copy link

sonarcloud bot commented Sep 29, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

warning The version of Java (11.0.3) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

@DecathectZero
Copy link
Member

bors r+

bors-vf bot pushed a commit that referenced this pull request Oct 6, 2023
### Brief description. What is this change?

Add `KBTag` to KB models.
@bors-vf
Copy link

bors-vf bot commented Oct 6, 2023

Pull request successfully merged into master.

Build succeeded:

@bors-vf bors-vf bot changed the title feat: KB type models add KBTags (NLU-864) [Merged by Bors] - feat: KB type models add KBTags (NLU-864) Oct 6, 2023
@bors-vf bors-vf bot closed this Oct 6, 2023
@bors-vf bors-vf bot deleted the abuyak/KL-add-KB-tags-models/NLU-864 branch October 6, 2023 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants