smileBeda
11/07/2024, 7:54 PMJason Bosco
11/07/2024, 9:47 PMexclude_fields
Jason Bosco
11/07/2024, 9:47 PMquery_by
at search time are used for searchsmileBeda
11/07/2024, 9:52 PMElliot Sawyer
11/07/2024, 10:06 PMindex: false
to the collection schema, but I think your vector generation relies on it being in the index, so you can't exclude it. As Jason says, exclude_fields
at query-time is the way to goJason Bosco
11/07/2024, 10:32 PMI thought I had read somewhere you can add fields that aren’t actually savedThere is a
store: false
field in the field definition, but that's only useful for image search where you can discard the original base64 image. For auto text embedding generation in your use-case the original field value needs to be there so we can use that during updates for eg