New
v0.5.2
New ๐ฅ
- New demo page where you can explore different search types and their options. It also includes semantic search, so if you're hesitant - go check it out!
- Other documentation improvements
Fixes
- Correctly handles
order: :noneinTorus.semantic/5search. - Updates
Torus.Embeddings.HuggingFaceto point to the updated feature extraction endpoint. - Suppresses warnings for missing
ecto_sqldependency by adding it to the required dependencies. Most of us already had it, but now it'll be explicit. - Correctly parses an array of integers in
Torus.QueryInspector.substituted_sql/3andTorus.QueryInspector.tap_substituted_sql/3. Now we should be able to handle all possible query variations.