LlamaIndex integration for IBM watsonx.ai embeddings. Provides wrapper classes to generate embeddings using IBM foundation models via watsonx.ai API. Current version 0.6.0.post1, supports Python >=3.11, <4.0. Packages are released frequently alongside llama-index core updates.
pip install llama-index-embeddings-ibmNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize WatsonxEmbeddings with credentials and generate an embedding.
Use `from llama_index.embeddings.ibm import WatsonxEmbeddings`
Remove `credentials` argument and set individual parameters.
Always prefix your model with 'ibm/'.
Run `pip install ibm-watsonx-ai`.
Use `from llama_index.embeddings.ibm import WatsonxEmbeddings`.
Ensure `WATSONX_APIKEY` and `WATSONX_PROJECT_ID` are set correctly.