Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

geminii01
Copy link
Member

@geminii01 geminii01 commented Jan 8, 2025

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.

  • ❌ 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)

πŸ–₯️ 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: {Write freely, ν•œκ΅­μ–΄ 기술 κ°€λŠ₯}     

If no one reviews your PR within a few days, please @-mention one of teddylee777, musangk, BAEM1N

@geminii01 geminii01 requested review from ranian963 and jinucho January 8, 2025 02:37
@geminii01 geminii01 self-assigned this Jan 8, 2025
@jinucho
Copy link
Contributor

jinucho commented Jan 8, 2025

Runnable Parallel

이 λΆ€λΆ„μ—μ„œ μ‚¬μš©ν•˜μ§€ μ•ŠλŠ” Design을 μ œκ±°ν•΄μ•Ό ν•  것 κ°™μŠ΅λ‹ˆλ‹€.
image


그리고

# Install required packages
from langchain_opentutorial import package

package.install(
    [
        "langsmith",
        "langchain_community",
        "langchain_core",
        "langchain_openai",
        "faiss-cpu"
    ],
    verbose=False,
    upgrade=False,
)

faissλ₯Ό μΆ”κ°€ν•΄μ•Ό ν•  것 κ°™μŠ΅λ‹ˆλ‹€.
macμ΄λΌμ„œ cpu λ²„μ „μœΌλ‘œ μΆ”κ°€ν–ˆλŠ”λ°, ν™˜κ²½μ— 따라 μ‚¬μš©κ°€λŠ₯ν•œ faiss 버전을 λͺ…μ‹œν•΄μ£ΌλŠ” 게 쒋을 것 κ°™μŠ΅λ‹ˆλ‹€.

@geminii01
Copy link
Member Author

μˆ˜μ • 사항 λ°˜μ˜ν•˜μ˜€μŠ΅λ‹ˆλ‹€.
확인 λΆ€νƒλ“œλ¦½λ‹ˆλ‹€. κ°μ‚¬ν•©λ‹ˆλ‹€!

Copy link
Contributor

@jinucho jinucho left a 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)
  • [N/A] 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: κ³ μƒν•˜μ…¨μŠ΅λ‹ˆλ‹€!

Copy link
Contributor

@ranian963 ranian963 left a 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)
  • [N/A] 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.
  • ν™•μΈν•˜μ˜€μŠ΅λ‹ˆλ‹€. 이슈 λ‚΄μš© μ—†μŠ΅λ‹ˆλ‹€. μˆ˜κ³ ν•˜μ…¨μŠ΅λ‹ˆλ‹€!

@teddylee777 teddylee777 merged commit 60b32c5 into LangChain-OpenTutorial:main Jan 10, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants