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
In Typesense version 0.25 it's possible to define an embedding field. But since this field is auto-generated and is not stored locally, any update to the model will cause the embeddings field to reset.
After I import the model, Typesense takes some time to generate embeddings. After that process, all documents will have the embedding field with array of 768 floats.
Then, If I call searchable() method on the model, the embedding field becomes empty.
Expected Behavior
embedding field should ether be updated if embed.from fields are changed, or be left unchanged.
Actual Behavior
the embedding field becomes empty
Metadata
Typesense Version: 0.25.0
OS: Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
Description
In Typesense version 0.25 it's possible to define an embedding field. But since this field is auto-generated and is not stored locally, any update to the model will cause the embeddings field to reset.
Steps to reproduce
Schema:
After I import the model, Typesense takes some time to generate embeddings. After that process, all documents will have the
embedding
field with array of 768 floats.Then, If I call
searchable()
method on the model, theembedding
field becomes empty.Expected Behavior
embedding
field should ether be updated ifembed.from
fields are changed, or be left unchanged.Actual Behavior
the
embedding
field becomes emptyMetadata
Typesense Version: 0.25.0
OS: Ubuntu 20.04
The text was updated successfully, but these errors were encountered: