Roman Rizzi 690d6e6bcd
REFACTOR: Tidy-up embedding endpoints config.
Two changes worth mentioning:

`#instance` returns a fully configured embedding endpoint ready to use.
All endpoints respond to the same method and have the same signature - `perform!(text)`

This makes it easier to reuse them when generating embeddings in bulk.
2024-11-21 11:52:16 -03:00
..