This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 599 B View raw
1# Connection string for the SHARED Postgres database. 2# This database is OWNED BY THE DATA-COLLECTION TEAMMATE. 3# Existing tables are read-only for the rec engine EXCEPT the embedding columns of 4# tangled_readmes (embedding / embedding_model / embedded_at), which we fill. 5DB_CONNECTION_STRING=postgresql://user:password@host:5432/postgres 6 7# Google Gemini API key (Google AI Studio) for README embeddings. 8# Model: gemini-embedding-001 at outputDimensionality=1536 (matches the vector(1536) column). 9GEMINI_API_KEY=your-gemini-api-key 10# Optional override: 11# GEMINI_EMBED_MODEL=gemini-embedding-001