feat(python): add watsonx embeddings to registry (#1486)

Related issue: https://github.com/lancedb/lancedb/issues/1412

---------

Co-authored-by: Robby <h0rv@users.noreply.github.com>
This commit is contained in:
Robby
2024-08-06 01:28:33 -04:00
committed by GitHub
parent 61c05b51a0
commit 8d2ff7b210
5 changed files with 215 additions and 1 deletions

View File

@@ -76,6 +76,7 @@ embeddings = [
"awscli>=1.29.57",
"botocore>=1.31.57",
"ollama",
"ibm-watsonx-ai>=1.1.2",
]
azure = ["adlfs>=2024.2.0"]