diff --git a/.project b/.project new file mode 100644 index 0000000000..b29765cfe1 --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ + + + weaviate + + + + + + + + diff --git a/restapi/configure_weaviate.go b/restapi/configure_weaviate.go index 569b6b7270..b426f59f25 100644 --- a/restapi/configure_weaviate.go +++ b/restapi/configure_weaviate.go @@ -2141,9 +2141,8 @@ func configureAPI(api *operations.WeaviateAPI) http.Handler { } // TODO `Fields` parameter handling, check if has unrecognised values. Needs hardcoded mapping to class attributes. - // Can reach fields through `Payload` + // Can reach fields through `Payload` property. return operations.NewWeaviateBatchingThingsCreateOK().WithPayload(batchedRequestResponse) - }) /*