langchain chat
1.0.0
langchain-chat is a powerful AI-driven Q&A system that leverages OpenAI's GPT-4 model to provide relevant and accurate answers to user queries. The system indexes documents from websites or PDF files using FAISS (Facebook AI Similarity Search) and offers a convenient interface for interacting with the data.
python -m venv venvsource venv/Scripts/activatepip install -r requirements.txt.env.example file to .env and fill in the required values
cp .env.example .envOPEN_AI_KEY = "sk-"
WEBSITE_URLS="https://website1, https://website2"python with_faiss.py