diff --git a/include/index.h b/include/index.h index 8020c23f..1944d7d1 100644 --- a/include/index.h +++ b/include/index.h @@ -749,7 +749,8 @@ public: const std::vector& symbols_to_index, const bool do_validation, const size_t remote_embedding_batch_size = 200, const size_t remote_embedding_timeout_ms = 60000, const size_t remote_embedding_num_tries = 2, const bool generate_embeddings = true, - const bool use_addition_fields = false, const tsl::htrie_map& addition_fields = {}); + const bool use_addition_fields = false, + const tsl::htrie_map& addition_fields = tsl::htrie_map()); void index_field_in_memory(const field& afield, std::vector& iter_batch);