mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-20 13:05:49 +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