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/libs
Kyle Winkelman 09c2d8faca
langchain_openai: Cleanup OpenAIEmbeddings validate_environment. (#25855)
**Description:** [This portion of
code](https://github.com/langchain-ai/langchain/blob/v0.1.16/libs/partners/openai/langchain_openai/embeddings/base.py#L189-L196)
has no use as a couple lines later a [`ValueError` is
thrown](https://github.com/langchain-ai/langchain/blob/v0.1.16/libs/partners/openai/langchain_openai/embeddings/base.py#L209-L213).
**Issue:** A follow up to #25852.
3 weeks ago
..
cli
community community: Cap AzureOpenAIEmbeddings chunk_size at 2048 instead of 16. (#25852) 3 weeks ago
core
experimental
langchain
partners langchain_openai: Cleanup OpenAIEmbeddings validate_environment. (#25855) 3 weeks ago
standard-tests
text-splitters