>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #672
Update issue details
Title *
Description
Fixed RAG embedding cache that was causing hundreds of /embedding requests. Changed from file-based cache (/tmp/highway-rag-cache) to PostgreSQL table (rag_embedding_cache) with TTL. Each container was computing embeddings separately because /tmp is container-local. Now first container computes and saves to DB, others load from cache instantly. Migration: 01KD7969WDSZP28E6RTNZ9MHQ4_rag_embedding_cache.sql
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Won't Do
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel