{{ $ctrl.promptInputDatasetColumns ? 'Apply one filter criterion to every query, or define a per-row filter using a dataset column.' : 'Filter on the results, to restrict this tool to just a part of the vector store.' }}
The FAISS vector store uses post-filtering. Some results might be missing. Consider raising the number of results to retrieve or using another vector store.
Opensearch vector stores can use post-filtering. If using Opensearch, then some results might be missing. Consider raising the number of results to retrieve or using another vector store.
The VertexAI vector store doesn't support 'OR' conditions. Consider using another vector store.
Unsupported type filtering for columns: {{ $ctrl.filteringDiscardedColumns.join(", ") }}