awakenai commited on
Commit
9490d76
·
1 Parent(s): 437be88

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -26,7 +26,7 @@ pipeline = build_pipeline(provider, API_KEY, document_store)
26
  result = pipeline.run(query="What is job yoga?")
27
 
28
  # For details, like which documents were used to generate the answer, look into the <result> object
29
- print_answers(result, details="medium")
30
 
31
  @app.get("/")
32
  async def root():
 
26
  result = pipeline.run(query="What is job yoga?")
27
 
28
  # For details, like which documents were used to generate the answer, look into the <result> object
29
+ print_answers(result, details="minimum") #minimum, medium, all
30
 
31
  @app.get("/")
32
  async def root():