Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -505,6 +505,9 @@ def generate_text (prompt, chatbot, history, rag_option, model_option, openai_ap
|
|
505 |
if (rag_option == "An"):
|
506 |
print("LLM aufrufen mit RAG: ...........")
|
507 |
result = rag_chain(llm, history_text_und_prompt, db) #für hugchat noch kein rag möglich...
|
|
|
|
|
|
|
508 |
else:
|
509 |
#splittet = False
|
510 |
print("LLM aufrufen ohne RAG: ...........")
|
|
|
505 |
if (rag_option == "An"):
|
506 |
print("LLM aufrufen mit RAG: ...........")
|
507 |
result = rag_chain(llm, history_text_und_prompt, db) #für hugchat noch kein rag möglich...
|
508 |
+
#result = rag_chain2(history_text_und_prompt, db, 5)
|
509 |
+
print("result regchain")
|
510 |
+
print(result)
|
511 |
else:
|
512 |
#splittet = False
|
513 |
print("LLM aufrufen ohne RAG: ...........")
|