From bf55b5ca2b4f13753d084992d6cb2a223740be30 Mon Sep 17 00:00:00 2001 From: ajosh0504 Date: Mon, 18 Nov 2024 08:30:38 -0800 Subject: [PATCH] Smol changes --- docs/50-agent-tools/1-concepts.mdx | 1 - .../{2-jupyter_notebooks.mdx => 2-jupyter-notebooks.mdx} | 0 2 files changed, 1 deletion(-) rename docs/50-agent-tools/{2-jupyter_notebooks.mdx => 2-jupyter-notebooks.mdx} (100%) diff --git a/docs/50-agent-tools/1-concepts.mdx b/docs/50-agent-tools/1-concepts.mdx index 8c0cbdc..ad58fa7 100644 --- a/docs/50-agent-tools/1-concepts.mdx +++ b/docs/50-agent-tools/1-concepts.mdx @@ -15,7 +15,6 @@ To learn more about chunking and embedding, here are some resources from our Dev * [How to Choose the Right Chunking Strategy for Your LLM Application](https://www.mongodb.com/developer/products/atlas/choosing-chunking-strategy-rag/?utm_campaign=devrel&utm_medium=ai-agents-devday-workshop&utm_term=apoorva.joshi) * [How to Choose the Best Embedding Model for Your LLM Application](https://www.mongodb.com/developer/products/atlas/choose-embedding-model-rag/?utm_campaign=devrel&utm_medium=ai-agents-devday-workshop&utm_term=apoorva.joshi) - ## Tool calling Tool calling, interchangeably called function calling allows an LLM to use external tools such as APIs, databases, specialized machine learning models etc. diff --git a/docs/50-agent-tools/2-jupyter_notebooks.mdx b/docs/50-agent-tools/2-jupyter-notebooks.mdx similarity index 100% rename from docs/50-agent-tools/2-jupyter_notebooks.mdx rename to docs/50-agent-tools/2-jupyter-notebooks.mdx