Gptcache

Latest version: v0.1.44

Safety actively analyzes 701533 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 7

0.1.9

What's Changed
* Support to import data set by SimFG in https://github.com/zilliztech/GPTCache/pull/182
* Refine vector interface by junjiejiangjjj in https://github.com/zilliztech/GPTCache/pull/187
* Add a pre-process function for removing the prompt info by SimFG in https://github.com/zilliztech/GPTCache/pull/186
* Update the version to `0.1.9` by SimFG in https://github.com/zilliztech/GPTCache/pull/189


**Full Changelog**: https://github.com/zilliztech/GPTCache/compare/0.1.8...0.1.9

0.1.8

What's Changed
* Add hnswlib by junjiejiangjjj in https://github.com/zilliztech/GPTCache/pull/167
* Update the contributing doc and remove `nop` post-process function by SimFG in https://github.com/zilliztech/GPTCache/pull/172
* Update LangChainLLMs with LLM by shiyu22 in https://github.com/zilliztech/GPTCache/pull/170
* Import package with utils by shiyu22 in https://github.com/zilliztech/GPTCache/pull/173
* Remove `faiss-cpu` version to fix the python 3.10 download error by SimFG in https://github.com/zilliztech/GPTCache/pull/174
* Update the version to `0.1.8` by SimFG in https://github.com/zilliztech/GPTCache/pull/176


**Full Changelog**: https://github.com/zilliztech/GPTCache/compare/0.1.7...0.1.8

0.1.7

What's Changed
* Fix the `cache_skip` param don't take effect by SimFG in https://github.com/zilliztech/GPTCache/pull/168

**Full Changelog**: https://github.com/zilliztech/GPTCache/compare/0.1.5...0.1.7

0.1.6

What's Changed
* Add more API references by jaelgu in https://github.com/zilliztech/GPTCache/pull/128
* Update the benchmark result by SimFG in https://github.com/zilliztech/GPTCache/pull/129
* Update docs by shanghaikid in https://github.com/zilliztech/GPTCache/pull/130
* Update index.rst for changes in README by jaelgu in https://github.com/zilliztech/GPTCache/pull/131
* Add workflow lint & linckcheck by Bennu-Li in https://github.com/zilliztech/GPTCache/pull/133
* Make the cached result more similar to openAI response by SimFG in https://github.com/zilliztech/GPTCache/pull/134
* Update the contributing doc by SimFG in https://github.com/zilliztech/GPTCache/pull/137
* Update the test workflow by SimFG in https://github.com/zilliztech/GPTCache/pull/146
* Rebase dev branch - 2023.4.10 by SimFG in https://github.com/zilliztech/GPTCache/pull/162


**Full Changelog**: https://github.com/zilliztech/GPTCache/compare/0.1.5...0.1.6

0.1.5

🎉 GPTCache officially released the first version.

Introduction
GPTCache is a library for creating semantic cache to store responses from LLM queries.

What's Supported
* LLM Adapter
- Support OpenAI ChatGPT API
- Support langchain
* Embedding
- Disable embedding. This will turn GPTCache into a keyword-matching cache
- Support OpenAI embedding API
- Support ONNX with the GPTCache/paraphrase-albert-onnx model
- Support Hugging Face embedding API
- Support Cohere embedding API
- Support fastText embedding API
- Support SentenceTransformers embedding API
* Cache Storage
- Support SQLite
- Support PostgreSQL
- Support MySQL
- Support MariaDB
- Support SQL Server
- Support Oracle
* Vector Store
- Support Milvus
- Support Zilliz Cloud
- Support FAISS
* Similarity Evaluator
- The distance we obtain from the Vector Store
- A model-based similarity determined using the GPTCache/albert-duplicate-onnx model from ONNX
- Exact matches between the input request and the requests obtained from the Vector Store
- Distance represented by applying linalg.norm from numpy to the embeddings

**Full Changelog**: https://github.com/zilliztech/GPTCache/commits/0.1.5

Page 7 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.