mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-18 08:34:54 -04:00
fix: export llama reader in non-nodejs runtime (#1279)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"llamaindex": patch
|
||||
---
|
||||
|
||||
fix: export llama reader in non-nodejs runtime
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user