Spaces:
Running
Running
Update rag_engine.py
Browse files- rag_engine.py +1 -1
rag_engine.py
CHANGED
@@ -11,7 +11,7 @@ from sentence_transformers import SentenceTransformer
|
|
11 |
import streamlit as st
|
12 |
|
13 |
# Load environment variables
|
14 |
-
load_dotenv()
|
15 |
|
16 |
class RAGEngine:
|
17 |
def __init__(self):
|
|
|
11 |
import streamlit as st
|
12 |
|
13 |
# Load environment variables
|
14 |
+
#load_dotenv()
|
15 |
|
16 |
class RAGEngine:
|
17 |
def __init__(self):
|