mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-25 19:37:29 +02:00
Add Enum File (#1842)
This commit is contained in:
6
backend/shared_configs/enums.py
Normal file
6
backend/shared_configs/enums.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
from enum import Enum
|
||||||
|
|
||||||
|
|
||||||
|
class EmbedTextType(str, Enum):
|
||||||
|
QUERY = "query"
|
||||||
|
PASSAGE = "passage"
|
Reference in New Issue
Block a user