Please help me to change the vector size in index according to my embedding size, by default it is mention as 768.
Hello @Dhamu785 . Thanks for raising this question. The model you use determines the dimension. You can only specify the dimension if you use embeddings generated by your self in a custom vector fields. In that case, you should use a no_model
. See this example for details.
Please let me know if you have any other questions. Thanks.
1 Like
Thank you very much. It helps a lot