v0.1.3
What's Changed
- Allow storing a collection of logits instead of embeddings in Hoplite db. by @copybara-service[bot] in #60
- Test brute search with cosine similarity instead of dot product. Otherwise the query index may sometimes not be present in top-k results because the score may be influenced more by the magnitude of the random embeddings. This currently happens if we change the seed to 1 instead of 42. by @copybara-service[bot] in #61
- A few small fixes: by @copybara-service[bot] in #65
Full Changelog: v0.1.1...v0.1.3