Skip to content

Commit 70de8e4

Browse files
author
ajosh0504
committed
Adding MongoDB setup instructions
1 parent cc8b36b commit 70de8e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+205
-49
lines changed

docs/10-key-concepts/_category_.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Key Concepts",
3-
"position": 1,
3+
"position": 10,
44
"link": {
55
"type": "generated-index",
66
"description": "Learn the basics of AI agents"

docs/20-getting-started/1-mongodb-setup.mdx

-17
This file was deleted.

docs/20-getting-started/_category_.json

-8
This file was deleted.
+67
+67

docs/20-mongodb-atlas/_category_.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "MongoDB Atlas",
3+
"position": 20,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "Create a MongoDB Atlas account and deploy a free cluster"
7+
}
8+
}

docs/20-getting-started/2-dev-env-setup.mdx renamed to docs/30-dev-env/1-dev-env-setup.mdx

+8-8

docs/30-dev-env/_category_.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Dev Environment",
3+
"position": 30,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "Setup the dev environment and prerequisites"
7+
}
8+
}

docs/40-import-data/_category_.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Import Data",
3+
"position": 40,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "Import datasets into your MongoDB Atlas cluster"
7+
}
8+
}

docs/30-agent-tools/3-create-vector-search-index.mdx renamed to docs/50-agent-tools/2-create-vector-search-index.mdx

+3-3

docs/30-agent-tools/_category_.json renamed to docs/50-agent-tools/_category_.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Create Agent Tools",
3-
"position": 6,
3+
"position": 50,
44
"link": {
55
"type": "generated-index",
66
"description": "Create tools for the agent"

docs/40-create-agent/_category_.json renamed to docs/60-create-agent/_category_.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Create Agent",
3-
"position": 7,
3+
"position": 60,
44
"link": {
55
"type": "generated-index",
66
"description": "Orchestrate an AI agent using LangGraph"

docs/50-adding-memory/_category_.json renamed to docs/70-adding-memory/_category_.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Add Memory to the Agent",
3-
"position": 8,
3+
"position": 70,
44
"link": {
55
"type": "generated-index",
66
"description": "Add short-term memory to the agent"

0 commit comments

Comments
 (0)