Build against Drivine 0.0.79 - #80
Merged
Merged
Conversation
Drivine 0.0.79 replaced VectorIndexSpec's 5-arg constructor with an 8-arg one (hnswM, hnswEfConstruction, engineOptions). embabel-agent-rag-graph and embabel-chat-store already publish against 0.0.79, so a consumer that puts them on one classpath with dice-storage hit a NoSuchMethodError at context load — whichever Drivine won, the other side's call site was gone. propositionVectorIndexSpec passes named arguments and leaves the new parameters defaulted, so the bump is source-compatible. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014bVjwe3rqRZ5wp9ov6q2Ki
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Drivine 0.0.79 replaced
VectorIndexSpec's 5-arg constructor with an 8-arg one (hnswM,hnswEfConstruction,engineOptions).embabel-agent-rag-graphandembabel-chat-storealready publish against 0.0.79, whiledice-storagewas still on 0.0.73. A consumer that puts all three on one classpath gets aNoSuchMethodErrorat context load whichever Drivine wins — this is currently breakingembabel/me's build on main.propositionVectorIndexSpecpasses named arguments and leaves the new parameters defaulted, so the bump is source-compatible. Fullmvn installis green locally.Merging this publishes a
diceSNAPSHOT that letsmepin Drivine 0.0.79.🤖 Generated with Claude Code
https://claude.ai/code/session_014bVjwe3rqRZ5wp9ov6q2Ki