- Text that is too long to be sent to the embedding model is now truncated to the correct length. [6](https://github.com/simonw/openai-to-sqlite/issues/6)
- `openai-to-sqlite similar` command, [documented here](https://github.com/simonw/openai-to-sqlite/blob/0.4/README.md#search-for-similar-content-with-the-similar-command). Thanks, [Benoit Delbosc](https://github.com/bdelbosc). [#14](https://github.com/simonw/openai-to-sqlite/issues/14)
- New `--count` option for `openai-to-sqlite search` command. [13](https://github.com/simonw/openai-to-sqlite/issues/13)
- Dropped support for Python 3.7 due to new dependency on `tiktoken`.