-
Notifications
You must be signed in to change notification settings - Fork 3.7k
.Net: [MEVD] Create indexes on data properties when IsFilterable is true #11185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I took a brief look at the issue and it seems that other connectors also don't create dedicated indexes in such cases. Example: PostgreSQL creates indexes only for the vector properties: semantic-kernel/dotnet/src/Connectors/Connectors.Memory.Postgres/PostgresVectorStoreDbClient.cs Lines 74 to 78 in d35d0c9
Lines 209 to 214 in d35d0c9
|
Good catch, thanks for looking at the other connectors (is it true only for the other relational ones, or also for the other non-relational ones? If so, that would mean that IsFilterable is effectively being ignored... I've modified the title of the issue, for it to track index creation in general. That's of course more work... /cc @westey-m @dmytrostruk |
Fixed by #11233 |
No description provided.
The text was updated successfully, but these errors were encountered: