main
HuangHai 2 weeks ago
parent affa992286
commit ed7ef187b8

@ -69,7 +69,7 @@ async def main():
try:
rag = await initialize_pg_rag()
resp = await rag.aquery(
"What are the top themes in this story",
"苏轼的家人都有谁?",
param=QueryParam(mode="hybrid", stream=True),
# hybrid naive
)

Loading…
Cancel
Save