Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from langchain_google_genai import GoogleGenerativeAIEmbeddings
|
|
7 |
import google.generativeai as genai
|
8 |
|
9 |
from helpers import (
|
10 |
-
list_docx_files, get_splits, get_json_splits_only, prompt_order
|
11 |
)
|
12 |
|
13 |
from file_loader import get_vectorstore
|
|
|
7 |
import google.generativeai as genai
|
8 |
|
9 |
from helpers import (
|
10 |
+
list_docx_files, get_splits, get_json_splits_only, prompt_order, log_message
|
11 |
)
|
12 |
|
13 |
from file_loader import get_vectorstore
|