| 1 | """Custom LangChain-compatible embedding client. |
| 2 | |
| 3 | Provides :class:`ModalEmbeddings`, a drop-in ``Embeddings`` implementation |
| 4 | that calls any service exposing an ``/embeddings`` endpoint (OpenAI, |
nothing calls this directly
no test coverage detected