폴더 구조 설명 추가

This commit is contained in:
mskim 2025-12-10 10:02:33 +09:00
parent 44f650d907
commit 3e758a4999
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
## 📐 전체 아키텍처
```
AI ↔ Spring Boot(Memory Manager)
AI ↔ Spring Boot(Dewey)
├── Redis (단기 메모리 + 캐시 + 벡터 검색)
└── PostgreSQL (정제된 장기기억 영구 저장)
```
@ -66,7 +66,7 @@ AI ↔ Spring Boot(Memory Manager)
# ⭐ 시스템 구성 요소
## 1. Spring Boot (Memory Manager API)
## 1. Spring Boot (Dewey API)
Spring Boot는 전체 장기기억 처리의 중심 역할을 수행한다.