mgokg commited on
Commit
bcc30d7
·
verified ·
1 Parent(s): b0c20dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def ask_llm(llm_prompt_input):
57
  # Führe die Ähnlichkeitssuche durch
58
  results = collection.query(
59
  query_embeddings=[query_embedding],
60
- n_results=1
61
  )
62
 
63
  # Formatiere die Ergebnisse
 
57
  # Führe die Ähnlichkeitssuche durch
58
  results = collection.query(
59
  query_embeddings=[query_embedding],
60
+ n_results=10
61
  )
62
 
63
  # Formatiere die Ergebnisse