feat: Memory Phase 3 — LLM ingest, observability, migrations #49

Open
rock wants to merge 18 commits from feat/memory-ingest-retrieval into main
Showing only changes of commit c7def601ec - Show all commits
+3 -2
View File
@@ -12,16 +12,17 @@ env:
DB_PORT: "5432"
DB_NAME: memory
MIGRATIONS_DIR: crates/mem-store/migrations
DOCKER_HOST: tcp://localhost:2375
jobs:
migrate:
name: Run Migrations
runs-on: rust
steps:
- name: Install Node.js and psql
- name: Install Node.js, Docker, and psql
run: |
apt-get update
apt-get install -y nodejs postgresql-client
apt-get install -y nodejs docker.io postgresql-client
- name: Checkout code
uses: actions/checkout@v4