Skip to content

Commit 9c423aa

Browse files
committed
Fix docs typo
1 parent 8433d8b commit 9c423aa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pinecone/core/client/model/query_request.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def _from_openapi_data(cls, top_k, queries, *args, **kwargs): # noqa: E501
166166
through its discriminator because we passed in
167167
_visited_composed_classes = (Animal,)
168168
namespace (str): The namespace to query.. [optional] # noqa: E501
169-
filter ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): The filter to apply if no filter is specified in `QueryVector. You can use vector metadata to limit your search. See https://www.pinecone.io/docs/metadata-filtering/`.. [optional] # noqa: E501
169+
filter ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): The filter to apply if no filter is specified in `QueryVector. You can use vector metadata to limit your search. See https://www.pinecone.io/docs/metadata-filtering/.. [optional] # noqa: E501
170170
include_values (bool): Indicates whether vector values are included in the response.. [optional] if omitted the server will use the default value of False # noqa: E501
171171
include_metadata (bool): Indicates whether metadata is included in the response as well as the ids.. [optional] if omitted the server will use the default value of False # noqa: E501
172172
"""
@@ -257,7 +257,7 @@ def __init__(self, top_k, queries, *args, **kwargs): # noqa: E501
257257
through its discriminator because we passed in
258258
_visited_composed_classes = (Animal,)
259259
namespace (str): The namespace to query.. [optional] # noqa: E501
260-
filter ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): The filter to apply if no filter is specified in `QueryVector. You can use vector metadata to limit your search. See https://www.pinecone.io/docs/metadata-filtering/`.. [optional] # noqa: E501
260+
filter ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): The filter to apply if no filter is specified in `QueryVector. You can use vector metadata to limit your search. See https://www.pinecone.io/docs/metadata-filtering/.. [optional] # noqa: E501
261261
include_values (bool): Indicates whether vector values are included in the response.. [optional] if omitted the server will use the default value of False # noqa: E501
262262
include_metadata (bool): Indicates whether metadata is included in the response as well as the ids.. [optional] if omitted the server will use the default value of False # noqa: E501
263263
"""

specs/pinecone_api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@
708708
"$eq": 2019
709709
}
710710
},
711-
"description": "The filter to apply if no filter is specified in `QueryVector. You can use vector metadata to limit your search. See https://www.pinecone.io/docs/metadata-filtering/`."
711+
"description": "The filter to apply if no filter is specified in `QueryVector. You can use vector metadata to limit your search. See https://www.pinecone.io/docs/metadata-filtering/."
712712
},
713713
"includeValues": {
714714
"type": "boolean",

specs/vector_service.openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@
508508
"$eq": 2019
509509
}
510510
},
511-
"description": "The filter to apply if no filter is specified in `QueryVector. You can use vector metadata to limit your search. See https://www.pinecone.io/docs/metadata-filtering/`."
511+
"description": "The filter to apply if no filter is specified in `QueryVector. You can use vector metadata to limit your search. See https://www.pinecone.io/docs/metadata-filtering/."
512512
},
513513
"includeValues": {
514514
"type": "boolean",

0 commit comments

Comments
 (0)