Spaces:
Running
on
Zero
Running
on
Zero
Bellok
commited on
Commit
·
1384c05
1
Parent(s):
e26c40f
again
Browse files
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" #
|
| 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
|