Skip to content

[Feature]: The array attribute of the JSON data type should support intersection queries. #25162

Closed
@pofey

Description

@pofey

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

json data:
{ "genre": ["comedy", "documentary"] }

I need to query data where the genre includes 'documentary' and 'plot' values, which is currently not supported. However, Pinecone can implement this with the $in keyword.

For example, queries with the following filters will match the vector:
{"genre": {"$in":["documentary","action"]}}

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

Metadata

Metadata

Labels

good first issueGood for newcomerskind/featureIssues related to feature request from users

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions