Compare commits

...

4 Commits

Author SHA1 Message Date
sweep-ai[bot] 228e014770 Merge main into sweep/fix-docstore-filename 2023-09-14 17:47:38 +00:00
sweep-ai[bot] 46aae9152a Merge main into sweep/fix-docstore-filename 2023-09-14 16:32:41 +00:00
sweep-ai[bot] 1903b6b948 Merge main into sweep/fix-docstore-filename 2023-09-14 03:49:28 +00:00
sweep-ai[bot] 47cc3ee841 Updated packages/core/src/storage/constants.ts 2023-09-12 14:04:31 +00:00
+1 -1
View File
@@ -1,7 +1,7 @@
export const DEFAULT_COLLECTION = "data";
export const DEFAULT_PERSIST_DIR = "./storage";
export const DEFAULT_INDEX_STORE_PERSIST_FILENAME = "index_store.json";
export const DEFAULT_DOC_STORE_PERSIST_FILENAME = "doc_store.json";
export const DEFAULT_DOC_STORE_PERSIST_FILENAME = "docstore.json";
export const DEFAULT_VECTOR_STORE_PERSIST_FILENAME = "vector_store.json";
export const DEFAULT_GRAPH_STORE_PERSIST_FILENAME = "graph_store.json";
export const DEFAULT_NAMESPACE = "docstore";