git : https://github.com/psmon/memorizer-v1
위 오픈소스를 Pull한후
docker compose up -d |
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Storage": "Host=localhost;Port=5432;Database=postgmem;Username=postgres;Password=postgres"
},
"Embeddings": {
"ApiUrl": "http://localhost:11434",
"Model": "all-minilm:33m-l12-v2-fp16"
},
"LLM": {
"ApiUrl": "http://localhost:11434",
"Model": "qwen2:0.5b",
"Timeout": "00:02:00"
},
"Server": {
"CanonicalUrl": "http://memorizer-test.local:5012"
}
} |
dotnet publish -c Release /t:PublishContainer |
{
"mcpServers": {
"memorizer": {
"url": "http://localhost:5000/sse"
}
}
} |



로컬 LLM/임베딩을 사용해 성능이 다소 떨어지겠지만~ 팀의 장기기억메모리를 활용하는 컨셉을 알기위해 수행

