Skip to content
Snippets Groups Projects
Unverified Commit c7a918c3 authored by Thuc Pham's avatar Thuc Pham Committed by GitHub
Browse files

fix: export postprocessors in core (#1419)

parent 00e681d4
No related branches found
No related tags found
No related merge requests found
---
"llamaindex": patch
---
fix: export postprocessors in core
......@@ -51,6 +51,7 @@ export type {
export * from "@llamaindex/core/indices";
export * from "@llamaindex/core/llms";
export * from "@llamaindex/core/memory";
export * from "@llamaindex/core/postprocessor";
export * from "@llamaindex/core/prompts";
export * from "@llamaindex/core/query-engine";
export * from "@llamaindex/core/response-synthesizers";
......
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