Couchbase filter with python sdk

Hello, before performing vector search with Couchbase, I want to first perform a different search and then conduct the vector search within the results. How can I achieve this using the Python SDK?

Hi @leolee . Is this question answered on your other post FTS search and vectorsearch - #2 by graham.pople? Essentially I think you would run the FTS and vector searches together with AND (results must match both).

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.