diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b0e6cd07acb6..00700b677acb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # ChangeLog -## [v0.6.38] - 2023-07-01 +## [v0.6.38] - 2023-07-02 ### New Features - Added async support for "compact" and "refine" response modes (#6590) - [feature]add transformer tokenize functionalities for optimizer (chinese) (#6659) - Add simple benchmark for vector store (#6670) -- Introduce `llama_index.llms` module, with new `LLM` interface, and `OpenAI`, `HuggingFaceLLM`, `LangChainLLM` implementations. +- Introduce `llama_index.llms` module, with new `LLM` interface, and `OpenAI`, `HuggingFaceLLM`, `LangChainLLM` implementations. (#6615) ### Bug Fixes / Nits - Improve metadata/node storage and retrieval for RedisVectorStore (#6678) diff --git a/llama_index/VERSION b/llama_index/VERSION index 4f9dfadc32c73..e1175633cddda 100644 --- a/llama_index/VERSION +++ b/llama_index/VERSION @@ -1 +1 @@ -0.6.38 +0.6.38.post1