Gustavo
06/16/2023, 7:15 PMPOST ${TYPESENSE_HOST}/collections/:collection/documents
and POST ${TYPESENSE_HOST}/collections/:collection/documents/import
when being used for a single document? I'm wondering if I can simply use the import endpoint, so I can have a function in my code that handles both a single document and multiple documents (instead of one function for each case).Jason Bosco
06/16/2023, 7:48 PM/import
as wellJason Bosco
06/16/2023, 7:48 PMJason Bosco
06/16/2023, 7:49 PMGustavo
06/16/2023, 7:50 PM