#community-help

Discussing Embedding Field in Nested Data Structures

TLDR Denny having trouble embedding nested fields. Kishore Nallan confirms the current limitation, asks for a Github issue to be created.

Powered by Struct AI
Aug 29, 2023 (3 months ago)
Denny
Photo of md5-9ad0e03e3fe5fac2f75e521afcf2a7d7
Denny
03:16 AM
So my data structure is something like this:
• Name - string
• brand - object {name, slug}
When creating the “embedding” field, I’m unable to add brand.name into the “from” field. Should I just create a new field called “full name” and have it as “<brand> <name>“, then use the “full name” field as the “from” field for embedding?
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
05:03 AM
Yes, it's a limitation at the moment in supporting nested fields. Can you please create an issue on Github for us to track?