Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <[email protected]>
  • Loading branch information
kemingy committed Nov 1, 2024
1 parent 591c192 commit 6c6c2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ async def main(dataset):
await add_embeddings(conn, args.name, args.dim, dataset["train"])

index_finish = asyncio.Event()
# Need a seperate connection for monitor process
# Need a separate connection for monitor process
monitor_conn = await create_connection(url)
monitor_task = monitor_index_build(
monitor_conn,
Expand Down

0 comments on commit 6c6c2fe

Please sign in to comment.