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
refactor: remove chromem-go — pgvector on PostgreSQL replaces it
Remove standalone vector DB (chromem-go) in favor of PostgreSQL pgvector
extension which runs alongside AGE on the same database instance.
Removed:
- chromem-go dependency
- VectorStore type and initialization
- --embed flag from ccg build
- --semantic flag from ccg search
Vector search can be added later via pgvector on the same PostgreSQL
that already runs AGE, without any additional infrastructure.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments