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
Assaf Toledo ba62ff89cc
BUGFIX: Support for elastic indices that don't return 'metadata' in '_source' (#13903)
Description: Some Elastic indexes do not return a 'metadata' field in
'_source'. However, prior to this PR, the code assumed there always is a
'metadata' field. This PR adds support for cases where the field is
missing by adding it manually.

Issue: #13869
9 months ago
..
cli CLI 0.0.19 (#13677) 9 months ago
core Document Runnable Binding (#13927) 9 months ago
experimental RELEASE: 0.0.341 (#13926) 9 months ago
langchain BUGFIX: Support for elastic indices that don't return 'metadata' in '_source' (#13903) 9 months ago