mgokg commited on
Commit
c6213ad
·
verified ·
1 Parent(s): 54c3e95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def ask_llm(llm_prompt_input):
86
  # Führe die Ähnlichkeitssuche durch
87
  results = collection.query(
88
  query_embeddings=[query_embedding],
89
- n_results=3
90
  )
91
 
92
  # Formatiere die Ergebnisse
 
86
  # Führe die Ähnlichkeitssuche durch
87
  results = collection.query(
88
  query_embeddings=[query_embedding],
89
+ n_results=1
90
  )
91
 
92
  # Formatiere die Ergebnisse