jaeyson / ex_typesense

Typesense client for Elixir with support for importing your Ecto schemas.
https://hexdocs.pm/ex_typesense
MIT License
29 stars 11 forks source link

Implemented basic multisearch endpoint support #35

Closed jaeyson closed 2 months ago

jaeyson commented 3 months ago

Implements #34

When using vector embeddings, the request size tends to be much larger, and the Typesense documentation recommends using the multi-search endpoint to avoid potential limits using GET requests.