{{ $ctrl.promptInputDatasetColumns ? 'Apply one filter criterion to every query, or define a per-row filter using a dataset column.' : 'Filter on the documents, to restrict this tool to just a part of the vector store.' }}
The FAISS vector store uses post-filtering. Some documents might be missing from the results. Consider raising the number of documents to retrieve or using another vector store.
Opensearch vector stores can use post-filtering. If using Opensearch, then some documents might be missing from the results. Consider raising the number of documents 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(", ") }}