toeverything / OctoBase

🐙 OctoBase is the open-source database behind AFFiNE, local-first, yet collaborative. A light-weight, scalable, data engine written in Rust.
https://octobase.dev
GNU Affero General Public License v3.0
1.37k stars 90 forks source link

Does OctoBase supports vector? #565

Open wizd opened 2 months ago

wizd commented 2 months ago

Now the AI time every database begin support vector. Vector for embedding is the key to RAG/Chat.

affine-bot commented 2 months ago

Hello! Thank you for filing an issue. If this is a bug report, please include relevant logs to help us debug the problem.

darkskygit commented 2 months ago

We discussed the possibility of supporting vector search at the beginning of the project, and we hope to implement it.

However, at present, we are focused on separating the CRDT implementation compatible with yjs in OctoBase and donating it to yjs, we will return to the development of this project after completing this work