🎯 Goal
Implement a production-grade PostgreSQL 16 + pgvector storage adapter (internal/db/pgvector.go) for indexing code ASTs, diffs, and repository memory embeddings.
🛠️ Implementation Steps
- Add
pgvector-go or standard SQL driver with vector(1536) HNSW index support.
- Add semantic similarity search query for
eko ai ask and eko ai bisect.
🎯 Goal
Implement a production-grade PostgreSQL 16 +
pgvectorstorage adapter (internal/db/pgvector.go) for indexing code ASTs, diffs, and repository memory embeddings.🛠️ Implementation Steps
pgvector-goor standard SQL driver withvector(1536)HNSW index support.eko ai askandeko ai bisect.