You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"messages": query, # must be a string, this is a required field
84
-
"k": 5, # retriever top k
85
-
"top_n": 2, # reranker top n
86
-
}
87
-
response = requests.post(url, json=payload)
88
-
```
89
-
90
-
**Note**: `messages` is the required field. You can also pass in parameters for the retriever and reranker in the request. The parameters that can changed are listed below.
0 commit comments