Quantcast
Viewing latest article 30
Browse Latest Browse All 827

Best Practices for Exact Text Search in Pinecone?

To my knowledge, Pinecone doesn’t support text search or substring matching. To identify records that contain a specific piece of text, we may need to maintain a separate mapping, such as:

id_to_text = {
“id-1”: “this is some text”,
“id-2”: “this is some other text”,
# …
}

Is this considered good practice? If so, given that this mapping can grow quite large, what are some effective strategies for persisting it?

If not, how do people typically handle exact text search for debugging purposes when using Pinecone?

1 post - 1 participant

Read full topic


Viewing latest article 30
Browse Latest Browse All 827

Trending Articles