Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically build the embedding providers/models map in AstraVectorStoreComponent #4586

Open
jeffreyscarpenter opened this issue Nov 13, 2024 · 0 comments · May be fixed by #4627
Open

Dynamically build the embedding providers/models map in AstraVectorStoreComponent #4586

jeffreyscarpenter opened this issue Nov 13, 2024 · 0 comments · May be fixed by #4627
Assignees
Labels
enhancement New feature or request

Comments

@jeffreyscarpenter
Copy link

Feature Request

Dynamically build the map of embedding providers and models available in the AstraVectorStoreComponent using the Data API list_embedding_providers operation instead of the current hardcoded map.

Motivation

This will ensure that we don’t have to change the map in Langflow every time we deploy a new model. Also, it will occasionally be the case that the available providers and/or models vary by Astra region. This is actually the current situation, as the NVIDIA provider is not available in all regions yet.

Your Contribution

I'm willing to help with PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants