Skip to content

Commit

Permalink
Update libs/partners/mongodb-atlas/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
  • Loading branch information
Jibola and blink1073 committed Feb 23, 2024
1 parent e0c81e1 commit bde5a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/partners/mongodb-atlas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ vector_search = MongoDBAtlasVectorSearch.from_connection_string(
index_name=ATLAS_VECTOR_SEARCH_INDEX_NAME,
)

# initialize MongoDB python client
# Initialize MongoDB python client
client = MongoClient(MONGODB_ATLAS_CLUSTER_URI)
# Create the vector search via instantiation
vector_search_2 = MongoDBAtlasVectorSearch(
Expand Down

0 comments on commit bde5a3c

Please sign in to comment.