Skip to content

Commit 58de7f5

Browse files
committed
Update the version to 0.1.38
Signed-off-by: SimFG <[email protected]>
1 parent 7f156ae commit 58de7f5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/release_note.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ To read the following content, you need to understand the basic use of GPTCache,
55
- [Readme doc](https://github.com/zilliztech/GPTCache)
66
- [Usage doc](https://github.com/zilliztech/GPTCache/blob/main/docs/usage.md)
77

8+
## v0.1.38 (2023.7.31)
9+
10+
Some improvements:
11+
1. Handle openai change of api base for just embeddings
12+
2. Support for custom class schema in weaviate vector store
13+
3. Fix the error: 'SSDataManager' object has no attribute 'eviction_manager'
14+
815
## v0.1.37 (2023.7.23)
916

1017
1. Support the weaviate vector databse

gptcache/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""gptcache version"""
2-
__version__ = "0.1.37"
2+
__version__ = "0.1.38"
33

44
from gptcache.config import Config
55
from gptcache.core import Cache

0 commit comments

Comments
 (0)