Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

git : https://github.com/psmon/memorizer-v1

위 오픈소스를 Pull한후

로컬 인프라 구동 - 팀메모리

Code Block
themeEmacs
docker compose up -d

...

Code Block
themeEmacs
titleappsettings.json
{
  "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"
  }
} 


로컬 어플리케이션구동 - 로컬MCP

Code Block
themeEmacs
dotnet publish -c Release /t:PublishContainer
  • dotnet 미설치시 리눅스 dot net sdk 9 설치법 GPT에 문의...
Code Block
themeEmacs
{
  "mcpServers": {
    "memorizer": {
      "url": "http://localhost:5000/sse"
    }
  }
}



메모리 검색및 생성

Image Added


메모리생성(지식)

Image Added


RAG화

Image Added



관련 영상

Widget Connector
urlhttps://www.youtube.com/watch?v=J9JRK64x8Wc

...