We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5cc8ae commit 741f730Copy full SHA for 741f730
pymongo_voyageai/client.py
@@ -56,7 +56,7 @@ class PyMongoVoyageAI:
56
57
import os
58
from pymongo import MongoClient
59
- from pymongo_voyageia import PyMongoVoyageAI
+ from pymongo_voyageai import PyMongoVoyageAI
60
61
client = PyMongoVoyageAI.from_connection_string(
62
connection_string=os.environ["MONGODB_ATLAS_CONNECTION_STRING"],
0 commit comments