-
Notifications
You must be signed in to change notification settings - Fork 282
[N-2] 09-Vector Store / 02-Chroma #367
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
[N-2] 09-Vector Store / 02-Chroma #367
Conversation
- Notebook file Name Changed - Rebuild to template form(Add,Upsert,Delete,...) - Multimodal Partial Separation (Content to be modified)
- File Name Changed. - I modified it to fit the template. - Separate into base and multimodal cases. - `ChromaDB` Class was defined by Wrapping the `langchain-chroma` library.
- File Name Changed. - I modified it to fit the template. - Separate into base and multimodal cases. - `ChromaDB` Class was defined by Wrapping the `langchain-chroma` library.
🖥️ OS: Mac
수고 많으셨어요! |
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.
🖥️ OS: Mac
✅ Checklist
- Template: Tutorials follows the required template.
- Table of Contents(TOC) Links: All Table of Contents links work. (Yes/No)
- Image: Image filenames follow guidelines.
- Imports: All import statements use the latest versions. Ensure "langchain-teddynote" is not used.
- Code Execution: Code runs without errors.
- Comments: {Write freely, 한국어 기술 가능}
수고 많으셨습니다! 내용이 알차네요.
사소하게 수정해야할 것 있어 전달드립니다~
-
multimodal 노트북 파일에 Table of Contents 수정해야할 것 같습니다! 기존 내용 소제목이 링크되어있네요.
-
그리고 multimodal 노트북에 backtick 띄워쓰기 필요한 부분 알려드립니다~

- fixed : `02-Chroma.ipynb`, `02-Chroma-Multimodal.ipynb`
꼼꼼한 Review 감사드립니다! |
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.
🖥️ OS: Mac
✅ Checklist
- Template: Tutorials follows the required template.
- Table of Contents(TOC) Links: All Table of Contents links work. (Yes/No)
- Image: Image filenames follow guidelines.
- Imports: All import statements use the latest versions. Ensure "langchain-teddynote" is not used.
- Code Execution: Code runs without errors.
수정해주신 내용 확인했고, 코드 실행도 정상적으로 됩니다.
고생하셨습니다!
- Output 1~2개로 수정
@namyoungkim approve 부탁 드려요! |
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.
🖥️ OS: Win/Mac/Linux
✅ Checklist
- Template: Tutorials follows the required template.
- Table of Contents(TOC) Links: All Table of Contents links work. (Yes/No)
- Image: Image filenames follow guidelines.
- Imports: All import statements use the latest versions. Ensure "langchain-teddynote" is not used.
- Code Execution: Code runs without errors.
- Comments:
@pupba
광원님, dimension 에러가 발생합니다~!
확인부탁드립니다!! (_ _)
InvalidDimensionException: Embedding dimension 768 does not match collection dimensionality 512

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.
🖥️ OS: Win/Mac/Linux
✅ Checklist
- Template: Tutorials follows the required template.
- Table of Contents(TOC) Links: All Table of Contents links work. (Yes/No)
- Image: Image filenames follow guidelines.
- Imports: All import statements use the latest versions. Ensure "langchain-teddynote" is not used.
- Code Execution: Code runs without errors.
- Comments:
- 두 노트북을 동시에 돌리면 에러가 나는 거였네요.
- 각 노트북 가장 아래 셀에서 디비 관련 정보를 삭제하기 때문에 별도로 실행하면 오류는 없지만, 이름을 다르게 짓는 것도 좋겠네요
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.
수고많으셨습니다!
@namyoungkim Chroma.ipynb에서 셀 실행시 |
@pupba
고생하셨습니다~~! |
- Collection 이름 수정
Mutimodal은 추후 다른 폴더로 빼기로 했어서, 그 부분을 제가 간과한것 같네요....! 일단 현상황에서는 에러가 발생할 수 있으니 Collection 이름을 변경하는 것으로 수정해 놓겠습니다. |
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.
🖥️ OS: Win/Mac/Linux
✅ Checklist
- Template: Tutorials follows the required template.
- Table of Contents(TOC) Links: All Table of Contents links work. (Yes/No)
- Image: Image filenames follow guidelines.
- Imports: All import statements use the latest versions. Ensure "langchain-teddynote" is not used.
- Code Execution: Code runs without errors.
- Comments:
- 감사합니다. Collection 이름 변경해주시니까 노트북 둘다 정상적으로 다 실행됩니다!
- 고생하셨어요~~!
@Normalist-K 제가 커밋하면서 approve 가 취소 되었네요 ㅠㅠ 번거로우시겠지만 다시 부탁 드립니다!! |
🖥️ OS: �Mac
내용이 정말 알차네요!! 주피터노트북 출력 결과 적당한지 확인했습니다! 고생하셨습니다. |
ee9f9b7
into
LangChain-OpenTutorial:main
ChromaDB
Class was defined by Wrapping thelangchain-chroma
library.Author Checklist
PR Title Format: I have confirmed that the PR title follows the correct format. (e.g., [N-2] 07-Text Splitter / 07-RecursiveCharacterTextSplitter)
Committed Files: I have ensured that no unnecessary files (e.g., .bin, .gitignore, poetry.lock, pyproject.toml) are included. These files are not allowed.
(Optional) Related Issue: If this PR is linked to an issue, I have referenced the issue number in the PR message. (e.g., Fixes Update 01-PromptTemplate.ipynb #123)
❌ Do not include unnecessary files (e.g., .bin, .gitignore, poetry.lock, pyproject.toml) or other people's code. If included, close the PR and create a new PR.
Review Template (Intial PR)
If no one reviews your PR within a few days, please @-mention one of teddylee777, musangk, BAEM1N