Skip to content

Commit

Permalink
Update the version to 0.1.38
Browse files Browse the repository at this point in the history
Signed-off-by: SimFG <bang.fu@zilliz.com>
  • Loading branch information
SimFG committed Jul 31, 2023
1 parent 7f156ae commit 58de7f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/release_note.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ To read the following content, you need to understand the basic use of GPTCache,
- [Readme doc](https://github.com/zilliztech/GPTCache)
- [Usage doc](https://github.com/zilliztech/GPTCache/blob/main/docs/usage.md)

## v0.1.38 (2023.7.31)

Some improvements:
1. Handle openai change of api base for just embeddings
2. Support for custom class schema in weaviate vector store
3. Fix the error: 'SSDataManager' object has no attribute 'eviction_manager'

## v0.1.37 (2023.7.23)

1. Support the weaviate vector databse
Expand Down
2 changes: 1 addition & 1 deletion gptcache/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""gptcache version"""
__version__ = "0.1.37"
__version__ = "0.1.38"

from gptcache.config import Config
from gptcache.core import Cache
Expand Down

0 comments on commit 58de7f5

Please sign in to comment.