Skip to content

Commit 3c49f9f

Browse files
authoredFeb 11, 2025
[docs] Remove extra async call in PineconeAsyncio example (#459)
## Problem The `PineconeAsyncio` example in the upgrading doc includes an extra `async` call. ## Solution Remove the extra call.
2 parents 470d279 + a019ff0 commit 3c49f9f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎docs/upgrading.md

-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ async def main():
4242
)
4343
)
4444

45-
async with PineconeAsyncio().Index(host="")
46-
4745
asyncio.run(main())
4846
```
4947

0 commit comments

Comments
 (0)