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

[Feature]: Add vector database #14

Open
Tracked by #15
cbh778899 opened this issue Sep 12, 2024 · 0 comments
Open
Tracked by #15

[Feature]: Add vector database #14

cbh778899 opened this issue Sep 12, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@cbh778899
Copy link
Contributor

Contact Details(optional)

No response

What feature are you requesting?

Unfortunately I cannot find a vector database web assembly project, but here's a workaround.

  1. Upload dataset, calculate embedding of each context if not provided.
  2. Store all dataset columns into IndexedDB, there's already wrapped class to work on. Check this file.
  3. Retrieve all data and store into Voy searcher when user started app
  4. Calculate question embedding and search use Voy
@cbh778899 cbh778899 added enhancement New feature or request help wanted Extra attention is needed labels Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant