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

feat: Support indexing algorithms #17

Closed
2 of 4 tasks
gaocegege opened this issue May 10, 2023 · 2 comments
Closed
2 of 4 tasks

feat: Support indexing algorithms #17

gaocegege opened this issue May 10, 2023 · 2 comments

Comments

@gaocegege
Copy link
Member

gaocegege commented May 10, 2023

Ref #16

We are implementing the first naive index algorithm. But we still need ivf, hnsw and many other algos.

@VoVAllen
Copy link
Member

Disk oriented index might be more suitable for postgres, such as

@gaocegege
Copy link
Member Author

SGTM. I do not think memory-based index is necessary for most cases.

kemingy added a commit to kemingy/pgvecto.rs that referenced this issue Aug 30, 2024
* chore: change to cnpg release

Signed-off-by: Keming <kemingyang@tensorchord.ai>

* fix echo

Signed-off-by: Keming <kemingyang@tensorchord.ai>

---------

Signed-off-by: Keming <kemingyang@tensorchord.ai>
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

No branches or pull requests

2 participants