Actions
Feature #353
openFeature #352: Prompt analytics tool overview
Semantic Processing Unit
Start date:
01/02/2026
Due date:
% Done:
0%
Estimated time:
Description
This unit is responsible for analysing the user-prompts and extract topics and main questions from these prompts.
This can be divided into two sections
- Embeddings (Transformer-based): Use sentence-transformers to convert existing user prompts into vector embeddings.
- Topic Discovery:
use bert Topic to analyse long texts and categorise them into topics
https://github.com/MaartenGr/BERTopic.
Updated by Ritwik Sinha about 2 months ago
- Copied to Feature #354: Skill graph generation added
Updated by Ritwik Sinha about 2 months ago
- Status changed from New to In Progress
Actions