feat: Use Badge.Ribbon to distinguish the teams to which the knowledge base belongs #2846 (#2891)

### What problem does this PR solve?

feat: Use Badge.Ribbon to distinguish the teams to which the knowledge
base belongs #2846

### Type of change

- [ ] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
This commit is contained in:
balibabu
2024-10-18 12:50:06 +08:00
committed by GitHub
parent ceecac69e9
commit 8fdfa0f669
4 changed files with 66 additions and 46 deletions

View File

@ -22,6 +22,7 @@ export interface IKnowledge {
update_time: number;
vector_similarity_weight: number;
embd_id: string;
nickname?: string;
}
export interface Parserconfig {