-
Notifications
You must be signed in to change notification settings - Fork 282
[N-1] 06-DocumentLoader / 13-LlamaParse #53
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
Conversation
[Title] 06-DocumentLoader / 13-Llamaparse [Version] initial [Language] ENG [Packages] llama-index-core, llama-parse, llama-index-readers-file Included a tutorial on LlamaParse, covering basic usage, multimodal parsing, and custom instruction configurations.
[Title] 06-DocumentLoader / 13-Llamaparse [Version] revision [Language] ENG [Packages] llama-index-core, llama-parse, llama-index-readers-file Added a utility function to download and save a sample PDF file from a given URL to the `./data` directory in `DocumentLoader`
[Title] 06-DocumentLoader / 13-LlamaParse [Version] revision [Language] ENG [Packages] llama-index-core, llama-parse, llama-index-readers-file - changed file name from Llamaparse.ipynb to LlamaParse.ipynb - removed unused import
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Review]
- Review OS: Windows
- Template Rule 가이드를 준수 하였는가: YES
- Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?: YES
- 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?: N/A
- import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?: YES
- 모든 코드가 동작에 오류 없이 동작하는가? (만약, warning 발생시 코멘트에 적어주세요): YES
- 기타 의견: 고생 많으셨습니다!!
- 한번씩 LlamaParse 동작에 에러가 날때가 있습니다. - Attribute Error 시 위 셀을 다시 실행하라는 안내 문구를 추가했습니다.
@jhboyo 리뷰 감사합니다! 한번씩 LlamaParse 첫부분에서 오류 뜰 때가 있어서, 오류시 해당 코드 재실행해달라는 안내문구 추가했습니다. |
- remove print cell
해당 셀은 중요하지 않다고 판단되서 없앴습니다. 리뷰 감사드립니다! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
[Review] Review OS: Mac 기타 의견: 늦은 리뷰 죄송합니다.. 다른 부분 동작 다 확인하였고 수고하셨습니다! |
[Team] New Content Development Team 1
[Title] 06-DocumentLoader / 13-Llamaparse
[Version] initial
[Language] ENG
[Packages] llama-index-core, llama-parse, llama-index-readers-file
Included a tutorial on LlamaParse, covering basic usage, multimodal parsing, and custom instruction configurations.