langflow/src
Rodrigo Nader eff2a30489
feat: add EmbeddingModelComponent for generating embeddings (#7204)
* feat: add EmbeddingModelComponent for generating embeddings

- Introduced a new EmbeddingModelComponent to generate embeddings using specified providers, starting with OpenAI.
- Updated the __init__.py file to include the new component in the exports.
- The component includes various input fields for configuration, such as provider selection, model name, API key, and additional parameters.

* update the tests.

---------

Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
2025-04-17 18:55:31 +00:00
..
backend feat: add EmbeddingModelComponent for generating embeddings (#7204) 2025-04-17 18:55:31 +00:00
frontend feat: Adds MCP_SSE to be filled from frontend (#7594) 2025-04-17 18:02:37 +00:00