-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
release: 1.60.0 #225
release: 1.60.0 #225
Conversation
🤖 Release is at https://github.com/julep-ai/node-sdk/releases/tag/v1.60.0 🌻 |
WalkthroughThis PR enhances session management by introducing new document search interfaces: Changes
Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts belowEmoji Descriptions:
Interact with the Bot:
|
* Body param: | ||
*/ | ||
metadata_filter?: unknown; |
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.
Removing mmr_strength
parameter from TextOnlyDocSearchRequest
but keeping it in HybridDocSearchRequest
creates inconsistency. Either both should have it or neither should.
📝 Committable Code Suggestion
‼️ Ensure you review the code suggestion before committing it to the branch. Make sure it replaces the highlighted code, contains no missing lines, and has no issues with indentation.
* Body param: | |
*/ | |
metadata_filter?: unknown; | |
* Body param: | |
*/ | |
metadata_filter?: unknown; | |
mmr_strength?: number; |
Automated Release PR
1.60.0 (2025-02-24)
Full Changelog: v1.59.0...v1.60.0
Features
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
EntelligenceAI PR Summary
This update to version
1.60.0
introduces new document search interfaces:VectorDocSearch
,TextOnlyDocSearch
, andHybridDocSearch
, replacing the olderRecallOptions
. Themmr_strength
parameter has been removed from both the codebase and test cases, simplifying the session management system.