Releases: zilliztech/GPTCache
Releases · zilliztech/GPTCache
v0.1.44
v0.1.43
What's Changed
- Fix metaclass conflict error when installing pydantic v2 and using langchain by @SimFG in #555
- Update usage.md by @jmahmood in #565
- Add the disable report config by @SimFG in #564
- Avoid installing Redis library if it's not used by @leio10 in #574
- Update the version to
0.1.43
by @SimFG in #580
New Contributors
Full Changelog: 0.1.42...0.1.43
v0.1.42
What's Changed
- [mod] updated docs for scalar/vector storage, distributed caching and… by @a9raag in #539
- bugfix: fix correct dependency name for redis-om by @KeshavSingh29 in #541
- Add the 'hit callback' func by @SimFG in #542
- docs: fix LangChainChat example by @tongtie in #543
- Update the version to
0.1.42
by @SimFG in #546
New Contributors
- @KeshavSingh29 made their first contribution in #541
- @tongtie made their first contribution in #543
Full Changelog: 0.1.41...0.1.42
v0.1.41
What's Changed
- [fix] Failed to import gptcache due to missing redis dependency by @a9raag in #522
- feat: Add scalar storage support for DynamoDB by @gauthamchandra in #531
- Support caching of async completion and cache completion by @Rested in #513
- Fix the langchain chat pydantic bug by @SimFG in #538
New Contributors
- @gauthamchandra made their first contribution in #531
- @Rested made their first contribution in #513
Full Changelog: 0.1.40...0.1.41
v0.1.40
v0.1.39.1
What's Changed
- Fix backwards search results in pgvector.py by @RayceRossum in #515
- Update the test case of pgvector store by @SimFG in #516
New Contributors
- @RayceRossum made their first contribution in #515
Full Changelog: 0.1.39...0.1.39.1
v0.1.39
What's Changed
- NumpyNormEvaluation numpy error fix by @keenborder786 in #502
- Small package name fix in test's requirement.txt file by @keenborder786 in #505
- Add the static method for the azure openai by @SimFG in #507
- LangChainLLMs cache_obj update by @keenborder786 in #508
- Use the fixed version of usearch lib by @SimFG in #510
- Fix the wrong search result of the pgvector by @SimFG in #514
New Contributors
- @keenborder786 made their first contribution in #502
Full Changelog: 0.1.38...0.1.39
v0.1.38
What's Changed
- Handle openai change of api base for just embeddings by @keeganmccallum in #495
- added support for custom class schema in weaviate vector store by @pranaychandekar in #500
- Fix the error: 'SSDataManager' object has no attribute by @SimFG in #501
New Contributors
- @keeganmccallum made their first contribution in #495
Full Changelog: 0.1.37...0.1.38
v0.1.37
🎉 Introduction to new functions of GPTCache
- Support the weaviate vector database
What's Changed
- Use the old version for the chromadb by @SimFG in #492
- added support for weaviate vector databse by @pranaychandekar in #493
- Update the version to
0.1.37
by @SimFG in #494
New Contributors
- @pranaychandekar made their first contribution in #493
Full Changelog: 0.1.36...0.1.37
v0.1.36
🎉 Introduction to new functions of GPTCache
- Fix the connection error of the remote redis cache store
- Add the openai proxy for the chat complete api
What's Changed
- Add the get
redis
andmongo
store examples in the reference doc by @SimFG in #477 - Listen as an OpenAI Complete API by @SimFG in #480
- Dev by @BlackMagicKau in #483
- Bugfix/#486: provide redis_connection for creating all Object Models by @a9raag in #487
New Contributors
- @BlackMagicKau made their first contribution in #483
Full Changelog: 0.1.35...0.1.36