You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When field map is defined with nested field like "a.b.c": "d.e" for ingest pipeline, the ingestion for document with field in a list of "a.b.c" will fail the ingestion
No. Issue #686 is for bug where source field is overridden by embedding value, but this issue is about embedding value missing for doc containing list of nested objects.
Actually, given change of PR #1040 in my local workspace, I am not able to reproduce #686 now. It might get closed once PR #1040 is merged.
yizheliu-amazon
changed the title
[BUG] Fail to ingest document with nested field defined in field map
[BUG] Fail to generate embedding for ingest document with nested field defined in field map
Dec 27, 2024
What is the bug?
When field map is defined with nested field like
"a.b.c": "d.e"
for ingest pipeline, the ingestion for document with field in a list of"a.b.c"
will fail the ingestionHow can one reproduce the bug?
What is the expected behavior?
Doc in
nested_field
list should have embedding fields likeWhat is your host/environment?
Mac OS
Do you have any screenshots?
N/A
Do you have any additional context?
N/A
The text was updated successfully, but these errors were encountered: