본문 바로가기

분류 전체보기128

Searching for Best Practices in Retrieval-Augmented Generation 리뷰 Searching for Best Practices in Retrieval-Augmented GenerationRetrieval-augmented generation (RAG) techniques have proven to be effective in integrating up-to-date information, mitigating hallucinations, and enhancing response quality, particularly in specialized domains. While many RAG approaches have been proposedarxiv.org 오랜만에 논문리뷰를 하는 것 같네요. 링크드인으로 요즘 트렌드나 기술을 팔로 업하고 있는데 'RAG를 최적화하기 위한 필독 논문.. 2024. 7. 17.
Docker Container 이해하기 - Dockerfile Dockerfile▶ 도커 이미지의 인프라 구성을 기술한 파일  Dockerfile referenceFind all the available commands you can use in a Dockerfile and learn how to use them, including COPY, ARG, ENTRYPOINT, and more.docs.docker.com From 명령FROM [AS ]FROM [:] [AS ] dokcer image builddocker image build -t : [Context PATH]  Dockerfile FROM 명령과 docker image build # 1. 이미지 작업할 폴더를 생성하고 이동한 후 Dockerfile 편집mkdir -p ~/buildlab/from .. 2024. 7. 12.
Docker Container 이해하기 - (4) image 명령어, 도커파일 Docker login#도커 로그인docker login -u kdb17saccess token 입력Docker pushdocker push /:Docker pulldocker pull username/repository:tagDocker Tag  docker image tag repository/name:tag repository/name:tag[변경값]Docker rmdocker image rm repository/name:tagDocker image inspectdocker image inspect Docker image prune docker image prune -a 2024. 7. 12.
Docker Container 이해하기 - (3) UFS(Union File System) ▶ “union mount”를 구현하고 Layer를 생성하여 작동하는 파일 시스템  ▶  도커는 “copy-on-write”기술과 UFS를 사용하여 컨테이너에 대한 빌딩 블록을 제공하여 매우 가볍고 빠르게 동작함  Docker 용어 Docker HUB ▶ docker 공식 이미지를 관리하는 무료 레지스트리▶ 개인이 작성한 Docker 이미지도 공개 가능  Docker Hub Container Image Library | App ContainerizationIncrease your reach and adoption on Docker Hub With a Docker Verified Publisher subscription, you'll increase trust, .. 2024. 7. 12.