fix: export postprocessors in core (#1419)

This commit is contained in:
Thuc Pham
2024-11-01 13:40:37 +07:00
committed by GitHub
parent 00e681d43b
commit c7a918c3f5
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"llamaindex": patch
---
fix: export postprocessors in core
+1
View File
@@ -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";