Skip to content
Snippets Groups Projects
Commit 40a8f077 authored by Yi Ding's avatar Yi Ding
Browse files

updated exports for storage/index.ts

parent 65aaebe2
No related branches found
No related tags found
No related merge requests found
---
"llamaindex": patch
---
Update READMEs (thanks @andfk)
---
"llamaindex": patch
---
Bug: missing exports from storage (thanks @aashutoshrathi)
...@@ -2,6 +2,10 @@ export * from "./FileSystem"; ...@@ -2,6 +2,10 @@ export * from "./FileSystem";
export * from "./StorageContext"; export * from "./StorageContext";
export * from "./constants"; export * from "./constants";
export { SimpleDocumentStore } from "./docStore/SimpleDocumentStore"; export { SimpleDocumentStore } from "./docStore/SimpleDocumentStore";
export * from "./docStore/types";
export { SimpleIndexStore } from "./indexStore/SimpleIndexStore"; export { SimpleIndexStore } from "./indexStore/SimpleIndexStore";
export * from "./indexStore/types";
export { SimpleKVStore } from "./kvStore/SimpleKVStore";
export * from "./kvStore/types";
export { SimpleVectorStore } from "./vectorStore/SimpleVectorStore"; export { SimpleVectorStore } from "./vectorStore/SimpleVectorStore";
export * from "./vectorStore/types"; export * from "./vectorStore/types";
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