dodeeric / langchain-ai-assistant-with-hybrid-rag

This is a LLM chatbot coded with LangChain. The web interface is coded with Streamlit. It implements a hybrid RAG (keyword and semantic search) and chat memory.
https://bmae-ragai-webapp.azurewebsites.net
GNU General Public License v3.0
8 stars 1 forks source link

GuardrailsOutputParser deprecated #4

Open dodeeric opened 1 month ago

dodeeric commented 1 month ago

root@myvm4:/home/eric_dodemont/langchain-ai-assistant-with-hybrid-rag# /usr/local/lib/python3.10/dist-packages/langchain/_api/module_import.py:87: LangChainDeprecationWarning: Importing GuardrailsOutputParser from langchain.output_parsers is deprecated. Please replace the import with the following:

from langchain_community.output_parsers.rail_parser import GuardrailsOutputParser

warnings.warn(

dodeeric commented 1 month ago

error no more seen? chain updated?