I am getting the below error while running a code to create a chatbot
LangChainDeprecationWarning: Importing FAISS from langchain.vectorstores is deprecated. Please replace deprecated imports:
from langchain.vectorstores import FAISS
I would like to know what should be exactly added to the requirements.txt file.
For now, the below have been added
PyPDF2
langchain
langchain_google_genai
langchain-community
streamlit>=1.26.0
langchain_openai
langchain-cli
langchain-core
streamlit_chat==0.0.2.2