diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f918945..db7f9af8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ * Make transformers optional & allow pinecone-text with dense optional [#266](https://github.com/pinecone-io/canopy/pull/266) * Add cohere reranker [#269](https://github.com/pinecone-io/canopy/pull/269) * Add dimension support for OpenAI embeddings [#273](https://github.com/pinecone-io/canopy/pull/273) +* Include config template files inside the package and add a CLI command to dump them [#287](https://github.com/pinecone-io/canopy/pull/287) ### Documentation * Add contributing guide [#254](https://github.com/pinecone-io/canopy/pull/254)