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
What is the bug?
Cannot create the index with the semantic field with the pre-trained dense model whose space_type is "cosine". The right value should be "cosinesimil".
How can one reproduce the bug?
Use the pre-trained model huggingface/sentence-transformers/paraphrase-mpnet-base-v2 to set up the semantic field then will run into "Invalid space_type: cosine".
What is the expected behavior?
Should update the space_type to "cosinesimil" so that we can create the index with the semantic field.