Add Chromia Vector DB#545
Conversation
svonava
left a comment
There was a problem hiding this comment.
Thank you for your submission - I left a few comments and in general, it would be good to point to source_url for all "full" and "partial" values.
| "vector_dims": { | ||
| "value": 2000, | ||
| "unlimited": false, | ||
| "source_url": "", |
There was a problem hiding this comment.
is this limit mentioned somewhere that we can link here?
There was a problem hiding this comment.
Based on pgvector and the max dimension is 2000 (https://github.com/pgvector/pgvector)
There was a problem hiding this comment.
Got it - so chromia is pgvector-powered? You can mention this in the comment here / link to pgvector.
There was a problem hiding this comment.
Actually - given this fact, wouldn't it make sense to reference pgvector in the other fields (filtering, hybrid search) etc? Right now, the whole chromia record is very not-filled in. Either put none to all the features that are not supported, or match pgvector where appropriate, to make this record useful for the reader please.
There was a problem hiding this comment.
@Prem95 can you share your opinion about the above?
There was a problem hiding this comment.
Sure. As of now, None seems a more reasonable approach.
|
Hello @svonava! Could I get some updates here please? Thank you! |
|
Hi @svonava I made a small change in the name. Thank you. |
Please see my comment in one of the threads above. |
|
Updated it @svonava! Thanks :) |
|
Hi @svonava Please check here, thank you! |
AruneshSingh
left a comment
There was a problem hiding this comment.
@Prem95 Left 2 clarifying comments, let me know what you think, and then I'll merge.
|
Hi @AruneshSingh please do review! Thank you |
|
Thanks @Prem95. Merged. |
|
Thank you! |
This pull request adds Chromia's Vector DB to the vector database comparison table