Help with Python Imports #28017
Replies: 1 comment 8 replies
-
Hey @frederickbrown! I'm here to help you with your Python import issues. Let's take a look at your script and output files. I found some relevant information regarding deprecated imports and functions in the LangChain framework that might help you resolve the warnings you're encountering.
For a detailed list of deprecated imports and their replacements, you can refer to the LangChain documentation on deprecations [1][2]. |
Beta Was this translation helpful? Give feedback.
-
With some AI assistance I am writing a LangChain app to search some chat logs for content related to a search term. From the error messages when first trying to get this script to run, I updated some of the imports to the LangChain-Community versions. Now the script seems to work although I am still getting some error messages about deprecated usage. Attached is the script and the output. search.txt is the script and out.txt is the output. Any help would be appreciated.
fred b
search.txt
out.txt
Beta Was this translation helpful? Give feedback.
All reactions