Spaces:
Sleeping
Sleeping
Update Rag/rag_pipeline.py
Browse files- Rag/rag_pipeline.py +1 -0
Rag/rag_pipeline.py
CHANGED
@@ -9,6 +9,7 @@ from Llm.llm_endpoints import get_llm_response
|
|
9 |
from utils.get_link import get_source_link
|
10 |
from Prompts.huberman_prompt import huberman_prompt
|
11 |
from tqdm import tqdm
|
|
|
12 |
# Configuration
|
13 |
API_KEY = os.getenv("GOOGLE_API_KEY")
|
14 |
if API_KEY:
|
|
|
9 |
from utils.get_link import get_source_link
|
10 |
from Prompts.huberman_prompt import huberman_prompt
|
11 |
from tqdm import tqdm
|
12 |
+
import time
|
13 |
# Configuration
|
14 |
API_KEY = os.getenv("GOOGLE_API_KEY")
|
15 |
if API_KEY:
|