Skip to content

HateSlop/3-prompt-engineering_rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

3-prompt-engineering_rag

3기 3주차 프롬프트 엔지니어링 & RAG

제출 방법

  1. 자신의 깃허브 아이디로 브랜치 만든 다음에 개인 폴더 만들어주세요.
  2. 작업 하시고 커밋 후 오리진으로 푸시해주시면 됩니다.
  3. main 으로 풀리퀘 날려주시면 됩니다. merge 는 하시면 안돼요! 풀리퀘 제목 : 3기_3주차_[이름]

예시

git clone git@github.com:HateSlop/3-prompt-engineering_rag.git  # 클론
cd 3-set_up_practice # 프로젝트 루트로 이동
git checkout -b '본인 브랜치명' # 브랜치 생성 (본인의 브랜치, 폴더 등 생성)
mkdir '본인 폴더명' # 개인 폴더 만들기
cd '본인 폴더명' # 개인 폴더로 이동
# 작업을 진행해주세요
git add . # 작업 후 add
git commit -m "[feat] ~~" # 커밋
git push origin '본인 브랜치명' # 오리진에 푸시

폴더구조

.
├── README.md    # 프로젝트 설명 리드미 (수정X)
├── requirements.txt
├── .gitignore
├── prompt_engineering/
│   └── 실습_코드.ipynb
├── rag/
│   ├── source_data/
│   │   ├── docs1.txt
│   │   └── docs2.txt
│   ├── source/
│   │   └── hateslop.png
│   ├── build_vector_db.ipynb
│   └── rag_chatbot.ipynb
└── 본인_폴더명/                # 개인 폴더
    └── (개인 작업물) # 필수 
                   # 프롬프트 엔지니어링 과제 파일, 
                   # 라그 과제파일, 크롤링 결과물

커밋 컨벤션

feat: 새로운 기능 추가
fix: 버그 수정
docs: 문서 수정
style: 코드 포맷팅, 세미콜론 누락, 코드 변경이 없는 경우
refactor: 코드 리팩토링
test: 테스트 코드, 리팩토링 테스트 코드 추가
chore: 빌드 업무 수정, 패키지 매니저 수정, production code와 무관한 부분들 (.gitignore, build.gradle 같은)
comment: 주석 추가 및 변경
remove: 파일, 폴더 삭제
rename: 파일, 폴더명 수정

About

3기 3주차 프롬프트 엔지니어링, RAG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors