Bellok commited on
Commit
1384c05
·
1 Parent(s): e26c40f
Files changed (1) hide show
  1. warbler_cda/retrieval_api.py +1 -1
warbler_cda/retrieval_api.py CHANGED
@@ -15,7 +15,7 @@ from enum import Enum
15
  class RetrievalMode(Enum):
16
  """Types of retrieval operations."""
17
 
18
- SEMANTIC_SIMILARITY = "semantic_similarity" # Find semantically similar content
19
  HYBRID_SEMANTIC_FRACTALSTAT = "hybrid_semantic_fractalstat" # Hybrid semantic + FractalStat scoring
20
  TEMPORAL_SEQUENCE = "temporal_sequence" # Retrieve by time sequence
21
  ANCHOR_NEIGHBORHOOD = "anchor_neighborhood" # Content around specific anchors
 
15
  class RetrievalMode(Enum):
16
  """Types of retrieval operations."""
17
 
18
+ SEMANTIC_SIMILARITY = "semantic_similarity" # Semantically similar content
19
  HYBRID_SEMANTIC_FRACTALSTAT = "hybrid_semantic_fractalstat" # Hybrid semantic + FractalStat scoring
20
  TEMPORAL_SEQUENCE = "temporal_sequence" # Retrieve by time sequence
21
  ANCHOR_NEIGHBORHOOD = "anchor_neighborhood" # Content around specific anchors