Y
Hacker News
new
|
ask
|
show
|
jobs
by
minimaxir
631 days ago
If you don't need a vector database, how are you storing the embeddings to compare the query against?
1 comments
zcbenz
631 days ago
You can use any serialization that supports numbers, in the repo I used BSER (a binary format of JSON), you can even use raw JSON but it would be very inefficient for float numbers though.
link