Feat/delete single dataset retrival (#6570)
This commit is contained in:
8
api/core/rag/rerank/constants/rerank_mode.py
Normal file
8
api/core/rag/rerank/constants/rerank_mode.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class RerankMode(Enum):
|
||||
|
||||
RERANKING_MODEL = 'reranking_model'
|
||||
WEIGHTED_SCORE = 'weighted_score'
|
||||
|
||||
Reference in New Issue
Block a user