Fixes and added command line tool to run RAG
This commit is contained in:
parent
45a56c9f3d
commit
a561dc035c
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ async def main():
|
||||||
else:
|
else:
|
||||||
params = None
|
params = None
|
||||||
#clean up params here
|
#clean up params here
|
||||||
await start_test(args.url, test_set, args.user_id, params=None, metadata=params)
|
await start_test(args.url, test_set, args.user_id, params=None, metadata=metadata)
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
import asyncio
|
import asyncio
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue