We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The ObjectWithScore class doesn't seem to be exported in package:objectbox/objectbox.dart.
ObjectWithScore
package:objectbox/objectbox.dart
The class should be exported from the public library.
Currently, you can only access ObjectWithScore if you import the private library:
import 'package:objectbox/src/native/query/vector_search_results.dart' show ObjectWithScore;
The text was updated successfully, but these errors were encountered:
Thank you so much! Totally missed this because I postponed writing the example project.
A fix is available internally (objectbox/objectbox-dart!85), will ship with the next release.
objectbox/objectbox-dart!85
Sorry, something went wrong.
Merge branch 'gh-637-export-with-score-wrappers' into 'main'
61a04a7
Regression: export with score wrapper classes GH#637 See merge request objectbox/objectbox-dart!85
Release 4.0.1 is available which fixes this issue.
4.0.1
To update to this release, for a Flutter project run flutter pub upgrade or for a Dart Native project dart pub upgrade.
flutter pub upgrade
dart pub upgrade
Awesome, thanks for the quick fix.
I'll update it at davidmigloz/langchain_dart#438 (we plan to release it this week)
greenrobot-team
No branches or pull requests
Is there an existing issue?
Build info
Steps to reproduce
The
ObjectWithScore
class doesn't seem to be exported inpackage:objectbox/objectbox.dart
.Expected behavior
The class should be exported from the public library.
Actual behavior
Currently, you can only access
ObjectWithScore
if you import the private library:The text was updated successfully, but these errors were encountered: