Add Support for Vertex AI Embeddings (#1840)

This commit is contained in:
Divyanshu Prasad
2024-09-13 17:09:25 +05:30
committed by GitHub
parent f9634b4bf3
commit 959f4bb059
5 changed files with 77 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ Here's a comprehensive list of all parameters that can be used across different
| `model_kwargs` | Key-Value arguments for the Huggingface embedding model |
| `azure_kwargs` | Key-Value arguments for the AzureOpenAI embedding model |
| `openai_base_url` | Base URL for OpenAI API | OpenAI |
| `vertex_credentials_json` | Path to the Google Cloud credentials JSON file for VertexAI |
## Supported Embedding Models