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

chore: Refine readme #553

Merged
merged 2 commits into from
Aug 14, 2024
Merged

chore: Refine readme #553

merged 2 commits into from
Aug 14, 2024

Conversation

gaocegege
Copy link
Member

No description provided.

Signed-off-by: Ce Gao <[email protected]>
@gaocegege gaocegege requested a review from VoVAllen August 10, 2024 07:08
@gaocegege gaocegege changed the title chore: Refine chore: Refine readme Aug 10, 2024
Copy link
Member

@VoVAllen VoVAllen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other LGTM

README.md Outdated
| Filtering | Introduces VBASE method for vector search and relational query (e.g. Single-Vector TopK + Filter + Join). | When filters are applied, the results may be incomplete. For example, if you originally intended to limit the results to 10, you might end up with only 5 results with filters. |
| Sparse Vector Search | Supports both dense and sparse vector search. | Supports dense vector search. |
| Vector Dimensions | Supports up to 65535 dimensions. | Supports up to 2000 dimensions. |
| SIMD | SIMD instructions are dynamically dispatched at runtime to maximize performance based on the capabilities of the specific machine. | Relies on compiler-generated SIMD code at compile time. |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pgvector added "Added CPU dispatching for distance functions on Linux x86-64" in 0.7.0.

@gaocegege gaocegege merged commit 835c4a7 into tensorchord:main Aug 14, 2024
2 checks passed
@gaocegege gaocegege deleted the rr branch August 14, 2024 02:22
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.

2 participants