feat: add file upload for materials (PDF/DOCX) with ingestion pipeline
This commit is contained in:
@@ -74,6 +74,9 @@ var i18n = {
|
||||
questionId: "질문 ID",
|
||||
starting: "시작 중…",
|
||||
grading: "채점 중…",
|
||||
uploadFile: "파일 업로드",
|
||||
uploadAndIngest: "업로드 및 수집",
|
||||
pasteTextToggle: "또는 텍스트 붙여넣기",
|
||||
ingesting: "수집 중…",
|
||||
generating: "생성 중…",
|
||||
questionsSuffix: "개 질문",
|
||||
@@ -159,6 +162,9 @@ var i18n = {
|
||||
questionId: "question id",
|
||||
starting: "Starting…",
|
||||
grading: "Grading…",
|
||||
uploadFile: "Upload file",
|
||||
uploadAndIngest: "Upload & ingest",
|
||||
pasteTextToggle: "Or paste text",
|
||||
ingesting: "Ingesting…",
|
||||
generating: "Generating…",
|
||||
questionsSuffix: "questions",
|
||||
|
||||
Reference in New Issue
Block a user