-
Notifications
You must be signed in to change notification settings - Fork 16.8k
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
partners/mongodb: Improved search index commands #24745
partners/mongodb: Improved search index commands #24745
Conversation
… waits for free clusters and tests.
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
@efriis I'll discuss with my team how best to make tests non-trivial in the morning and get back to you. |
…e 2nd set of cases
Ok. Added an additional exception to pytest.raises. That's sufficient to capture all cases that I want to test that shouldn't work. |
… to capture 2nd set of cases
@efriis If you have a spare minute, would you please merge this? It will make the Retrievers one cleaner. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just updated some kwargs to be keyword only (to avoid a breaking change in future of reordering positionals on things that should be kw-only)
Thanks, @efriis . Appreciate the review and additional commits. |
Hardens index commands with try/except for free clusters and optional waits for syncing and tests. [efriis](https://github.com/efriis) These are the upgrades to the search index commands (CRUD) that I mentioned. --------- Co-authored-by: Erick Friis <erick@langchain.dev>
Hardens index commands with try/except for free clusters and optional waits for syncing and tests.
efriis These are the upgrades to the search index commands (CRUD) that I mentioned.