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

[query] storing embeddings for all tweets in supabase #190

Open
srajangarg opened this issue Dec 17, 2024 · 2 comments
Open

[query] storing embeddings for all tweets in supabase #190

srajangarg opened this issue Dec 17, 2024 · 2 comments
Labels

Comments

@srajangarg
Copy link

srajangarg commented Dec 17, 2024

apart from the raw data itself, is there a plan to start creating vector embeddings for every tweet (using different embedding models) and serve it via supabase/ a cloud vector db as well?

is that under the purview of this project, or do you think individual researchers should do that themselves? in my opinion, it makes sense to reduce the inertia for people to participate in semantic research by providing standardized embeddings out of the box so people can build even faster

im asking because i was interested in making something on top of the vector embeddings and thought it makes sense to do this on top of this repo directly

@srajangarg
Copy link
Author

just saw - https://github.com/DefenderOfBasic/twitter-semantic-search from @DefenderOfBasic - why not make the embeddings part of this project as well?

@TheExGenesis
Copy link
Owner

agreed that we want this, it's mostly a matter of it being a mess - supabase recommends having multiple projects with separate databases and I just haven't had time to set it up or find a simpler alternative that scales

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants