Skip to content
Snippets Groups Projects
Unverified Commit 24b4033d authored by Emanuel Ferreira's avatar Emanuel Ferreira Committed by GitHub
Browse files

feat: add result type json (#673)

parent 1115f83b
No related branches found
No related tags found
No related merge requests found
---
"llamaindex": patch
---
feat: add result type json
...@@ -3,7 +3,7 @@ import { filetypemime } from "magic-bytes.js"; ...@@ -3,7 +3,7 @@ import { filetypemime } from "magic-bytes.js";
import { Document } from "../Node.js"; import { Document } from "../Node.js";
import type { FileReader } from "./type.js"; import type { FileReader } from "./type.js";
type ResultType = "text" | "markdown"; type ResultType = "text" | "markdown" | "json";
/** /**
* Represents a reader for parsing files using the LlamaParse API. * Represents a reader for parsing files using the LlamaParse API.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment