Skip to content

Commit fd99a96

Browse files
authored
Update index.md
1 parent 509d8e2 commit fd99a96

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

index.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -353,12 +353,17 @@ docker-compose up -d
353353

354354
### **AI**
355355

356-
### Chat bot `KUKU` 소개
356+
1. `git clone https://github.com/kookmin-sw/capstone-2024-30.git`
357+
2. `cd YOUR PATH/ai/`
358+
3. `pip install -r requirements.txt`
359+
4. 벡터 저장소 FAISS 폴더를 `/ai` 에 위치 [다운로드 링크](https://drive.google.com/file/d/1-U5X_xRg0PLITrDWDNMeZK_NAP5IIwsL/view?usp=sharing)
360+
5. `python run_chatbot.py`
357361

358-
국민대에 관한 모든 것을 물어보세요 !
359-
국민대 관련 데이터를 기반으로 답변을 생성하는 챗봇 <쿠쿠>입니다.
362+
<br>
363+
364+
## **9. 기타**
360365

361-
### 주요 수집 데이터 출처
366+
### **챗봇 주요 수집 데이터 출처**
362367

363368
- [국민대 2023 요람 PDF](https://www.kookmin.ac.kr/comm/cmfile/thumbnail2.do?encSvrFileNm=223d2bdfdbb4df30ad85271267bd6e6a0a913159736ab9843bb76fc00eeeb5ddb1e88f35002b9cf1b749bfe96b751f16b8be21ad5273d348a74b10a57513dd4540bbcb178d3151db4d507c693a1f7ef9&encFileGrpSeq=8e8e9041def64eb5f7f8c21154bcff06&encFileSeq=cf9f1626435aafc6e0e182b36c8e23d9)
364369
- [국민대 전체 공지사항](https://www.kookmin.ac.kr/user/kmuNews/notice/index.do)
@@ -369,8 +374,6 @@ docker-compose up -d
369374
- [국민대 소프트웨어융합대학 공지사항](https://cs.kookmin.ac.kr/news/notice/)
370375
- 그 외 네이버 및 구글 기타 수집 데이터
371376

372-
### Metrics
377+
### **Metrics**
373378

374379
[RAGAS](https://docs.ragas.io/en/stable/concepts/metrics/index.html)
375-
376-
<br>

0 commit comments

Comments
 (0)