Hacker News new | ask | show | jobs
by sweca 529 days ago
You're going to face a challenge of scalability. With so many results like Google, you can't fit every embeddings vector in memory. You'll need to work a database hybrid of in memory caching and disk persistent indices.
1 comments

At least one type of oss software for this should already exist, right?