Commit bdd6a2f 1 parent df3c13c commit bdd6a2f Copy full SHA for bdd6a2f
File tree 1 file changed +9
-9
lines changed
src/scholarag/app/routers
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -201,15 +201,15 @@ async def article_count(
201
201
Parameters
202
202
----------
203
203
ds_client
204
- Document store client
204
+ Document store client.
205
205
filter_query
206
206
Filtering query for paragraph retrieval.
207
207
settings
208
- Global settings of the application
209
- topics
210
- Keyword to be matched in text.
208
+ Global settings of the application.
209
+ topics
210
+ Keywords to be matched in text. AND matches list elements .
211
211
regions
212
- Keyword to be matched in text.
212
+ Keywords to be matched in text. OR matches list elements .
213
213
214
214
Returns
215
215
-------
@@ -366,15 +366,15 @@ async def article_listing(
366
366
filter_query
367
367
Filtering query for paragraph retrieval.
368
368
settings
369
- Global settings of the application
369
+ Global settings of the application.
370
370
topics
371
- Keyword to be matched in text. OR matching .
371
+ Keywords to be matched in text. AND matches list elements .
372
372
regions
373
- Keyword to be matched in text. OR matching .
373
+ Keywords to be matched in text. OR matches list elements .
374
374
number_results
375
375
Number of results to return. Max 10 000.
376
376
sort_by_date
377
- Sort by date True or False. If the latter, we sort by relevance
377
+ Sort by date True or False. If the latter, we sort by best match.
378
378
379
379
Returns
380
380
-------
You can’t perform that action at this time.
0 commit comments