amosjyng / langchain-visualizer

Visualization and debugging tool for LangChain workflows
MIT License
723 stars 52 forks source link

After migration to langchain=0.0.341 and openai=1.3.5 stop working #83

Closed mkamalov closed 11 months ago

mkamalov commented 11 months ago

I migrated langchain to 0.0.341 and openai 1.3.5 to have an access to gpt-4-1106-preview.

After migration langchain-visualizer to 0.0.31 stopped working and no error in the console.

Please, could you look at the issue?

mkamalov commented 11 months ago
image

After migration to 0.0.31 the method is_package_installed("langchain_visualizer") stops working, but is_package_installed("openai") and is_package_installed("langchain") works.

mkamalov commented 11 months ago
image

Seems 0.0.31 is outdated for langchain 0.0.341

amosjyng commented 11 months ago

Hey @mkamalov , sorry for the wait! #84 (released with v0.0.32) should make it compatible with the latest langchain now. Let me know if it still doesn't work.