chore(api/core): apply ruff reformatting (#7624)
This commit is contained in:
@@ -2,9 +2,9 @@ from enum import Enum
|
||||
|
||||
|
||||
class RetrievalMethod(Enum):
|
||||
SEMANTIC_SEARCH = 'semantic_search'
|
||||
FULL_TEXT_SEARCH = 'full_text_search'
|
||||
HYBRID_SEARCH = 'hybrid_search'
|
||||
SEMANTIC_SEARCH = "semantic_search"
|
||||
FULL_TEXT_SEARCH = "full_text_search"
|
||||
HYBRID_SEARCH = "hybrid_search"
|
||||
|
||||
@staticmethod
|
||||
def is_support_semantic_search(retrieval_method: str) -> bool:
|
||||
|
Reference in New Issue
Block a user