Skip to content

Commit

Permalink
chore: Update database connection string and container name in config…
Browse files Browse the repository at this point in the history
…uration
  • Loading branch information
naaive committed Jul 25, 2024
1 parent 355a686 commit 075ea35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ LLM_API_BASE=http://ollama:11434

## A database is required for vector and user management.
## Database connection string
DB_CONNECTION=postgresql+psycopg://postgres:password@vec_db:5434/vec
DB_CONNECTION=postgresql+psycopg://postgres:password@vector_db:5434/vec

# End of basic configuration
############################
Expand Down
2 changes: 1 addition & 1 deletion src/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
networks:
- openagent-network

vec_db:
vector_db:
image: pgvector/pgvector:pg16
container_name: vec_db
restart: unless-stopped
Expand Down

0 comments on commit 075ea35

Please sign in to comment.