3 lines
76 B
Python
3 lines
76 B
Python
from typing import Literal
|
|
|
|
SearchType = Literal["vector", "fts", "hybrid"]
|