Hi @Blueli , did you by any chance use the Gemini embedding model to generate the embeddings in the vector store? We recommend that you use the same embedding model (or a similar model with the exact same number of dimensions) for indexing and for retrieval.
You also mention that it ‘loads forever’ which could either mean that the service is low or you’re making a lot of iterations. In that case, you could try setting a lower limit in the retriever to see if that helps!
Hello
So I retry to do to whole thing. The embedding by Azure does not seem to work. The number of dimensions on Supa Table is set to 1536, it should match the ai model.
The same vector table setup for Google Gemini is working only difference is the table number of dimensions is set to 768.
Would you have any idea what else here I should do for Azure model?