Breaking Changes
* Semantic Chunkers will no longer be taking in an additional `tokenizer` object, and would instead infer the tokenizer from the `embedding_model` passed. This is done to ensure that the `tokenizer` and `embedding_model` token counts always match as that is a necessary condition for some of the optimizations on them.
What's Changed
* Update Docs by bhavnicksm in https://github.com/bhavnicksm/chonkie/pull/14
* Update acknowledgements in README.md for improved clarity and appreci… by bhavnicksm in https://github.com/bhavnicksm/chonkie/pull/15
* Update README.md + fix DOCS.md typo by bhavnicksm in https://github.com/bhavnicksm/chonkie/pull/17
* Remove Spacy dependency from Chonkie by bhavnicksm in https://github.com/bhavnicksm/chonkie/pull/20
* Remove Spacy dependency from 'sentence' install + Add FAQ to DOCS.md by bhavnicksm in https://github.com/bhavnicksm/chonkie/pull/21
* Update README.md + minor updates by bhavnicksm in https://github.com/bhavnicksm/chonkie/pull/22
* fix: tokenizer mismatch for `SemanticChunker` + Add BaseEmbeddings by bhavnicksm in https://github.com/bhavnicksm/chonkie/pull/24
* Update dependency version of SentenceTransformer to at least 2.3.0 by bhavnicksm in https://github.com/bhavnicksm/chonkie/pull/27
* Add initial batching support via `chunk_batch` fn + update DOCS by bhavnicksm in https://github.com/bhavnicksm/chonkie/pull/28
* [BUG] Fix the start_index and end_index to point to character indices, not token indices by mrmps in https://github.com/bhavnicksm/chonkie/pull/29
* [DOCS] Fix typo for import tokenizer in quick start example by jasonacox in https://github.com/bhavnicksm/chonkie/pull/30
* Major Update: Fix bugs + Update docs + Add slots to dataclasses + update word & sentence splitting logic + minor changes by bhavnicksm in https://github.com/bhavnicksm/chonkie/pull/32
New Contributors
* mrmps made their first contribution in https://github.com/bhavnicksm/chonkie/pull/29
* jasonacox made their first contribution in https://github.com/bhavnicksm/chonkie/pull/30
**Full Changelog**: https://github.com/bhavnicksm/chonkie/compare/v0.1.2...v0.2.0.post1