beryamosta commited on
Commit
5cc310e
·
verified ·
1 Parent(s): bb94458

Update backend.py

Browse files
Files changed (1) hide show
  1. 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