-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from mongodb-developer/cloud-agnostic-updates
Making the lab cloud agnostic
- Loading branch information
Showing
70 changed files
with
152 additions
and
292 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 👐 MongoDB Setup | ||
|
||
:::caution | ||
If you are doing this lab as part of a MongoDB GenAI Developer Day, at this point you should already have a free cluster, so you can skip this step. | ||
|
||
If you don't have a cluster yet, follow the steps below to create one. | ||
::: | ||
|
||
In this lab, you will learn how to use MongoDB Atlas as a knowledge base as well as a memory provider for an AI agent that can help you understand technical documentation. | ||
|
||
To use MongoDB Atlas, you will need to create an account, a free cluster and obtain the connection string to connect to your cluster. Follow these steps to get set up: | ||
|
||
* [Register for a free MongoDB Atlas account](https://mongodb-developer.github.io/intro-lab/docs/mongodb-atlas/create-account) | ||
|
||
* [Create a new database cluster](https://mongodb-developer.github.io/intro-lab/docs/mongodb-atlas/create-cluster) | ||
|
||
* [Obtain the connection string for your database cluster](https://mongodb-developer.github.io/intro-lab/docs/importing-data/get-connection-string) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 👐 Setup prerequisites | ||
|
||
Fill in any placeholders, select an LLM provider (one of `aws`, `google` or `microsoft`) of your choice, and run the cells under the **Step 1: Setup prerequisites** section in the notebook. | ||
|
||
**CODE_BLOCK_1** | ||
|
||
<details> | ||
<summary>Answer</summary> | ||
<div> | ||
```python | ||
mongodb_client[DB_NAME][VS_COLLECTION_NAME] | ||
``` | ||
</div> | ||
</details> | ||
|
||
**CODE_BLOCK_2** | ||
|
||
<details> | ||
<summary>Answer</summary> | ||
<div> | ||
```python | ||
mongodb_client[DB_NAME][FULL_COLLECTION_NAME] | ||
``` | ||
</div> | ||
</details> |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.