pinecone-io / go-pinecone

Pinecone.io Golang Client
Apache License 2.0
49 stars 9 forks source link

Rename Filter to MetadataFilter for clarity #39

Closed aulorbe closed 4 months ago

aulorbe commented 4 months ago

Problem

Currently, Filter's function is confusing as it relates to Metadata (see this comment for more info).

Solution

Rename Filter to MetadataFilter to convey that it holds metadata that is used to constrain query-related requests.

Type of Change

Test Plan

CI passes.