mongodb fix
Browse files
App/Embedding/utils/Initialize.py
CHANGED
@@ -9,6 +9,7 @@ import os
|
|
9 |
|
10 |
completion_base=os.environ.get("completion_base")
|
11 |
openai_api_key=os.environ.get("openai_api_key")
|
|
|
12 |
template = """### Given the following context
|
13 |
### Context
|
14 |
{context}
|
|
|
9 |
|
10 |
completion_base=os.environ.get("completion_base")
|
11 |
openai_api_key=os.environ.get("openai_api_key")
|
12 |
+
mongoDB = os.environ.get("MONGO_DB")
|
13 |
template = """### Given the following context
|
14 |
### Context
|
15 |
{context}
|