Sai Prasanth
03/01/2023, 12:14 PMjson.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
when calling typesense_client.collections.create(schema)
. This is a python code . The schema is
{
'name': 'idi_v8',
'fields': [
{"name": ".*", "type": "auto"},
{'name': 'title', 'type': 'string', 'facet': True},
{'name': 'content_type', 'type': 'string', 'facet': True}
]
}
Kishore Nallan
03/01/2023, 12:39 PMKishore Nallan
03/01/2023, 12:43 PMjson.decoder.JSONDecodeError:
is Python-side error. What version of the Python client are you using?Sai Prasanth
03/01/2023, 12:46 PM0.15.0
with typesense 0.22.1
Kishore Nallan
03/01/2023, 12:49 PMSai Prasanth
03/01/2023, 12:50 PMKishore Nallan
03/01/2023, 12:50 PMSai Prasanth
03/01/2023, 12:52 PMKishore Nallan
03/01/2023, 1:03 PMSai Prasanth
03/01/2023, 1:17 PM