Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ from fpdf import FPDF
|
|
| 5 |
from chromadb import Client
|
| 6 |
from chromadb.config import Settings
|
| 7 |
import chromadb
|
|
|
|
| 8 |
from langchain_community.utilities import SerpAPIWrapper
|
| 9 |
from llama_index.core import VectorStoreIndex
|
| 10 |
from langchain_core.output_parsers import StrOutputParser
|
|
|
|
| 5 |
from chromadb import Client
|
| 6 |
from chromadb.config import Settings
|
| 7 |
import chromadb
|
| 8 |
+
import json
|
| 9 |
from langchain_community.utilities import SerpAPIWrapper
|
| 10 |
from llama_index.core import VectorStoreIndex
|
| 11 |
from langchain_core.output_parsers import StrOutputParser
|