krishnaik06 / Google-Gemini-Crash-Course

GNU General Public License v3.0
190 stars 147 forks source link

Migrating FAISS to langchain-community and PDF processing edge case #4

Open shouryacoded opened 5 months ago

shouryacoded commented 5 months ago
  1. FAISS has migrated to langchain-community from langchain hence the change in requirements and app.py
  2. Mitigated the edge case where the question can be asked without the context (PDF files) resulting in wrong answers or errors during runtime.