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.HuggingFaceEmbeddings
embedding
methods, andlangchain.vectorstores.Milvus.similarity_search
were patched twice due to a nested class hierarchy inlangchain
. -
kafka: Resolves
UnicodeDecodeError
raised when kafka messages key contain characters that are not supported by UTF-8 encoding.