royerlab / napari-chatgpt

A napari plugin to process and analyse images with chatGPT!
BSD 3-Clause "New" or "Revised" License
224 stars 24 forks source link

Error when loading Napari-chatgpt: Importing PromptTemplate from langchain root module is no longer supported #26

Closed cbudjan closed 3 months ago

cbudjan commented 6 months ago

When trying to load Napari-chatgpt from within Napari, I'm getting the following error:

Importing PromptTemplate from langchain root module is no longer supported. Please use langchain.prompts.PromptTemplate instead.

A cursory search suggests that the import statement for the langchain package needs to be updated (at the plugin level).

royerloic commented 5 months ago

I am pushing a new version today that should resolve this issue. I will close this issue once you confirm that it works on your end.