cmunteanu
Contributor

Hello @Retired_mod , thanks a lot for the information you provided. Anyhow, I have managed a workaround, by pre-computing the embeddings for each chunk.  I have created an embedding column on the source table and used this column as input to the create_delta_sync_index method.

That is: substitute parameter  embedding_source_column='content' for:
embedding_dimension=1024,
embedding_vector_column="embedding"
and the syncronization of the index with the source table worked just fine.
 

View solution in original post