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

Closed
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_PORT: "5432"
DB_NAME: memory DB_NAME: memory
MIGRATIONS_DIR: crates/mem-store/migrations MIGRATIONS_DIR: crates/mem-store/migrations
DOCKER_HOST: tcp://localhost:2375
jobs: jobs:
migrate: migrate:
name: Run Migrations name: Run Migrations
runs-on: rust runs-on: rust
steps: steps:
- name: Install Node.js and psql - name: Install Node.js, Docker, and psql
run: | run: |
apt-get update apt-get update
apt-get install -y nodejs postgresql-client apt-get install -y nodejs docker.io postgresql-client
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4