-
Notifications
You must be signed in to change notification settings - Fork 4
Documentation
Raphael Waltenspül edited this page Apr 17, 2024
·
34 revisions
flowchart LR
p[ ] --Retrievable--> Segmenter --Retrievable--> s[ ]
style p fill:#0000,stroke:#0000,stroke-width:0px
style s fill:#0000,stroke:#0000,stroke-width:0px
The PassThroughSegmenter
"pass": {
"type": "SEGMENTER",
"factory": "PassThroughSegmenter"
}The FixedDurationSegmenter
flowchart LR
p --> FixedDurationSegmenter --> s
"seg": {
"type": "SEGMENTER",
"factory": "FixedDurationSegmenter",
"parameters": {
"duration": "10",
"lookAheadTime": "1"
}
}flowchart LR
p[ ] --Retrievable--> Aggregator --Retrievable--> s[ ]
style p fill:#0000,stroke:#0000,stroke-width:0px
style s fill:#0000,stroke:#0000,stroke-width:0px
The 'AllContentAggregator'
"allContent": {
"type": "AGGREGATOR",
"factory": "AllContentAggregator"
}Found an issue in the wiki? Post it!
Have a question? Ask it
Disclaimer: Please keep in mind, vitrivr and vitrivr-engine are predominantly research prototypes.