Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes Redundant existence checks during
addVdb
#17 by adding docs about this case, no need for more countermeasures for this as it is a reaaaallly edge case & doesnt really matter outside a serverless setting.Fixes Add
post
return data types withinclient/client.ts
#16Fixes Notify if
addVdb
was not called and thusvectorStore
is undefined #6 by adding checks withinbatch
andaddSignal
functions.Fixes Do not use Parcel for building #10 by using Parcel with much better settings (w.r.t readability of errors thrown from the bundled code)
Fixes
addSignal
return type #13 by returning the following type instead of just a boolean (forsuccess
):more coming soon.