We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The DataAPI expose a endpoint to list the embeddingProviders
embeddingProviders
astra db list-embedding-providers
We want to create a table with all the informations
The text was updated successfully, but these errors were encountered:
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 | ■ | ■ | +----------------------+--------------------------+--------+------------+---------+----------+
Sorry, something went wrong.
No branches or pull requests
The DataAPI expose a endpoint to list the
embeddingProviders
astra db list-embedding-providers
We want to create a table with all the informations
The text was updated successfully, but these errors were encountered: