1.17.3
Bug Fixes
-
CI Visibility: This fix solves an issue where the git unshallow command wasn't called
-
CI Visibility: This fix resolves an issue where test skipping was not working properly.
-
langchain: This fix resolves an issue where chat messages and embedding arguments
passed in as keyword arguments were not parsed correctly and resulted in anArgumentError. -
langchain: This fix resolves an issue where
langchain.embeddings.HuggingFaceEmbeddingsembedding
methods, andlangchain.vectorstores.Milvus.similarity_searchwere patched twice due to a nested class hierarchy inlangchain. -
kafka: Resolves
UnicodeDecodeErrorraised when kafka messages key contain characters that are not supported by UTF-8 encoding.