Merge branch 'master' into onprem
This commit is contained in:
commit
543b4757c7
@ -149,7 +149,7 @@ def table_rag_retrieve(query: str) -> Dict[str, Any]:
|
|||||||
"query": query,
|
"query": query,
|
||||||
}
|
}
|
||||||
|
|
||||||
response = requests.post(url, json=data, headers=headers, timeout=60)
|
response = requests.post(url, json=data, headers=headers, timeout=300)
|
||||||
|
|
||||||
if response.status_code != 200:
|
if response.status_code != 200:
|
||||||
return {
|
return {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user