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

document is outdated #92

Open
usamoi opened this issue Sep 24, 2024 · 0 comments
Open

document is outdated #92

usamoi opened this issue Sep 24, 2024 · 0 comments
Labels
type/documentation Improvements or additions to documentation

Comments

@usamoi
Copy link
Collaborator

usamoi commented Sep 24, 2024

  • vector types
    • text repr of sparse vector is change since 0.3.0
    • veci8 is removed since 0.4.0
  • indexing
    • IVF
      • ivf.spherical_centroids, its behavior change between 0.3.0 and 0.4.0 and pgvector compatibility1
      • ivf.residual_quantization, its behavior change between 0.3.0 and 0.4.0 and pgvector compatibility
      • ivf.nsample, ivf.least_iterations, ivf.iterations are removed since ?
    • Sparse inverted index
    • Scalar quantization
      • rerank
      • quantization.scalar.bits
      • fast scan
    • Product quantization
      • rerank
      • quantization.product.bits
      • quantization.product.ratio, its change
      • quantization.product.samples is removed since ?
      • fast scan
    • RaBitQ quantization
    • quantization.trivial placeholder is removed since 0.4.0
  • optimizing: totally outdated
  • segment: toally outdated
  • searching
    • SET vectors.search_mode TO basic is depcrated and fallbacks to VBASE since 0.4.0
    • search with distance threshold
  • schema: totally outdated since 0.4.0

Footnotes

  1. its behavior changes too and should be fixed in pgvecto.rs

@gaocegege gaocegege added the type/documentation Improvements or additions to documentation label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants