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

Update v1.7.0 #80

Merged
merged 15 commits into from
Dec 4, 2023
Merged

Update v1.7.0 #80

merged 15 commits into from
Dec 4, 2023

Conversation

agourlay
Copy link
Member

@agourlay agourlay commented Nov 23, 2023

TODO

implement new services:

  • create_shard_key
  • delete_shard_key
  • discover
  • discover_batch
  • Sparse vectors
  • Manhattan distance
  • shard_key usage in API
  • Improve conversions: From<Vec<(_, _)>> ➡️ From<&[(_, _)]> because we construct new Vecs anyway

src/client.rs Show resolved Hide resolved
Cargo.toml Outdated Show resolved Hide resolved
@agourlay agourlay marked this pull request as ready for review December 4, 2023 09:38
@timvisee timvisee merged commit 9462cc9 into dev Dec 4, 2023
2 checks passed
@timvisee
Copy link
Member

timvisee commented Dec 4, 2023

Merged the first version of this PR into dev to allow updating bfb.

The above TODOs will be implemented in a follow up PR.

@agourlay agourlay deleted the update-v1.7.0 branch December 4, 2023 10:07
timvisee added a commit that referenced this pull request Dec 7, 2023
* sync

* compile

* bump deps

* bump version

* fmt

* regen

* fix

* add convenience conversion for sparse vectors

* fix sparse vector converter

* fix sparse vector converter

* remove shard_snapshots_service

* restore version

* more conversion

* one last conversion

* Reformat

---------

Co-authored-by: timvisee <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants