Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
"""
|
| 2 |
-
Question Answering with Retrieval QA and LangChain Language Models featuring
|
| 3 |
-
This script uses the LangChain Language Model API to answer questions using Retrieval QA
|
|
|
|
| 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
|