Skip to content

Commit

Permalink
fix: export postprocessors in core (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
thucpn authored Nov 1, 2024
1 parent 00e681d commit c7a918c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/purple-mangos-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"llamaindex": patch
---

fix: export postprocessors in core
1 change: 1 addition & 0 deletions packages/llamaindex/src/index.edge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit c7a918c

Please sign in to comment.