Skip to content

Commit

Permalink
Fix: Vector-db-based CDK - Updated unstructured file type and removed…
Browse files Browse the repository at this point in the history
… experimental from file type (#38722)
  • Loading branch information
bindipankhudi authored May 30, 2024
1 parent 2d194fa commit 700b170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Config(OneOfOptionConfig):

class UnstructuredFormat(BaseModel):
class Config(OneOfOptionConfig):
title = "Document File Type Format (Experimental)"
title = "Unstructured Document Format"
description = "Extract text from document formats (.pdf, .docx, .md, .pptx) and emit as one record per file."
discriminator = "filetype"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
"required": ["filetype"],
},
{
"title": "Document File Type Format (Experimental)",
"title": "Unstructured Document Format",
"type": "object",
"properties": {
"filetype": {
Expand Down

0 comments on commit 700b170

Please sign in to comment.