Spaces:
Runtime error
Runtime error
Update initialize.py
Browse files- initialize.py +1 -0
initialize.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
from langchain_google_genai import GoogleGenerativeAIEmbeddings
|
| 2 |
from langchain_community.vectorstores import Chroma
|
|
|
|
| 3 |
import gen_splits
|
| 4 |
|
| 5 |
GEMINI_API_KEY = os.environ.get('GEMINI_API_KEY')
|
|
|
|
| 1 |
from langchain_google_genai import GoogleGenerativeAIEmbeddings
|
| 2 |
from langchain_community.vectorstores import Chroma
|
| 3 |
+
import os
|
| 4 |
import gen_splits
|
| 5 |
|
| 6 |
GEMINI_API_KEY = os.environ.get('GEMINI_API_KEY')
|