Skip to content

Commit

Permalink
fix: default import (run-llama#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 authored Jan 15, 2024
1 parent 2001eb7 commit 5d3bb66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/mean-glasses-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"llamaindex": patch
---

fix: class SimpleKVStore might throw error in ES module
2 changes: 1 addition & 1 deletion packages/core/src/storage/kvStore/SimpleKVStore.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as _ from "lodash";
import _ from "lodash";
import * as path from "path";
import { GenericFileSystem, exists } from "../FileSystem";
import { DEFAULT_COLLECTION, DEFAULT_FS } from "../constants";
Expand Down

0 comments on commit 5d3bb66

Please sign in to comment.