Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.1[patch]: update 0.1 branch with main changes #5344

Merged
merged 4 commits into from
May 13, 2024
Merged

0.1[patch]: update 0.1 branch with main changes #5344

merged 4 commits into from
May 13, 2024

Conversation

bracesproul
Copy link
Collaborator

No description provided.

nfcampos and others added 2 commits May 13, 2024 10:28
…apped function returns one (#5342)

* core: RunnableLambda should consume async iterator if the wrapped function returns one

* Consume iterators too

* Add tests

* Dont interpret arrays/sets/etc as iterators

* Implement in invoke too

* Fix async storage propagation

* Handle any async iterable

* Add more tests
* feat: add delete by filter

* feat: return added document ids

* fix: delete by id

* test: update integration tests

* feat: add automatic index creation

* Update azure_cosmosdb.ts

* refactor: separate ids and filter params for delete()

* refactor: use a single param for delete

* test: fix unit tests

* Address feedback

---------

Co-authored-by: Jacob Lee <jacoblee93@gmail.com>
Copy link

vercel bot commented May 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchainjs-api-refs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2024 10:26pm
langchainjs-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2024 10:26pm

@vercel vercel bot temporarily deployed to Production – langchainjs-api-refs May 13, 2024 22:13 Inactive
@bracesproul bracesproul marked this pull request as ready for review May 13, 2024 22:13
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. auto:improvement Medium size change to existing code to handle new use-cases labels May 13, 2024
This reverts commit db5ab3f, reversing
changes made to 2b3b194.
@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. and removed size:L This PR changes 100-499 lines, ignoring generated files. labels May 13, 2024
@@ -4,13 +4,14 @@ import {
Document as MongoDBDocument,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there! 👋 I've flagged the recent change in the PR for maintainers to review, as it appears to add an import for accessing environment variables via getEnvironmentVariable. It's important to ensure that any access to environment variables is handled securely. Let me know if you need further assistance with this!

@bracesproul bracesproul changed the title update 0.1 branch with main changes 0.1[patch]: update 0.1 branch with main changes May 13, 2024
@bracesproul bracesproul merged commit 444d319 into v0.1 May 13, 2024
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:improvement Medium size change to existing code to handle new use-cases size:XL This PR changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants