-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patherror.log
More file actions
14 lines (14 loc) · 1.39 KB
/
Copy patherror.log
File metadata and controls
14 lines (14 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Traceback (most recent call last):
File "C:\Users\rattu\Downloads\8_MEDICAL RAG CHATBOT\Local Run\CODE\app\application.py", line 2, in <module>
from app.components.retriever import create_qa_chain
File "C:\Users\rattu\Downloads\8_MEDICAL RAG CHATBOT\Local Run\CODE\app\components\retriever.py", line 4, in <module>
from app.components.llm import load_llm
File "C:\Users\rattu\Downloads\8_MEDICAL RAG CHATBOT\Local Run\CODE\app\components\llm.py", line 1, in <module>
from langchain_huggingface import HuggingFaceEndpoint
File "C:\Users\rattu\Downloads\8_MEDICAL RAG CHATBOT\Local Run\CODE\venv\Lib\site-packages\langchain_huggingface\__init__.py", line 1, in <module>
from langchain_huggingface.chat_models import (
File "C:\Users\rattu\Downloads\8_MEDICAL RAG CHATBOT\Local Run\CODE\venv\Lib\site-packages\langchain_huggingface\chat_models\__init__.py", line 1, in <module>
from langchain_huggingface.chat_models.huggingface import ( # type: ignore[import-not-found]
File "C:\Users\rattu\Downloads\8_MEDICAL RAG CHATBOT\Local Run\CODE\venv\Lib\site-packages\langchain_huggingface\chat_models\huggingface.py", line 20, in <module>
from langchain_core.language_models import (
ImportError: cannot import name 'ModelProfile' from 'langchain_core.language_models' (C:\Users\rattu\Downloads\8_MEDICAL RAG CHATBOT\Local Run\CODE\venv\Lib\site-packages\langchain_core\language_models\__init__.py)