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/langchain/embeddings
张城铭 8c28ad6dac
API update: Engines -> Models (#4915)
# API update: Engines -> Models

see: https://community.openai.com/t/api-update-engines-models/18597

Co-authored-by: assert <zhangchengming@kkguan.com>
1 year ago
..
__init__.py Add ChatModel, LLM, and Embeddings for Google's PaLM APIs (#3575) 1 year ago
aleph_alpha.py Add aleph alpha api key attribute (#4489) 1 year ago
base.py FAISS and embedding support (#48) 2 years ago
cohere.py changed cohere.py to update the default model of embedding (#4709) 1 year ago
fake.py add fake embeddings class (#1503) 1 year ago
google_palm.py Exponential back-off support for Google PaLM api (#4001) 1 year ago
huggingface.py Fix typo in huggingface.py (#4277) 1 year ago
huggingface_hub.py Minor: Remove duplicated word in error message (#2706) 1 year ago
jina.py Minor: Remove duplicated word in error message (#2706) 1 year ago
llamacpp.py llama-cpp: add gpu layers parameter (#4739) 1 year ago
openai.py API update: Engines -> Models (#4915) 1 year ago
sagemaker_endpoint.py Fix Sagemaker Batch Endpoints (#3249) 1 year ago
self_hosted.py Removed duplicate BaseModel dependencies (#2471) 1 year ago
self_hosted_hugging_face.py Removed duplicate BaseModel dependencies (#2471) 1 year ago
sentence_transformer.py Sentence Transformers Aliasing (#3541) 1 year ago
tensorflow_hub.py pass list of strings to embed method in tf_hub (#3284) 1 year ago