Skip to content
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

.Net: VectorStore: Consider option for deciding whether to index fields for filtering #9084

Closed
westey-m opened this issue Oct 3, 2024 · 1 comment
Assignees
Labels
Build Features planned for next Build conference memory connector msft.ext.vectordata Related to Microsoft.Extensions.VectorData .NET Issue or Pull requests regarding .NET code sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)

Comments

@westey-m
Copy link
Contributor

westey-m commented Oct 3, 2024

Some DBs allow all fields to be filterable by default. At the same time, they often provide optional indexing, which can improve the performance of filter. Consider making it an option to decide whether to create indexes for IsFilterable fields here or not.

@westey-m westey-m added .NET Issue or Pull requests regarding .NET code memory connector Ignite Features planned for next Ignite conference labels Oct 3, 2024
@westey-m westey-m self-assigned this Oct 3, 2024
@westey-m westey-m moved this to Sprint: Planned in Semantic Kernel Oct 3, 2024
@github-actions github-actions bot changed the title .net: VectorStore: Consider option for deciding whether to index fields for filtering .Net: VectorStore: Consider option for deciding whether to index fields for filtering Oct 3, 2024
@westey-m westey-m removed the triage label Oct 3, 2024
@evchaki evchaki added the sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community) label Oct 4, 2024
@westey-m westey-m removed the Ignite Features planned for next Ignite conference label Nov 4, 2024
@markwallace-microsoft markwallace-microsoft added the Build Features planned for next Build conference label Jan 7, 2025
@westey-m westey-m added the msft.ext.vectordata Related to Microsoft.Extensions.VectorData label Mar 20, 2025
@westey-m
Copy link
Contributor Author

westey-m commented Apr 4, 2025

We have decided to rename IsFilterable to IsIndexed so this will avoid any confusion in future.
Closing since this issue is not required anymore.
See #11130

@westey-m westey-m closed this as completed Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Features planned for next Build conference memory connector msft.ext.vectordata Related to Microsoft.Extensions.VectorData .NET Issue or Pull requests regarding .NET code sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Projects
Status: Sprint: Planned
Development

No branches or pull requests

3 participants