Spaces:
Sleeping
Sleeping
Update backend.py
Browse files- backend.py +1 -0
backend.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
from llama_index.core.retrievers import VectorIndexRetriever
|
2 |
from llama_index.core import QueryBundle
|
|
|
3 |
import gradio as gr
|
4 |
import pandas as pd
|
5 |
from llama_index.core.postprocessor import LLMRerank
|
|
|
1 |
from llama_index.core.retrievers import VectorIndexRetriever
|
2 |
from llama_index.core import QueryBundle
|
3 |
+
import time
|
4 |
import gradio as gr
|
5 |
import pandas as pd
|
6 |
from llama_index.core.postprocessor import LLMRerank
|