Skip to content

Commit

Permalink
Adding MongoDB Atlas to examples of Vector Databases (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
prakul authored Dec 5, 2023
1 parent 9102d58 commit e766dfa
Show file tree
Hide file tree
Showing 4 changed files with 435 additions and 1 deletion.
5 changes: 5 additions & 0 deletions authors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ colin-openai:
name: "Colin Jarvis"
website: "https://twitter.com/colintjarvis"
avatar: "https://pbs.twimg.com/profile_images/1647875178947387393/aUc7D9m-_400x400.jpg"

prakul:
name: "Prakul Agarwal"
website: "https://www.linkedin.com/in/prakulagarwal"
avator: "https://media.licdn.com/dms/image/D5603AQEUug83qKgRBg/profile-displayphoto-shrink_800_800/0/1675384960197?e=1706140800&v=beta&t=qxkDbBr-Bk2ASpcwbR5JVPD6yS-vzmIwNHAa8ApyDq4"
6 changes: 6 additions & 0 deletions examples/vector_databases/mongodb_atlas/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# MongoDB Atlas Vector Search


[Atlas Vector Search](https://www.mongodb.com/products/platform/atlas-vector-search) is a fully managed service that simplifies the process of effectively indexing high-dimensional vector data within MongoDB and being able to perform fast vector similarity searches. With Atlas Vector Search, you can use MongoDB as a standalone vector database for a new project or augment your existing MongoDB collections with vector search functionality. With Atlas Vector Search, you can use the powerful capabilities of vector search in any major public cloud (AWS, Azure, GCP) and achieve massive scalability and data security out of the box while being enterprise-ready with provisions like FedRamp, SoC2 compliance.

Documentation - [link](https://www.mongodb.com/docs/atlas/atlas-vector-search/vector-search-overview/)
Loading

0 comments on commit e766dfa

Please sign in to comment.