GitHub Actions Bot
Changes from 'https://github.com/ggruber193/pubmed-central-semantic-search'
fe5e03c
raw
history blame contribute delete
145 Bytes
from enum import Enum
class DataFields(str, Enum):
SECTIONS = "sections"
SECTION_NAMES = "section_names"
ARTICLE_ID = "article_id"