Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
zilliztech
/
GPTCache
Public
Notifications
You must be signed in to change notification settings
Fork
596
Star
8.2k
Code
Issues
76
Pull requests
25
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Feature/embedding result cache
- #690
#690
Open
ayalaegoz
wants to merge 40 commits into
zilliztech:main
zilliztech/GPTCache:main
from
eitandub22:feature/embedding-result-cache
eitandub22/GPTCache:feature/embedding-result-cache
Copy head branch name to clipboard
Conversation
Commits
40
(40)
Checks
Files changed
Open
Feature/embedding result cache
#690
ayalaegoz
wants to merge 40 commits into
zilliztech:main
zilliztech/GPTCache:main
from
eitandub22:feature/embedding-result-cache
eitandub22/GPTCache:feature/embedding-result-cache
Copy head branch name to clipboard
Commits
Commits on May 4, 2026
Add MRL embeddings & HNSW+SQ8 Faiss support
Show description for 853de4f
eitandub22
committed
853de4f
View commit details
Copy full SHA for 853de4f
Browse repository at this point
Commits on May 7, 2026
Fix Faiss.rebuild() for hnsw_sq8: preserve tombstones instead of clearing them
Show description for 98c42d8
eitandub22
and
claude
committed
98c42d8
View commit details
Copy full SHA for 98c42d8
Browse repository at this point
Commits on May 10, 2026
Support batched import and float16 embedding storage
Show description for 5575de0
eitandub22
committed
5575de0
View commit details
Copy full SHA for 5575de0
Browse repository at this point
Commits on May 28, 2026
Add exact-match processor and ONNX export
Show description for 7b7ea29
eitandub22
committed
7b7ea29
View commit details
Copy full SHA for 7b7ea29
Browse repository at this point
Commits on May 31, 2026
Add CA_W_TINYLFU eviction policy and tests
Show description for ed4f876
eitandub22
committed
ed4f876
View commit details
Copy full SHA for ed4f876
Browse repository at this point
Add Hash-DoS defense to TinyLFU eviction
Show description for 34507bc
eitandub22
committed
34507bc
View commit details
Copy full SHA for 34507bc
Browse repository at this point
Commits on Jun 19, 2026
Improving the Cost-Aware implementation and added benchmarks + results
eitandub22
committed
7f8e819
View commit details
Copy full SHA for 7f8e819
Browse repository at this point
Commits on Jun 24, 2026
Harden CA_W_TINYLFU: adaptive cost-weighted window, decay, cleanup
Show description for 0e56c5f
eitandub22
and
claude
committed
0e56c5f
View commit details
Copy full SHA for 0e56c5f
Browse repository at this point
Add HNSW+PQ Faiss index types for higher vector compression
Show description for 71098f2
eitandub22
and
claude
committed
71098f2
View commit details
Copy full SHA for 71098f2
Browse repository at this point
Commits on Jun 28, 2026
Add SBERTMRL native truncation and qqp storage-frontier benchmark
Show description for 1314109
eitandub22
and
claude
committed
1314109
View commit details
Copy full SHA for 1314109
Browse repository at this point
Add cost_priority dial to CA_W_TINYLFU and lmsys eviction benchmarks
Show description for 00c9dd5
eitandub22
and
claude
committed
00c9dd5
View commit details
Copy full SHA for 00c9dd5
Browse repository at this point
Track the write-up and walkthrough docs
Show description for d25bea7
eitandub22
and
claude
committed
d25bea7
View commit details
Copy full SHA for d25bea7
Browse repository at this point
Commits on Jul 2, 2026
Add static-encoder cell J to the storage compression frontier
Show description for e802f81
eitandub22
and
claude
committed
e802f81
View commit details
Copy full SHA for e802f81
Browse repository at this point
Add WildChat eviction dataset and stationary n=7 evidence
Show description for f4a5f8a
eitandub22
and
claude
committed
f4a5f8a
View commit details
Copy full SHA for f4a5f8a
Browse repository at this point
Draft cost-aware eviction write-up with figures and references
Show description for 3d49ac5
eitandub22
and
claude
committed
3d49ac5
View commit details
Copy full SHA for 3d49ac5
Browse repository at this point
Commits on Jul 4, 2026
Add GDSF cost-aware baseline and CA_W_TINYLFU head-to-head
Show description for d62e833
eitandub22
and
claude
committed
d62e833
View commit details
Copy full SHA for d62e833
Browse repository at this point
docs: reconcile GDSF numbers to committed data and modernize tier example to GPT-5
Show description for 27645ac
eitandub22
and
claude
committed
27645ac
View commit details
Copy full SHA for 27645ac
Browse repository at this point
Add GDSF head-to-head figure script and completing benchmark seeds
Show description for 3393547
eitandub22
and
claude
committed
3393547
View commit details
Copy full SHA for 3393547
Browse repository at this point
Commits on Jul 26, 2026
Add CachedEmbedding: LRU wrapper to avoid re-embedding identical text
ayalaegoz
committed
e67e16f
View commit details
Copy full SHA for e67e16f
Browse repository at this point
Add unit tests for CachedEmbedding and register it in embedding package
ayalaegoz
committed
ab5dc1a
View commit details
Copy full SHA for ab5dc1a
Browse repository at this point
Commits on Jul 27, 2026
Add per-query embedding-cache benchmark (contribution #6)
ayalaegoz
committed
cdad389
View commit details
Copy full SHA for cdad389
Browse repository at this point
Add requirements.txt for benchmark scripts
ayalaegoz
committed
40e98de
View commit details
Copy full SHA for 40e98de
Browse repository at this point
Fix empty requirements.txt for benchmark scripts
ayalaegoz
committed
9f7ee26
View commit details
Copy full SHA for 9f7ee26
Browse repository at this point
Add 7-seed paired statistics for embedding-cache benchmark (Wilcoxon p=0.0156)
ayalaegoz
committed
44c6d37
View commit details
Copy full SHA for 44c6d37
Browse repository at this point
Document CachedEmbedding contribution in writeup (7-seed results, Wilcoxon p=0.0156)
ayalaegoz
committed
2bc7a03
View commit details
Copy full SHA for 2bc7a03
Browse repository at this point
Add embedding-cache single-pass baseline result (0% duplicate ratio, referenced in writeup)
ayalaegoz
committed
e9c261a
View commit details
Copy full SHA for e9c261a
Browse repository at this point
Add benchmark README and condensed report section for embedding cache
ayalaegoz
committed
f9ef46d
View commit details
Copy full SHA for f9ef46d
Browse repository at this point
Add condensed report section for embedding cache
ayalaegoz
committed
80656ff
View commit details
Copy full SHA for 80656ff
Browse repository at this point
Add EmbeddingDispatcher: multiprocessing fan-out for concurrent embedding throughput
ayalaegoz
committed
85d7d81
View commit details
Copy full SHA for 85d7d81
Browse repository at this point
Commits on Jul 28, 2026
Document EmbeddingDispatcher contribution in writeup (3-run crossover analysis)
ayalaegoz
committed
df1eb7a
View commit details
Copy full SHA for df1eb7a
Browse repository at this point
Commits on Aug 6, 2026
Cleanup + reproduction additions
Show description for 3db7a66
eitandub22
committed
3db7a66
View commit details
Copy full SHA for 3db7a66
Browse repository at this point
Commits on Aug 7, 2026
Add missing EmbeddingDispatcher benchmark script (was created but never committed)
ayalaegoz
committed
7a151aa
View commit details
Copy full SHA for 7a151aa
Browse repository at this point
Add EmbeddingDispatcher smoke-test result file
ayalaegoz
committed
6b23bce
View commit details
Copy full SHA for 6b23bce
Browse repository at this point
Merge branch 'feature/embedding-result-cache' of https://github.com/eitandub22/GPTCache into feature/embedding-result-cache
ayalaegoz
committed
b5b3180
View commit details
Copy full SHA for b5b3180
Browse repository at this point
Rename default output file to avoid collision with friend's benchmark_dispatcher.py
ayalaegoz
committed
cf9ba4e
View commit details
Copy full SHA for cf9ba4e
Browse repository at this point
Added readme
Show description for 94c4b4d
eitandub22
committed
94c4b4d
View commit details
Copy full SHA for 94c4b4d
Browse repository at this point
Commits on Aug 8, 2026
Add fine-grained (8-level) crossover analysis: mean+-std per concurrency, 3 runs
ayalaegoz
committed
5054df5
View commit details
Copy full SHA for 5054df5
Browse repository at this point
Add remaining benchmark result files
ayalaegoz
committed
afaf6b3
View commit details
Copy full SHA for afaf6b3
Browse repository at this point
Merge branch 'feature/embedding-result-cache' of https://github.com/eitandub22/GPTCache into feature/embedding-result-cache
ayalaegoz
committed
70e02ce
View commit details
Copy full SHA for 70e02ce
Browse repository at this point
Update BENCHMARKING.md
eitandub22
committed
6c34a54
View commit details
Copy full SHA for 6c34a54
Browse repository at this point
You can’t perform that action at this time.