Update app.py
Browse files
app.py
CHANGED
|
@@ -23,6 +23,7 @@ from chromadb.errors import InvalidDimensionException
|
|
| 23 |
from utils import *
|
| 24 |
from beschreibungen import *
|
| 25 |
|
|
|
|
| 26 |
#from langchain.vectorstores import MongoDBAtlasVectorSearch
|
| 27 |
#from pymongo import MongoClient
|
| 28 |
|
|
@@ -489,7 +490,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
| 489 |
|
| 490 |
#Argumente für generate Funktion als Input
|
| 491 |
predict_args = dict(
|
| 492 |
-
fn=
|
| 493 |
inputs=[
|
| 494 |
user_question,
|
| 495 |
chatbot,
|
|
|
|
| 23 |
from utils import *
|
| 24 |
from beschreibungen import *
|
| 25 |
|
| 26 |
+
|
| 27 |
#from langchain.vectorstores import MongoDBAtlasVectorSearch
|
| 28 |
#from pymongo import MongoClient
|
| 29 |
|
|
|
|
| 490 |
|
| 491 |
#Argumente für generate Funktion als Input
|
| 492 |
predict_args = dict(
|
| 493 |
+
fn=invoke,
|
| 494 |
inputs=[
|
| 495 |
user_question,
|
| 496 |
chatbot,
|