Skip to content

Commit 6d3cd72

Browse files
committed
QuerySettings - filter supporting Any value type
1 parent c26eaad commit 6d3cd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pinecone-core/src/main/scala/io/cequence/pineconescala/domain/settings/QuerySettings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ case class QuerySettings(
88

99
// The filter to apply. You can use vector metadata to limit your search.
1010
// See https://www.pinecone.io/docs/metadata-filtering/.
11-
filter: Map[String, String] = Map(),
11+
filter: Map[String, Any] = Map(),
1212

1313
// Indicates whether vector values are included in the response.
1414
includeValues: Boolean,

0 commit comments

Comments
 (0)