From 480a653230ffda758add09e0c7f2e51bc86a4abf Mon Sep 17 00:00:00 2001 From: GuglielmoCerri Date: Thu, 2 Jul 2026 11:18:33 +0200 Subject: [PATCH] Add khazad to Tools --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 11e2bb0..9c168c7 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,10 @@ Processing: A Survey** *CocoIndex is an open-source ETL framework to index data for AI, such as RAG; with realtime incremental updates and support custom logic like lego.* [`Website`](https://cocoindex.io/) +- **khazad** + *Transparent semantic cache for LLM API calls, powered by Redis Vector Sets. Cuts cost and latency by returning cached responses for semantically similar queries.* + [`GitHub`](https://github.com/GuglielmoCerri/khazad) + ## Other Collections - [Awesome LLM RAG](https://github.com/jxzhangjhu/Awesome-LLM-RAG)