Skip to content

Latest commit

 

History

History
73 lines (42 loc) · 2.19 KB

File metadata and controls

73 lines (42 loc) · 2.19 KB

🤖Generative AI 프로젝트 자료

  • LLM-Based Chatbot

1. [Implementation] QA Chatbot with LLM

[Settings]

[Vector Database]

[Framework]

  • LangChain 아키텍처
  • [back-end] FastAPI 기반 서비스 아키텍처
  • [front-end] Next.js 기반 서비스 아키텍처

[Streaming]

[Evaluators]

2. [Advanced] Data Structure && Algorithm

3. [Advanced] Prompt Engineering

4. [Advanced] Academic Research

LLM 기반 QA Chatbot 개발 과정에서 참조한 강의, 연구 논문

[Lectures]

  • [Stanford Online] Stanford CS25: V3 I Retrieval Augmented Language Models | (link)

[Articles]