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

[Feature] - List the embedding providers available for a DB #174

Closed
clun opened this issue May 24, 2024 · 1 comment
Closed

[Feature] - List the embedding providers available for a DB #174

clun opened this issue May 24, 2024 · 1 comment
Milestone

Comments

@clun
Copy link
Collaborator

clun commented May 24, 2024

The DataAPI expose a endpoint to list the embeddingProviders

astra db list-embedding-providers

We want to create a table with all the informations

@clun
Copy link
Collaborator Author

clun commented Jan 10, 2025

Sample output:

+----------------------+--------------------------+--------+------------+---------+----------+
| Key                  | DisplayName              | Models | Parameters | Au.Head | S.Secret |
+----------------------+--------------------------+--------+------------+---------+----------+
| cohere               | Cohere                   | 3      | 0          | ■       | ■        |
| openai               | OpenAI                   | 3      | 2          | ■       | ■        |
| huggingfaceDedicated | Hugging Face - Dedicated | 1      | 3          | ■       | ■        |
| azureOpenAI          | Azure OpenAI             | 3      | 2          | ■       | ■        |
| bedrock              | Amazon Bedrock           | 2      | 1          | ■       | ■        |
| jinaAI               | Jina AI                  | 5      | 0          | ■       | ■        |
| voyageAI             | Voyage AI                | 7      | 1          | ■       | ■        |
| upstageAI            | Upstage                  | 1      | 0          | ■       | ■        |
| huggingface          | Hugging Face - Serverless| 6      | 0          | ■       | ■        |
| nvidia               | Nvidia                   | 1      | 0          |         |          |
| mistral              | Mistral AI               | 1      | 0          | ■       | ■        |
+----------------------+--------------------------+--------+------------+---------+----------+

@clun clun added this to the 0.6 milestone Jan 10, 2025
@clun clun closed this as completed Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant