You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/tests/integration_tests/embeddings
wenmeng zhou bb7ac9edb5
add dashscope text embedding (#5929)
#### What I do
Adding embedding api for
[DashScope](https://help.aliyun.com/product/610100.html), which is the
DAMO Academy's multilingual text unified vector model based on the LLM
base. It caters to multiple mainstream languages worldwide and offers
high-quality vector services, helping developers quickly transform text
data into high-quality vector data. Currently supported languages
include Chinese, English, Spanish, French, Portuguese, Indonesian, and
more.

#### Who can review?

  Models
  - @hwchase17
  - @agola11

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
1 year ago
..
__init__.py
test_cohere.py
test_dashscope.py add dashscope text embedding (#5929) 1 year ago
test_deepinfra.py Add DeepInfra embeddings integration with tests and examples, better exception handling for Deep Infra LLM (#5854) 1 year ago
test_elasticsearch.py Add ElasticsearchEmbeddings class for generating embeddings using Elasticsearch models (#3401) 1 year ago
test_embaas.py Harrison/embaas (#6010) 1 year ago
test_google_palm.py Add ChatModel, LLM, and Embeddings for Google's PaLM APIs (#3575) 1 year ago
test_huggingface.py `encoding_kwargs` for InstructEmbeddings (#5450) 1 year ago
test_huggingface_hub.py
test_jina.py
test_llamacpp.py
test_modelscope_hub.py Harrison/modelscope (#5156) 1 year ago
test_mosaicml.py Add MosaicML inference endpoints (#4607) 1 year ago
test_openai.py openai embeddings (#3488) 1 year ago
test_self_hosted.py
test_sentence_transformer.py Add Sentence Transformers Embeddings (#3409) 1 year ago
test_tensorflow_hub.py
test_vertexai.py Add pagination for Vertex AI embeddings (#5325) 1 year ago