Update version to v0.0.74 (#825)

This commit is contained in:
Deshraj Yadav
2023-10-18 17:12:51 -07:00
committed by GitHub
parent 8b64deab40
commit b47405e1bd
7 changed files with 13 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ class IndirectDataType(Enum):
CSV = "csv"
MDX = "mdx"
IMAGES = "images"
UNSTRUCTURED = 'unstructured'
UNSTRUCTURED = "unstructured"
JSON = "json"