Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mongodb[patch]: Fix bug in mongodb storage.ts (#6361)
* Fix bug mongodb storage.ts When retrieving records the value was always JSON.stringified even if the value was already in JSON. As a result, MongoStore could not be used with standard retrievers like the ParentRetriever as it would always return documents with undefined for pageContent. * Update storage.ts --------- Co-authored-by: Jacob Lee <[email protected]>
- Loading branch information