[Langchain] AttributeError: 'Collection' object has no attribute 'model_fields' 에러

2024. 8. 14. 13:39파이썬/자연어 처리

 

[상황]

Langchain 입문부터 응용까지 책을 보면서 실행하던 중 에러 발생

 

AttributeError: 'Collection' object has no attribute 'model_fields' 

 

pip install chormadb에 관련된 것중 이상이 있나보다....

 

[해결책]

 

한 단계 아래 버전을 설치하면 가능하다.

pip uninstall chormadb
pip install chormadb==0.5.3 

 

728x90