Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Issue in BaseChunker.ts #49

Merged
merged 2 commits into from
Sep 4, 2023
Merged

Issue in BaseChunker.ts #49

merged 2 commits into from
Sep 4, 2023

Commits on Aug 30, 2023

  1. Issue in BaseChunker.ts

    createChunks function has an asynchronous operation running within a forEach loop. The async function inside forEach doesn't make the loop wait for the promise to resolve. As a result, the function would return an empty arrays of documents, ids, metadatas, before they are fully populated.
    Jaikant committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    43f5468 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. fix: add proposed code

    cachho committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    6634903 View commit details
    Browse the repository at this point in the history