Spaces:
Running
on
T4
Running
on
T4
ubi integration
Browse files- pages/Semantic_Search.py +1 -0
pages/Semantic_Search.py
CHANGED
@@ -7,6 +7,7 @@ import sys
|
|
7 |
import boto3
|
8 |
import requests
|
9 |
from datetime import datetime, timedelta
|
|
|
10 |
from requests_aws4auth import AWS4Auth
|
11 |
sys.path.insert(1, "/".join(os.path.realpath(__file__).split("/")[0:-2])+"/semantic_search")
|
12 |
sys.path.insert(1, "/".join(os.path.realpath(__file__).split("/")[0:-2])+"/RAG")
|
|
|
7 |
import boto3
|
8 |
import requests
|
9 |
from datetime import datetime, timedelta
|
10 |
+
import streamlit.components.v1 as components
|
11 |
from requests_aws4auth import AWS4Auth
|
12 |
sys.path.insert(1, "/".join(os.path.realpath(__file__).split("/")[0:-2])+"/semantic_search")
|
13 |
sys.path.insert(1, "/".join(os.path.realpath(__file__).split("/")[0:-2])+"/RAG")
|