강의

멘토링

커뮤니티

Inflearn Community Q&A

allen8244449043's profile image
allen8244449043

asked

Learn Python Chatbot & RAG through Projects - Using LangChain, Gradio

Implementing RAG-based Q&A for PDF files using Chroma DB (Hands-on Practice)

10강 langchain_community 찾을 수 없는 오류

Written on

·

260

0

1.png.webp

여기서 langchain_community를 찾을 수 없다고 합니다 분명히 환경에는 잘 설치되있는데.

2.png.webp

.

챗봇gradiochatgptllmlangchainragopenai-api

Answer 1

0

pdstudio님의 프로필 이미지
pdstudio
Instructor

안녕하세요. 판다스 스튜디오입니다.

현재 표시되는 오류는 PyLance의 reportMissingImports 오류로 보입니다.

패키지를 설치한 상태이기 때문에 아래와 같이 구체적으로 모듈을 import 하면 오류가 표시되지 않을 것입니다.

from langchain_community.document_loaders import PyPDFLoader

한번 처리해보시고 계속 문제가 발생하면 댓글 남겨주세요.

감사합니다.

allen8244449043's profile image
allen8244449043

asked

Ask a question