Closed mtbarta closed 6 months ago
This fixes how the index configuration object works. Previously, we used constructor chaining to create the encoder, but that wasn't working.
Now, since creating the encoder is one line, we don't have to chain constructors.
This fixes how the index configuration object works. Previously, we used constructor chaining to create the encoder, but that wasn't working.
Now, since creating the encoder is one line, we don't have to chain constructors.