Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def invoke(openai_api_key, prompt, rag_option):
|
|
36 |
db, collection = connect_to_database()
|
37 |
|
38 |
if (RAG_INGESTION):
|
39 |
-
rag_ingestion(
|
40 |
|
41 |
"""
|
42 |
print("777")
|
|
|
36 |
db, collection = connect_to_database()
|
37 |
|
38 |
if (RAG_INGESTION):
|
39 |
+
rag_ingestion()
|
40 |
|
41 |
"""
|
42 |
print("777")
|