Hey guy, I'm working on semantic search and I need...
# community-help
a
Hey guy, I'm working on semantic search and I need to update
embed.from
in my schema, I can't seems to find anything related in the documentation other than the ability to update just fields
Copy code
"embed": {
   "from": []
}
k
It's not possible to update that. You have to recreate the collection and reindex the data.
a
Oops, thanks @Kishore Nallan