Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,8 @@ from llama_index.llms.gemini import Gemini
|
|
| 9 |
from llama_index.core.postprocessor import SimilarityPostprocessor
|
| 10 |
from llama_index.core.storage.docstore import SimpleDocumentStore
|
| 11 |
from llama_index.core import StorageContext, load_index_from_storage
|
| 12 |
-
|
|
|
|
| 13 |
import gradio as gr
|
| 14 |
import logging
|
| 15 |
|
|
|
|
| 9 |
from llama_index.core.postprocessor import SimilarityPostprocessor
|
| 10 |
from llama_index.core.storage.docstore import SimpleDocumentStore
|
| 11 |
from llama_index.core import StorageContext, load_index_from_storage
|
| 12 |
+
import re
|
| 13 |
+
import pandas as pd
|
| 14 |
import gradio as gr
|
| 15 |
import logging
|
| 16 |
|