removed dotenv
Browse files- streamlit_app.py +0 -1
streamlit_app.py
CHANGED
@@ -9,7 +9,6 @@ from app import embed_documents, retrieve_documents
|
|
9 |
|
10 |
API_BASE_URL = os.environ.get("API_BASE_URL")
|
11 |
|
12 |
-
load_dotenv()
|
13 |
|
14 |
embeddings_model_name = "all-MiniLM-L6-v2"
|
15 |
persist_directory = "db"
|
|
|
9 |
|
10 |
API_BASE_URL = os.environ.get("API_BASE_URL")
|
11 |
|
|
|
12 |
|
13 |
embeddings_model_name = "all-MiniLM-L6-v2"
|
14 |
persist_directory = "db"
|