We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26eaad commit 6d3cd72Copy full SHA for 6d3cd72
pinecone-core/src/main/scala/io/cequence/pineconescala/domain/settings/QuerySettings.scala
@@ -8,7 +8,7 @@ case class QuerySettings(
8
9
// The filter to apply. You can use vector metadata to limit your search.
10
// See https://www.pinecone.io/docs/metadata-filtering/.
11
- filter: Map[String, String] = Map(),
+ filter: Map[String, Any] = Map(),
12
13
// Indicates whether vector values are included in the response.
14
includeValues: Boolean,
0 commit comments