GPTCache
Enrichment pendingSemantic cache for LLMs. Fully integrated with LangChain and llama_index.
GraphCanon updated today · GitHub synced today
8.1k
Stars
583
Forks
91
Open issues
56
Watchers
1y
Last push
Python MITCreated Mar 24, 2023
Trust & integrity
Full report- Maintenance
- Dormant (365d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Organization account
- As of today · Source: github_public_v1
- Security (OSV)
- No criticals
- As of today · Source: osv@v1
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Backing
Company and funding context for Zilliz. Display-only - not part of trust score or organic ranking.
- Company
- Zilliz·GitHub org profile·today
- Funding
- $60,000,000 (2022-08)·GraphCanon curated seed (public press)·today
- Commercial model
- Open core·GraphCanon curated seed·today
Overview
Semantic cache for LLMs. Fully integrated with LangChain and llama_index.
Capability facts
- Languages
- python
Source: github.language · Jul 11, 2026
Categories
Graph entities
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Python runtimePython
Source: README excerpt (regex_v1, Jul 11, 2026)
- Make sure that the Python version is **3.8.1 or higher**, check: `python --version`Source link
Tags
README
😊 Quick Start
Note:
- You can quickly try GPTCache and put it into a production environment without heavy development. However, please note that the repository is still under heavy development.
- By default, only a limited number of libraries are installed to support the basic cache functionalities. When you need to use additional features, the related libraries will be automatically installed.
- Make sure that the Python version is 3.8.1 or higher, check:
python --version - If you encounter issues installing a library due to a low pip version, run:
python -m pip install --upgrade pip.
install the repo
pip install -r requirements.txt python setup.py install