-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "feat: hugging face supports embeddings."
This reverts commit 757ee4d.
- Loading branch information
1 parent
9a00c08
commit 86ddce2
Showing
6 changed files
with
4 additions
and
174 deletions.
There are no files selected for viewing
24 changes: 0 additions & 24 deletions
24
api/core/model_providers/models/embedding/huggingface_embedding.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 0 additions & 27 deletions
27
api/core/third_party/langchain/embeddings/huggingface_endpoint_embedding.py
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
api/core/third_party/langchain/embeddings/huggingface_hub_embedding.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,4 +52,3 @@ pandas==1.5.3 | |
xinference==0.4.2 | ||
safetensors==0.3.2 | ||
zhipuai==1.0.7 | ||
sentence-transformers==2.2.2 |
78 changes: 0 additions & 78 deletions
78
api/tests/integration_tests/models/embedding/test_huggingface_hub_embedding.py
This file was deleted.
Oops, something went wrong.