mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
daa9ccae52
- **Description:** add deprecated warning for ErnieBotChat and ErnieEmbeddings. - These two classes **lack maintenance** and do not use the sdk provided by qianfan, which means hard to implement some key feature like streaming. - The alternative `langchain_community.chat_models.QianfanChatEndpoint` and `langchain_community.embeddings.QianfanEmbeddingsEndpoint` can completely replace these two classes, only need to change configuration items. - **Issue:** None, - **Dependencies:** None, - **Twitter handle:** None --------- Co-authored-by: Bagatur <baskaryan@gmail.com> |
||
---|---|---|
.. | ||
__init__.py | ||
aleph_alpha.py | ||
awa.py | ||
azure_openai.py | ||
baidu_qianfan_endpoint.py | ||
bedrock.py | ||
bookend.py | ||
clarifai.py | ||
cloudflare_workersai.py | ||
cohere.py | ||
dashscope.py | ||
databricks.py | ||
deepinfra.py | ||
edenai.py | ||
elasticsearch.py | ||
embaas.py | ||
ernie.py | ||
fake.py | ||
fastembed.py | ||
google_palm.py | ||
gpt4all.py | ||
gradient_ai.py | ||
huggingface_hub.py | ||
huggingface.py | ||
infinity.py | ||
javelin_ai_gateway.py | ||
jina.py | ||
johnsnowlabs.py | ||
llamacpp.py | ||
llm_rails.py | ||
localai.py | ||
minimax.py | ||
mlflow_gateway.py | ||
mlflow.py | ||
modelscope_hub.py | ||
mosaicml.py | ||
nlpcloud.py | ||
octoai_embeddings.py | ||
ollama.py | ||
openai.py | ||
sagemaker_endpoint.py | ||
self_hosted_hugging_face.py | ||
self_hosted.py | ||
sentence_transformer.py | ||
spacy_embeddings.py | ||
tensorflow_hub.py | ||
vertexai.py | ||
volcengine.py | ||
voyageai.py | ||
xinference.py | ||
yandex.py |