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
Scott Leibrand 34932dd211
remove legacy embedding model name (#703)
Now that OpenAI has deprecated all embeddings models except
text-embedding-ada-002, we should stop specifying a legacy embedding
model in the example. This will also avoid confusion from people (like
me) trying to specify model="text-embedding-ada-002" and having that
erroneously expanded to text-search-text-embedding-ada-002-query-001
1 year ago
..
hyde (WIP) add HyDE (#393) 1 year ago
__init__.py (WIP) add HyDE (#393) 1 year ago
base.py FAISS and embedding support (#48) 2 years ago
cohere.py Fix CohereError: embed is not an available endpoint on this model (#637) 1 year ago
huggingface.py Add HuggingFace Hub Embeddings (#125) 2 years ago
huggingface_hub.py Add HuggingFace Hub Embeddings (#125) 2 years ago
openai.py remove legacy embedding model name (#703) 1 year ago