Skier8402 commited on
Commit
3579388
1 Parent(s): ceb03e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1,6 +1,7 @@
1
  """
2
- Question Answering with Retrieval QA and LangChain Language Models featuring Chroma Vector Stores
3
- This script uses the LangChain Language Model API to answer questions using Retrieval QA and Chroma Vector Stores.
 
4
  """
5
 
6
  import os
 
1
  """
2
+ Question Answering with Retrieval QA and LangChain Language Models featuring FAISS vector stores.
3
+ This script uses the LangChain Language Model API to answer questions using Retrieval QA
4
+ and FAISS vector stores. It also uses the OpenAI API to generate responses.
5
  """
6
 
7
  import os