Skip to content
Snippets Groups Projects
Unverified Commit 1dce275a authored by Alex Yang's avatar Alex Yang Committed by GitHub
Browse files

fix: export `StorageContext` on edge runtime (#793)

parent d10533ef
No related branches found
No related tags found
No related merge requests found
---
"llamaindex": patch
---
fix: export `StorageContext` on edge runtime
......@@ -27,6 +27,7 @@ export * from "./objects/index.js";
export * from "./postprocessors/index.js";
export * from "./prompts/index.js";
export * from "./selectors/index.js";
export * from "./storage/StorageContext.js";
export * from "./synthesizers/index.js";
export * from "./tools/index.js";
export * from "./types.js";
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