Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] 뉴스 기사 요약 기능 구현 #29

Closed
3 tasks done
yeonjy opened this issue Mar 19, 2024 · 0 comments · Fixed by #32
Closed
3 tasks done

[Feat] 뉴스 기사 요약 기능 구현 #29

yeonjy opened this issue Mar 19, 2024 · 0 comments · Fixed by #32
Assignees
Labels
✨ feat 새로운 기능 추가

Comments

@yeonjy
Copy link
Collaborator

yeonjy commented Mar 19, 2024

⚠️ Issue


  • 뉴스 기사 요약 기능을 구현합니다.
  • langchain을 사용하기 위하여 FastAPI로 구현합니다.
  • 비동기 처리를 위하여 RabbitMQ를 사용합니다.

✏️ ToDoList


  • GPT OPENAI API를 이용한 뉴스 기사 요약 기능 구현
  • 요약할 News기사를 consume하는 기능 구현
  • 요약된 News기사를 publish하는 기능 구현
@yeonjy yeonjy self-assigned this Mar 19, 2024
@yeonjy yeonjy added the ✨ feat 새로운 기능 추가 label Mar 19, 2024
@yeonjy yeonjy linked a pull request Mar 19, 2024 that will close this issue
yeonjy added a commit that referenced this issue Mar 19, 2024
Feat/#29 News Summary (뉴스 내용 요약 기능 구현)
@yeonjy yeonjy closed this as completed Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat 새로운 기능 추가
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant