Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ import json
|
|
14 |
import gradio as gr
|
15 |
import re
|
16 |
from threading import Thread
|
17 |
-
|
18 |
class MultiAgentRAG:
|
19 |
def __init__(self, embedding_model_name, lm_model_id, data_folder):
|
20 |
self.all_splits = self.load_documents(data_folder)
|
|
|
14 |
import gradio as gr
|
15 |
import re
|
16 |
from threading import Thread
|
17 |
+
|
18 |
class MultiAgentRAG:
|
19 |
def __init__(self, embedding_model_name, lm_model_id, data_folder):
|
20 |
self.all_splits = self.load_documents(data_folder)
|