community[patch]: update Gradient embeddings (#14846)

- **Description:** Going forward, we have a own API `pip install
gradientai`. Therefore gradually removing the self-build packages in
llamaindex, haystack and langchain.
  - **Issue:** None.
  - **Dependencies:** `pip install gradientai`
  - **Tag maintainer:** @michaelfeil
This commit is contained in:
Michael Feil
2023-12-19 17:46:33 +01:00
committed by GitHub
parent 6cc3c2452c
commit 7b96de3d5d
5 changed files with 157 additions and 361 deletions

View File

@@ -1,6 +1,3 @@
from langchain_community.embeddings.gradient_ai import (
GradientEmbeddings,
TinyAsyncGradientEmbeddingClient,
)
from langchain_community.embeddings.gradient_ai import GradientEmbeddings
__all__ = ["GradientEmbeddings", "TinyAsyncGradientEmbeddingClient"]
__all__ = ["GradientEmbeddings"]