Full Text Search in Pinecone, Now in Public Preview
5/7/2026
Introduces Full Text Search (FTS) as a new capability in Pinecone, allowing BM25 scoring across multiple text fields, Lucene query syntax, and multi-language tokenization. Details the schema definition for text fields, dense vectors, sparse vectors, and metadata within a single index. Explains how FTS can be used as a filter before vector ranking and demonstrates query examples using Python SDK. Notes that scoring is modality-specific per query and that mutable schema is required for existing indexes to adopt FTS.