fix: export llama reader in non-nodejs runtime (#1279)

This commit is contained in:
Alex Yang
2024-09-30 16:13:07 -07:00
committed by GitHub
parent df83e32107
commit 1d9e3b1000
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"llamaindex": patch
---
fix: export llama reader in non-nodejs runtime
+5
View File
@@ -1,3 +1,8 @@
export {
LlamaParseReader,
type Language,
type ResultType,
} from "@llamaindex/cloud/reader";
export * from "@llamaindex/core/agent";
export * from "@llamaindex/core/chat-engine";
export {