feat: implement semantic search, knowledge unit extraction, and visualization components
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace NexusReader.Domain.Enums;
|
||||
|
||||
public enum KnowledgeUnitType
|
||||
{
|
||||
Section,
|
||||
Table,
|
||||
Definition,
|
||||
ProcedureStep,
|
||||
PolicyRule,
|
||||
KeyConcept,
|
||||
Snippet
|
||||
}
|
||||
Reference in New Issue
Block a user