add table_rag_retrieve

This commit is contained in:
朱潮 2026-03-10 16:13:48 +08:00
parent 38c5d1e622
commit f830b8bb08

View File

@ -36,7 +36,7 @@ def rag_retrieve(query: str, top_k: int = 100) -> Dict[str, Any]:
if len(sys.argv) > 1:
bot_id = sys.argv[1]
url = f"{BACKEND_HOST}/v1/rag_retrieve/{bot_id}"
url = f"{BACKEND_HOST}/v1/table_rag_retrieve/{bot_id}"
if not url:
return {
"content": [