superlinked / VectorHub

VectorHub is a free, open-source learning website for people (software developers to senior ML architects) interested in adding vector retrieval to their ML stack.
https://superlinked.com/vectorhub/
Other
413 stars 97 forks source link

updating chroma and some related fields in others #398

Closed dhruv-anand-aintech closed 2 months ago

dhruv-anand-aintech commented 2 months ago

FYI @jeffchuber

I have updated some of the fields for Chroma that you mentioned to @svonava-superlinked.

I don't see full-text search, or hybrid search implemented in Chroma (https://github.com/chroma-core/chroma/issues/1330). You can see the links for this in the other DBs' rows to see what it would look like for hybrid search to be supported in-DB.

The latest issue I could find about disk index mentions that chroma saves the index on disk after the client exits. This would only be partial support as other DBs have the ability to query the index from disk (without having it loaded in-memory).