SkywardAI / skywardai.io

Site for skywardAI, AI-copilot for conversation
https://skywardai.pages.dev/
0 stars 3 forks source link

[feature]: Adding vector database #52

Open cbh778899 opened 3 weeks ago

cbh778899 commented 3 weeks ago

Try Voy as the vector database.

Note: The latest update of Voy is last year, there might have some critical problems. We should use only basic functions and not totally depends on this.

cbh778899 commented 2 weeks ago

Voy is not a database, just vector distance calculator, we need to use IndexedDB for store data and load into Voy everytime user opened the application.