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 pgvector #2

Merged
merged 14 commits into from
Jan 24, 2024
Merged

feat: support pgvector #2

merged 14 commits into from
Jan 24, 2024

Conversation

kemingy
Copy link
Member

@kemingy kemingy commented Jan 23, 2024

No description provided.

kemingy and others added 13 commits January 10, 2024 16:50
Signed-off-by: Keming <[email protected]>
Signed-off-by: Keming <[email protected]>
Signed-off-by: Keming <[email protected]>
Signed-off-by: Keming <[email protected]>
Signed-off-by: Keming <[email protected]>
Signed-off-by: Keming <[email protected]>
* feat: add dataset downloader

Signed-off-by: Keming <[email protected]>

* fix insert memory usage

Signed-off-by: Keming <[email protected]>

---------

Signed-off-by: Keming <[email protected]>
Signed-off-by: Keming <[email protected]>
Signed-off-by: Keming <[email protected]>
Signed-off-by: Keming <[email protected]>
@kemingy kemingy changed the title WIP feat: support pgvector feat: support pgvector Jan 24, 2024
@kemingy kemingy requested a review from gaocegege January 24, 2024 07:59
@@ -51,83 +51,112 @@ class VectorTextDumper(VectorDumper):
adapters.register_loader(info.oid, VectorLoader)


DISTANCE_TO_OP = {
DISTANCE_TO_METHOD = {
Copy link
Member

Choose a reason for hiding this comment

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

Do we need to add the option for fp16 vector?

Copy link
Member Author

Choose a reason for hiding this comment

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

I still don't know about the usage. It's weird because it's not a quantization option but a type.

Signed-off-by: Keming <[email protected]>
@kemingy kemingy merged commit c842fbe into tensorchord:main Jan 24, 2024
1 of 2 checks passed
@kemingy kemingy deleted the pgvector branch January 24, 2024 14:52
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