diff --git a/README.md b/README.md
index 6e48daa8410a1d97d9a4aea2e1c32761b67120d0..918b5c51349ff01e6d84d4d3ec07be379833fd44 100644
--- a/README.md
+++ b/README.md
@@ -137,7 +137,7 @@ Contains examples are organized in folders by topic:
 |---|---|
 [quickstart](./recipes/quickstart) | The "Hello World" of using Llama, start here if you are new to using Llama.
 [use_cases](./recipes/use_cases)|Scripts showing common applications of Meta Llama3
-[3p_integration](./recipes/3p_integration)|Partner owned folder showing common applications of Meta Llama3
+[3p_integrations](./recipes/3p_integrations)|Partner owned folder showing common applications of Meta Llama3
 [responsible_ai](./recipes/responsible_ai)|Scripts to use PurpleLlama for safeguarding model outputs
 
 ### `src/`
diff --git a/recipes/3p_integration/README.md b/recipes/3p_integrations/README.md
similarity index 100%
rename from recipes/3p_integration/README.md
rename to recipes/3p_integrations/README.md
diff --git a/recipes/3p_integration/aws/getting_started_llama_3_on_amazon_bedrock.ipynb b/recipes/3p_integrations/aws/getting_started_llama_3_on_amazon_bedrock.ipynb
similarity index 100%
rename from recipes/3p_integration/aws/getting_started_llama_3_on_amazon_bedrock.ipynb
rename to recipes/3p_integrations/aws/getting_started_llama_3_on_amazon_bedrock.ipynb
diff --git a/recipes/3p_integration/aws/prompt_engineering_with_llama_2_on_amazon_bedrock.ipynb b/recipes/3p_integrations/aws/prompt_engineering_with_llama_2_on_amazon_bedrock.ipynb
similarity index 100%
rename from recipes/3p_integration/aws/prompt_engineering_with_llama_2_on_amazon_bedrock.ipynb
rename to recipes/3p_integrations/aws/prompt_engineering_with_llama_2_on_amazon_bedrock.ipynb
diff --git a/recipes/3p_integration/aws/react_llama_3_bedrock_wk.ipynb b/recipes/3p_integrations/aws/react_llama_3_bedrock_wk.ipynb
similarity index 100%
rename from recipes/3p_integration/aws/react_llama_3_bedrock_wk.ipynb
rename to recipes/3p_integrations/aws/react_llama_3_bedrock_wk.ipynb
diff --git a/recipes/3p_integration/azure/README.md b/recipes/3p_integrations/azure/README.md
similarity index 100%
rename from recipes/3p_integration/azure/README.md
rename to recipes/3p_integrations/azure/README.md
diff --git a/recipes/3p_integration/azure/azure_api_example.ipynb b/recipes/3p_integrations/azure/azure_api_example.ipynb
similarity index 100%
rename from recipes/3p_integration/azure/azure_api_example.ipynb
rename to recipes/3p_integrations/azure/azure_api_example.ipynb
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/function-calling-101-ecommerce/Function-Calling-101-Ecommerce.ipynb b/recipes/3p_integrations/groq/groq-api-cookbook/function-calling-101-ecommerce/Function-Calling-101-Ecommerce.ipynb
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/function-calling-101-ecommerce/Function-Calling-101-Ecommerce.ipynb
rename to recipes/3p_integrations/groq/groq-api-cookbook/function-calling-101-ecommerce/Function-Calling-101-Ecommerce.ipynb
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/function-calling-101-ecommerce/customers.csv b/recipes/3p_integrations/groq/groq-api-cookbook/function-calling-101-ecommerce/customers.csv
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/function-calling-101-ecommerce/customers.csv
rename to recipes/3p_integrations/groq/groq-api-cookbook/function-calling-101-ecommerce/customers.csv
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/function-calling-101-ecommerce/orders.csv b/recipes/3p_integrations/groq/groq-api-cookbook/function-calling-101-ecommerce/orders.csv
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/function-calling-101-ecommerce/orders.csv
rename to recipes/3p_integrations/groq/groq-api-cookbook/function-calling-101-ecommerce/orders.csv
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/function-calling-101-ecommerce/products.csv b/recipes/3p_integrations/groq/groq-api-cookbook/function-calling-101-ecommerce/products.csv
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/function-calling-101-ecommerce/products.csv
rename to recipes/3p_integrations/groq/groq-api-cookbook/function-calling-101-ecommerce/products.csv
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/json-mode-function-calling-for-sql/data/employees.csv b/recipes/3p_integrations/groq/groq-api-cookbook/json-mode-function-calling-for-sql/data/employees.csv
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/json-mode-function-calling-for-sql/data/employees.csv
rename to recipes/3p_integrations/groq/groq-api-cookbook/json-mode-function-calling-for-sql/data/employees.csv
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/json-mode-function-calling-for-sql/data/purchases.csv b/recipes/3p_integrations/groq/groq-api-cookbook/json-mode-function-calling-for-sql/data/purchases.csv
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/json-mode-function-calling-for-sql/data/purchases.csv
rename to recipes/3p_integrations/groq/groq-api-cookbook/json-mode-function-calling-for-sql/data/purchases.csv
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/json-mode-function-calling-for-sql/json-mode-function-calling-for-sql.ipynb b/recipes/3p_integrations/groq/groq-api-cookbook/json-mode-function-calling-for-sql/json-mode-function-calling-for-sql.ipynb
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/json-mode-function-calling-for-sql/json-mode-function-calling-for-sql.ipynb
rename to recipes/3p_integrations/groq/groq-api-cookbook/json-mode-function-calling-for-sql/json-mode-function-calling-for-sql.ipynb
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/json-mode-function-calling-for-sql/verified-queries/employees-without-purchases.yaml b/recipes/3p_integrations/groq/groq-api-cookbook/json-mode-function-calling-for-sql/verified-queries/employees-without-purchases.yaml
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/json-mode-function-calling-for-sql/verified-queries/employees-without-purchases.yaml
rename to recipes/3p_integrations/groq/groq-api-cookbook/json-mode-function-calling-for-sql/verified-queries/employees-without-purchases.yaml
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/json-mode-function-calling-for-sql/verified-queries/most-expensive-purchase.yaml b/recipes/3p_integrations/groq/groq-api-cookbook/json-mode-function-calling-for-sql/verified-queries/most-expensive-purchase.yaml
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/json-mode-function-calling-for-sql/verified-queries/most-expensive-purchase.yaml
rename to recipes/3p_integrations/groq/groq-api-cookbook/json-mode-function-calling-for-sql/verified-queries/most-expensive-purchase.yaml
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/json-mode-function-calling-for-sql/verified-queries/most-recent-purchases.yaml b/recipes/3p_integrations/groq/groq-api-cookbook/json-mode-function-calling-for-sql/verified-queries/most-recent-purchases.yaml
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/json-mode-function-calling-for-sql/verified-queries/most-recent-purchases.yaml
rename to recipes/3p_integrations/groq/groq-api-cookbook/json-mode-function-calling-for-sql/verified-queries/most-recent-purchases.yaml
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/json-mode-function-calling-for-sql/verified-queries/number-of-teslas.yaml b/recipes/3p_integrations/groq/groq-api-cookbook/json-mode-function-calling-for-sql/verified-queries/number-of-teslas.yaml
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/json-mode-function-calling-for-sql/verified-queries/number-of-teslas.yaml
rename to recipes/3p_integrations/groq/groq-api-cookbook/json-mode-function-calling-for-sql/verified-queries/number-of-teslas.yaml
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/json-mode-social-determinants-of-health/SDOH-Json-mode.ipynb b/recipes/3p_integrations/groq/groq-api-cookbook/json-mode-social-determinants-of-health/SDOH-Json-mode.ipynb
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/json-mode-social-determinants-of-health/SDOH-Json-mode.ipynb
rename to recipes/3p_integrations/groq/groq-api-cookbook/json-mode-social-determinants-of-health/SDOH-Json-mode.ipynb
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/json-mode-social-determinants-of-health/clinical_notes/00456321.txt b/recipes/3p_integrations/groq/groq-api-cookbook/json-mode-social-determinants-of-health/clinical_notes/00456321.txt
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/json-mode-social-determinants-of-health/clinical_notes/00456321.txt
rename to recipes/3p_integrations/groq/groq-api-cookbook/json-mode-social-determinants-of-health/clinical_notes/00456321.txt
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/json-mode-social-determinants-of-health/clinical_notes/00567289.txt b/recipes/3p_integrations/groq/groq-api-cookbook/json-mode-social-determinants-of-health/clinical_notes/00567289.txt
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/json-mode-social-determinants-of-health/clinical_notes/00567289.txt
rename to recipes/3p_integrations/groq/groq-api-cookbook/json-mode-social-determinants-of-health/clinical_notes/00567289.txt
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/json-mode-social-determinants-of-health/clinical_notes/00678934.txt b/recipes/3p_integrations/groq/groq-api-cookbook/json-mode-social-determinants-of-health/clinical_notes/00678934.txt
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/json-mode-social-determinants-of-health/clinical_notes/00678934.txt
rename to recipes/3p_integrations/groq/groq-api-cookbook/json-mode-social-determinants-of-health/clinical_notes/00678934.txt
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/json-mode-social-determinants-of-health/clinical_notes/00785642.txt b/recipes/3p_integrations/groq/groq-api-cookbook/json-mode-social-determinants-of-health/clinical_notes/00785642.txt
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/json-mode-social-determinants-of-health/clinical_notes/00785642.txt
rename to recipes/3p_integrations/groq/groq-api-cookbook/json-mode-social-determinants-of-health/clinical_notes/00785642.txt
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/json-mode-social-determinants-of-health/clinical_notes/00893247.txt b/recipes/3p_integrations/groq/groq-api-cookbook/json-mode-social-determinants-of-health/clinical_notes/00893247.txt
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/json-mode-social-determinants-of-health/clinical_notes/00893247.txt
rename to recipes/3p_integrations/groq/groq-api-cookbook/json-mode-social-determinants-of-health/clinical_notes/00893247.txt
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/llama3-stock-market-function-calling/llama3-stock-market-function-calling.ipynb b/recipes/3p_integrations/groq/groq-api-cookbook/llama3-stock-market-function-calling/llama3-stock-market-function-calling.ipynb
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/llama3-stock-market-function-calling/llama3-stock-market-function-calling.ipynb
rename to recipes/3p_integrations/groq/groq-api-cookbook/llama3-stock-market-function-calling/llama3-stock-market-function-calling.ipynb
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/parallel-tool-use/parallel-tool-use.ipynb b/recipes/3p_integrations/groq/groq-api-cookbook/parallel-tool-use/parallel-tool-use.ipynb
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/parallel-tool-use/parallel-tool-use.ipynb
rename to recipes/3p_integrations/groq/groq-api-cookbook/parallel-tool-use/parallel-tool-use.ipynb
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/parallel-tool-use/requirements.txt b/recipes/3p_integrations/groq/groq-api-cookbook/parallel-tool-use/requirements.txt
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/parallel-tool-use/requirements.txt
rename to recipes/3p_integrations/groq/groq-api-cookbook/parallel-tool-use/requirements.txt
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/rag-langchain-presidential-speeches/presidential_speeches.csv b/recipes/3p_integrations/groq/groq-api-cookbook/rag-langchain-presidential-speeches/presidential_speeches.csv
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/rag-langchain-presidential-speeches/presidential_speeches.csv
rename to recipes/3p_integrations/groq/groq-api-cookbook/rag-langchain-presidential-speeches/presidential_speeches.csv
diff --git a/recipes/3p_integration/groq/groq-api-cookbook/rag-langchain-presidential-speeches/rag-langchain-presidential-speeches.ipynb b/recipes/3p_integrations/groq/groq-api-cookbook/rag-langchain-presidential-speeches/rag-langchain-presidential-speeches.ipynb
similarity index 100%
rename from recipes/3p_integration/groq/groq-api-cookbook/rag-langchain-presidential-speeches/rag-langchain-presidential-speeches.ipynb
rename to recipes/3p_integrations/groq/groq-api-cookbook/rag-langchain-presidential-speeches/rag-langchain-presidential-speeches.ipynb
diff --git a/recipes/3p_integration/groq/groq-example-templates/conversational-chatbot-langchain/README.md b/recipes/3p_integrations/groq/groq-example-templates/conversational-chatbot-langchain/README.md
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/conversational-chatbot-langchain/README.md
rename to recipes/3p_integrations/groq/groq-example-templates/conversational-chatbot-langchain/README.md
diff --git a/recipes/3p_integration/groq/groq-example-templates/conversational-chatbot-langchain/main.py b/recipes/3p_integrations/groq/groq-example-templates/conversational-chatbot-langchain/main.py
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/conversational-chatbot-langchain/main.py
rename to recipes/3p_integrations/groq/groq-example-templates/conversational-chatbot-langchain/main.py
diff --git a/recipes/3p_integration/groq/groq-example-templates/conversational-chatbot-langchain/requirements.txt b/recipes/3p_integrations/groq/groq-example-templates/conversational-chatbot-langchain/requirements.txt
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/conversational-chatbot-langchain/requirements.txt
rename to recipes/3p_integrations/groq/groq-example-templates/conversational-chatbot-langchain/requirements.txt
diff --git a/recipes/3p_integration/groq/groq-example-templates/crewai-agents/README.md b/recipes/3p_integrations/groq/groq-example-templates/crewai-agents/README.md
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/crewai-agents/README.md
rename to recipes/3p_integrations/groq/groq-example-templates/crewai-agents/README.md
diff --git a/recipes/3p_integration/groq/groq-example-templates/crewai-agents/main.py b/recipes/3p_integrations/groq/groq-example-templates/crewai-agents/main.py
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/crewai-agents/main.py
rename to recipes/3p_integrations/groq/groq-example-templates/crewai-agents/main.py
diff --git a/recipes/3p_integration/groq/groq-example-templates/crewai-agents/requirements.txt b/recipes/3p_integrations/groq/groq-example-templates/crewai-agents/requirements.txt
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/crewai-agents/requirements.txt
rename to recipes/3p_integrations/groq/groq-example-templates/crewai-agents/requirements.txt
diff --git a/recipes/3p_integration/groq/groq-example-templates/groq-quickstart-conversational-chatbot/README.md b/recipes/3p_integrations/groq/groq-example-templates/groq-quickstart-conversational-chatbot/README.md
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/groq-quickstart-conversational-chatbot/README.md
rename to recipes/3p_integrations/groq/groq-example-templates/groq-quickstart-conversational-chatbot/README.md
diff --git a/recipes/3p_integration/groq/groq-example-templates/groq-quickstart-conversational-chatbot/main.py b/recipes/3p_integrations/groq/groq-example-templates/groq-quickstart-conversational-chatbot/main.py
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/groq-quickstart-conversational-chatbot/main.py
rename to recipes/3p_integrations/groq/groq-example-templates/groq-quickstart-conversational-chatbot/main.py
diff --git a/recipes/3p_integration/groq/groq-example-templates/groq-quickstart-conversational-chatbot/requirements.txt b/recipes/3p_integrations/groq/groq-example-templates/groq-quickstart-conversational-chatbot/requirements.txt
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/groq-quickstart-conversational-chatbot/requirements.txt
rename to recipes/3p_integrations/groq/groq-example-templates/groq-quickstart-conversational-chatbot/requirements.txt
diff --git a/recipes/3p_integration/groq/groq-example-templates/groqing-the-stock-market-function-calling-llama3/README.md b/recipes/3p_integrations/groq/groq-example-templates/groqing-the-stock-market-function-calling-llama3/README.md
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/groqing-the-stock-market-function-calling-llama3/README.md
rename to recipes/3p_integrations/groq/groq-example-templates/groqing-the-stock-market-function-calling-llama3/README.md
diff --git a/recipes/3p_integration/groq/groq-example-templates/groqing-the-stock-market-function-calling-llama3/main.py b/recipes/3p_integrations/groq/groq-example-templates/groqing-the-stock-market-function-calling-llama3/main.py
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/groqing-the-stock-market-function-calling-llama3/main.py
rename to recipes/3p_integrations/groq/groq-example-templates/groqing-the-stock-market-function-calling-llama3/main.py
diff --git a/recipes/3p_integration/groq/groq-example-templates/groqing-the-stock-market-function-calling-llama3/requirements.txt b/recipes/3p_integrations/groq/groq-example-templates/groqing-the-stock-market-function-calling-llama3/requirements.txt
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/groqing-the-stock-market-function-calling-llama3/requirements.txt
rename to recipes/3p_integrations/groq/groq-example-templates/groqing-the-stock-market-function-calling-llama3/requirements.txt
diff --git a/recipes/3p_integration/groq/groq-example-templates/llamachat-conversational-chatbot-with-llamaIndex/README.md b/recipes/3p_integrations/groq/groq-example-templates/llamachat-conversational-chatbot-with-llamaIndex/README.md
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/llamachat-conversational-chatbot-with-llamaIndex/README.md
rename to recipes/3p_integrations/groq/groq-example-templates/llamachat-conversational-chatbot-with-llamaIndex/README.md
diff --git a/recipes/3p_integration/groq/groq-example-templates/llamachat-conversational-chatbot-with-llamaIndex/main.py b/recipes/3p_integrations/groq/groq-example-templates/llamachat-conversational-chatbot-with-llamaIndex/main.py
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/llamachat-conversational-chatbot-with-llamaIndex/main.py
rename to recipes/3p_integrations/groq/groq-example-templates/llamachat-conversational-chatbot-with-llamaIndex/main.py
diff --git a/recipes/3p_integration/groq/groq-example-templates/llamachat-conversational-chatbot-with-llamaIndex/requirements.txt b/recipes/3p_integrations/groq/groq-example-templates/llamachat-conversational-chatbot-with-llamaIndex/requirements.txt
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/llamachat-conversational-chatbot-with-llamaIndex/requirements.txt
rename to recipes/3p_integrations/groq/groq-example-templates/llamachat-conversational-chatbot-with-llamaIndex/requirements.txt
diff --git a/recipes/3p_integration/groq/groq-example-templates/presidential-speeches-rag-with-pinecone/README.md b/recipes/3p_integrations/groq/groq-example-templates/presidential-speeches-rag-with-pinecone/README.md
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/presidential-speeches-rag-with-pinecone/README.md
rename to recipes/3p_integrations/groq/groq-example-templates/presidential-speeches-rag-with-pinecone/README.md
diff --git a/recipes/3p_integration/groq/groq-example-templates/presidential-speeches-rag-with-pinecone/main.py b/recipes/3p_integrations/groq/groq-example-templates/presidential-speeches-rag-with-pinecone/main.py
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/presidential-speeches-rag-with-pinecone/main.py
rename to recipes/3p_integrations/groq/groq-example-templates/presidential-speeches-rag-with-pinecone/main.py
diff --git a/recipes/3p_integration/groq/groq-example-templates/presidential-speeches-rag-with-pinecone/requirements.txt b/recipes/3p_integrations/groq/groq-example-templates/presidential-speeches-rag-with-pinecone/requirements.txt
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/presidential-speeches-rag-with-pinecone/requirements.txt
rename to recipes/3p_integrations/groq/groq-example-templates/presidential-speeches-rag-with-pinecone/requirements.txt
diff --git a/recipes/3p_integration/groq/groq-example-templates/text-to-sql-json-mode/README.md b/recipes/3p_integrations/groq/groq-example-templates/text-to-sql-json-mode/README.md
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/text-to-sql-json-mode/README.md
rename to recipes/3p_integrations/groq/groq-example-templates/text-to-sql-json-mode/README.md
diff --git a/recipes/3p_integration/groq/groq-example-templates/text-to-sql-json-mode/data/employees.csv b/recipes/3p_integrations/groq/groq-example-templates/text-to-sql-json-mode/data/employees.csv
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/text-to-sql-json-mode/data/employees.csv
rename to recipes/3p_integrations/groq/groq-example-templates/text-to-sql-json-mode/data/employees.csv
diff --git a/recipes/3p_integration/groq/groq-example-templates/text-to-sql-json-mode/data/purchases.csv b/recipes/3p_integrations/groq/groq-example-templates/text-to-sql-json-mode/data/purchases.csv
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/text-to-sql-json-mode/data/purchases.csv
rename to recipes/3p_integrations/groq/groq-example-templates/text-to-sql-json-mode/data/purchases.csv
diff --git a/recipes/3p_integration/groq/groq-example-templates/text-to-sql-json-mode/main.py b/recipes/3p_integrations/groq/groq-example-templates/text-to-sql-json-mode/main.py
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/text-to-sql-json-mode/main.py
rename to recipes/3p_integrations/groq/groq-example-templates/text-to-sql-json-mode/main.py
diff --git a/recipes/3p_integration/groq/groq-example-templates/text-to-sql-json-mode/prompts/base_prompt.txt b/recipes/3p_integrations/groq/groq-example-templates/text-to-sql-json-mode/prompts/base_prompt.txt
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/text-to-sql-json-mode/prompts/base_prompt.txt
rename to recipes/3p_integrations/groq/groq-example-templates/text-to-sql-json-mode/prompts/base_prompt.txt
diff --git a/recipes/3p_integration/groq/groq-example-templates/text-to-sql-json-mode/requirements.txt b/recipes/3p_integrations/groq/groq-example-templates/text-to-sql-json-mode/requirements.txt
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/text-to-sql-json-mode/requirements.txt
rename to recipes/3p_integrations/groq/groq-example-templates/text-to-sql-json-mode/requirements.txt
diff --git a/recipes/3p_integration/groq/groq-example-templates/verified-sql-function-calling/README.md b/recipes/3p_integrations/groq/groq-example-templates/verified-sql-function-calling/README.md
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/verified-sql-function-calling/README.md
rename to recipes/3p_integrations/groq/groq-example-templates/verified-sql-function-calling/README.md
diff --git a/recipes/3p_integration/groq/groq-example-templates/verified-sql-function-calling/data/employees.csv b/recipes/3p_integrations/groq/groq-example-templates/verified-sql-function-calling/data/employees.csv
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/verified-sql-function-calling/data/employees.csv
rename to recipes/3p_integrations/groq/groq-example-templates/verified-sql-function-calling/data/employees.csv
diff --git a/recipes/3p_integration/groq/groq-example-templates/verified-sql-function-calling/data/purchases.csv b/recipes/3p_integrations/groq/groq-example-templates/verified-sql-function-calling/data/purchases.csv
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/verified-sql-function-calling/data/purchases.csv
rename to recipes/3p_integrations/groq/groq-example-templates/verified-sql-function-calling/data/purchases.csv
diff --git a/recipes/3p_integration/groq/groq-example-templates/verified-sql-function-calling/main.py b/recipes/3p_integrations/groq/groq-example-templates/verified-sql-function-calling/main.py
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/verified-sql-function-calling/main.py
rename to recipes/3p_integrations/groq/groq-example-templates/verified-sql-function-calling/main.py
diff --git a/recipes/3p_integration/groq/groq-example-templates/verified-sql-function-calling/requirements.txt b/recipes/3p_integrations/groq/groq-example-templates/verified-sql-function-calling/requirements.txt
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/verified-sql-function-calling/requirements.txt
rename to recipes/3p_integrations/groq/groq-example-templates/verified-sql-function-calling/requirements.txt
diff --git a/recipes/3p_integration/groq/groq-example-templates/verified-sql-function-calling/verified-queries/employees-without-purchases.yaml b/recipes/3p_integrations/groq/groq-example-templates/verified-sql-function-calling/verified-queries/employees-without-purchases.yaml
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/verified-sql-function-calling/verified-queries/employees-without-purchases.yaml
rename to recipes/3p_integrations/groq/groq-example-templates/verified-sql-function-calling/verified-queries/employees-without-purchases.yaml
diff --git a/recipes/3p_integration/groq/groq-example-templates/verified-sql-function-calling/verified-queries/most-expensive-purchase.yaml b/recipes/3p_integrations/groq/groq-example-templates/verified-sql-function-calling/verified-queries/most-expensive-purchase.yaml
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/verified-sql-function-calling/verified-queries/most-expensive-purchase.yaml
rename to recipes/3p_integrations/groq/groq-example-templates/verified-sql-function-calling/verified-queries/most-expensive-purchase.yaml
diff --git a/recipes/3p_integration/groq/groq-example-templates/verified-sql-function-calling/verified-queries/most-recent-purchases.yaml b/recipes/3p_integrations/groq/groq-example-templates/verified-sql-function-calling/verified-queries/most-recent-purchases.yaml
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/verified-sql-function-calling/verified-queries/most-recent-purchases.yaml
rename to recipes/3p_integrations/groq/groq-example-templates/verified-sql-function-calling/verified-queries/most-recent-purchases.yaml
diff --git a/recipes/3p_integration/groq/groq-example-templates/verified-sql-function-calling/verified-queries/number-of-teslas.yaml b/recipes/3p_integrations/groq/groq-example-templates/verified-sql-function-calling/verified-queries/number-of-teslas.yaml
similarity index 100%
rename from recipes/3p_integration/groq/groq-example-templates/verified-sql-function-calling/verified-queries/number-of-teslas.yaml
rename to recipes/3p_integrations/groq/groq-example-templates/verified-sql-function-calling/verified-queries/number-of-teslas.yaml
diff --git a/recipes/3p_integration/groq/llama3_cookbook_groq.ipynb b/recipes/3p_integrations/groq/llama3_cookbook_groq.ipynb
similarity index 100%
rename from recipes/3p_integration/groq/llama3_cookbook_groq.ipynb
rename to recipes/3p_integrations/groq/llama3_cookbook_groq.ipynb
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/README.md b/recipes/3p_integrations/lamini/text2sql_memory_tuning/README.md
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/README.md
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/README.md
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/assets/manual_filtering.png b/recipes/3p_integrations/lamini/text2sql_memory_tuning/assets/manual_filtering.png
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/assets/manual_filtering.png
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/assets/manual_filtering.png
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/assets/website.png b/recipes/3p_integrations/lamini/text2sql_memory_tuning/assets/website.png
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/assets/website.png
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/assets/website.png
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/data/gold-test-set-v2.jsonl b/recipes/3p_integrations/lamini/text2sql_memory_tuning/data/gold-test-set-v2.jsonl
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/data/gold-test-set-v2.jsonl
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/data/gold-test-set-v2.jsonl
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/data/gold-test-set.jsonl b/recipes/3p_integrations/lamini/text2sql_memory_tuning/data/gold-test-set.jsonl
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/data/gold-test-set.jsonl
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/data/gold-test-set.jsonl
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/data/training_data/archive/generated_queries_large_filtered_cleaned.jsonl b/recipes/3p_integrations/lamini/text2sql_memory_tuning/data/training_data/archive/generated_queries_large_filtered_cleaned.jsonl
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/data/training_data/archive/generated_queries_large_filtered_cleaned.jsonl
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/data/training_data/archive/generated_queries_large_filtered_cleaned.jsonl
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/data/training_data/archive/generated_queries_v2_large_filtered_cleaned.jsonl b/recipes/3p_integrations/lamini/text2sql_memory_tuning/data/training_data/archive/generated_queries_v2_large_filtered_cleaned.jsonl
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/data/training_data/archive/generated_queries_v2_large_filtered_cleaned.jsonl
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/data/training_data/archive/generated_queries_v2_large_filtered_cleaned.jsonl
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/data/training_data/generated_queries.jsonl b/recipes/3p_integrations/lamini/text2sql_memory_tuning/data/training_data/generated_queries.jsonl
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/data/training_data/generated_queries.jsonl
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/data/training_data/generated_queries.jsonl
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/data/training_data/generated_queries_large.jsonl b/recipes/3p_integrations/lamini/text2sql_memory_tuning/data/training_data/generated_queries_large.jsonl
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/data/training_data/generated_queries_large.jsonl
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/data/training_data/generated_queries_large.jsonl
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/data/training_data/generated_queries_large_filtered.jsonl b/recipes/3p_integrations/lamini/text2sql_memory_tuning/data/training_data/generated_queries_large_filtered.jsonl
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/data/training_data/generated_queries_large_filtered.jsonl
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/data/training_data/generated_queries_large_filtered.jsonl
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/data/training_data/generated_queries_v2.jsonl b/recipes/3p_integrations/lamini/text2sql_memory_tuning/data/training_data/generated_queries_v2.jsonl
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/data/training_data/generated_queries_v2.jsonl
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/data/training_data/generated_queries_v2.jsonl
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/data/training_data/generated_queries_v2_large.jsonl b/recipes/3p_integrations/lamini/text2sql_memory_tuning/data/training_data/generated_queries_v2_large.jsonl
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/data/training_data/generated_queries_v2_large.jsonl
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/data/training_data/generated_queries_v2_large.jsonl
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/data/training_data/generated_queries_v2_large_filtered.jsonl b/recipes/3p_integrations/lamini/text2sql_memory_tuning/data/training_data/generated_queries_v2_large_filtered.jsonl
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/data/training_data/generated_queries_v2_large_filtered.jsonl
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/data/training_data/generated_queries_v2_large_filtered.jsonl
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/meta_lamini.ipynb b/recipes/3p_integrations/lamini/text2sql_memory_tuning/meta_lamini.ipynb
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/meta_lamini.ipynb
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/meta_lamini.ipynb
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/nba_roster.db b/recipes/3p_integrations/lamini/text2sql_memory_tuning/nba_roster.db
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/nba_roster.db
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/nba_roster.db
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/util/get_default_finetune_args.py b/recipes/3p_integrations/lamini/text2sql_memory_tuning/util/get_default_finetune_args.py
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/util/get_default_finetune_args.py
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/util/get_default_finetune_args.py
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/util/get_rubric.py b/recipes/3p_integrations/lamini/text2sql_memory_tuning/util/get_rubric.py
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/util/get_rubric.py
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/util/get_rubric.py
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/util/get_schema.py b/recipes/3p_integrations/lamini/text2sql_memory_tuning/util/get_schema.py
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/util/get_schema.py
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/util/get_schema.py
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/util/load_dataset.py b/recipes/3p_integrations/lamini/text2sql_memory_tuning/util/load_dataset.py
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/util/load_dataset.py
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/util/load_dataset.py
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/util/make_llama_3_prompt.py b/recipes/3p_integrations/lamini/text2sql_memory_tuning/util/make_llama_3_prompt.py
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/util/make_llama_3_prompt.py
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/util/make_llama_3_prompt.py
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/util/parse_arguments.py b/recipes/3p_integrations/lamini/text2sql_memory_tuning/util/parse_arguments.py
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/util/parse_arguments.py
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/util/parse_arguments.py
diff --git a/recipes/3p_integration/lamini/text2sql_memory_tuning/util/setup_logging.py b/recipes/3p_integrations/lamini/text2sql_memory_tuning/util/setup_logging.py
similarity index 100%
rename from recipes/3p_integration/lamini/text2sql_memory_tuning/util/setup_logging.py
rename to recipes/3p_integrations/lamini/text2sql_memory_tuning/util/setup_logging.py
diff --git a/recipes/3p_integration/llama_on_prem.md b/recipes/3p_integrations/llama_on_prem.md
similarity index 100%
rename from recipes/3p_integration/llama_on_prem.md
rename to recipes/3p_integrations/llama_on_prem.md
diff --git a/recipes/3p_integration/octoai/RAG_chatbot_example/RAG_chatbot_example.ipynb b/recipes/3p_integrations/octoai/RAG_chatbot_example/RAG_chatbot_example.ipynb
similarity index 100%
rename from recipes/3p_integration/octoai/RAG_chatbot_example/RAG_chatbot_example.ipynb
rename to recipes/3p_integrations/octoai/RAG_chatbot_example/RAG_chatbot_example.ipynb
diff --git a/recipes/3p_integration/octoai/RAG_chatbot_example/data/Llama Getting Started Guide.pdf b/recipes/3p_integrations/octoai/RAG_chatbot_example/data/Llama Getting Started Guide.pdf
similarity index 100%
rename from recipes/3p_integration/octoai/RAG_chatbot_example/data/Llama Getting Started Guide.pdf
rename to recipes/3p_integrations/octoai/RAG_chatbot_example/data/Llama Getting Started Guide.pdf
diff --git a/recipes/3p_integration/octoai/RAG_chatbot_example/requirements.txt b/recipes/3p_integrations/octoai/RAG_chatbot_example/requirements.txt
similarity index 100%
rename from recipes/3p_integration/octoai/RAG_chatbot_example/requirements.txt
rename to recipes/3p_integrations/octoai/RAG_chatbot_example/requirements.txt
diff --git a/recipes/3p_integration/octoai/RAG_chatbot_example/vectorstore/db_faiss/index.faiss b/recipes/3p_integrations/octoai/RAG_chatbot_example/vectorstore/db_faiss/index.faiss
similarity index 100%
rename from recipes/3p_integration/octoai/RAG_chatbot_example/vectorstore/db_faiss/index.faiss
rename to recipes/3p_integrations/octoai/RAG_chatbot_example/vectorstore/db_faiss/index.faiss
diff --git a/recipes/3p_integration/octoai/RAG_chatbot_example/vectorstore/db_faiss/index.pkl b/recipes/3p_integrations/octoai/RAG_chatbot_example/vectorstore/db_faiss/index.pkl
similarity index 100%
rename from recipes/3p_integration/octoai/RAG_chatbot_example/vectorstore/db_faiss/index.pkl
rename to recipes/3p_integrations/octoai/RAG_chatbot_example/vectorstore/db_faiss/index.pkl
diff --git a/recipes/3p_integration/octoai/getting_to_know_llama.ipynb b/recipes/3p_integrations/octoai/getting_to_know_llama.ipynb
similarity index 100%
rename from recipes/3p_integration/octoai/getting_to_know_llama.ipynb
rename to recipes/3p_integrations/octoai/getting_to_know_llama.ipynb
diff --git a/recipes/3p_integration/octoai/hello_llama_cloud.ipynb b/recipes/3p_integrations/octoai/hello_llama_cloud.ipynb
similarity index 100%
rename from recipes/3p_integration/octoai/hello_llama_cloud.ipynb
rename to recipes/3p_integrations/octoai/hello_llama_cloud.ipynb
diff --git a/recipes/3p_integration/octoai/live_data.ipynb b/recipes/3p_integrations/octoai/live_data.ipynb
similarity index 100%
rename from recipes/3p_integration/octoai/live_data.ipynb
rename to recipes/3p_integrations/octoai/live_data.ipynb
diff --git a/recipes/3p_integration/octoai/llama2_gradio.ipynb b/recipes/3p_integrations/octoai/llama2_gradio.ipynb
similarity index 100%
rename from recipes/3p_integration/octoai/llama2_gradio.ipynb
rename to recipes/3p_integrations/octoai/llama2_gradio.ipynb
diff --git a/recipes/3p_integration/octoai/video_summary.ipynb b/recipes/3p_integrations/octoai/video_summary.ipynb
similarity index 100%
rename from recipes/3p_integration/octoai/video_summary.ipynb
rename to recipes/3p_integrations/octoai/video_summary.ipynb
diff --git a/recipes/3p_integration/tgi/README.md b/recipes/3p_integrations/tgi/README.md
similarity index 100%
rename from recipes/3p_integration/tgi/README.md
rename to recipes/3p_integrations/tgi/README.md
diff --git a/recipes/3p_integration/tgi/merge_lora_weights.py b/recipes/3p_integrations/tgi/merge_lora_weights.py
similarity index 100%
rename from recipes/3p_integration/tgi/merge_lora_weights.py
rename to recipes/3p_integrations/tgi/merge_lora_weights.py
diff --git a/recipes/3p_integration/using_externally_hosted_llms.ipynb b/recipes/3p_integrations/using_externally_hosted_llms.ipynb
similarity index 100%
rename from recipes/3p_integration/using_externally_hosted_llms.ipynb
rename to recipes/3p_integrations/using_externally_hosted_llms.ipynb
diff --git a/recipes/3p_integration/vllm/inference.py b/recipes/3p_integrations/vllm/inference.py
similarity index 100%
rename from recipes/3p_integration/vllm/inference.py
rename to recipes/3p_integrations/vllm/inference.py
diff --git a/recipes/README.md b/recipes/README.md
index e0e6437c75690753440cbdbb7ea5c65746829f52..d0a4bbc74b1368c829a360c029ea5df9aaaac152 100644
--- a/recipes/README.md
+++ b/recipes/README.md
@@ -4,5 +4,5 @@ This folder contains examples organized by topic:
 |---|---|
 [quickstart](./quickstart)|The "Hello World" of using Llama 3, start here if you are new to using Llama 3
 [use_cases](./use_cases)|Scripts showing common applications of Llama 3
-[3p_integration](./3p_integration)|Partner owned folder showing common applications of Meta Llama3
+[3p_integrations](./3p_integrations)|Partner owned folder showing common applications of Meta Llama3
 [responsible_ai](./responsible_ai)|Scripts to use PurpleLlama for safeguarding model outputs
diff --git a/recipes/quickstart/README.md b/recipes/quickstart/README.md
index 315ab70a8b630c049a8a063b906d5cefd433c464..429d1680fe8fe8ff5f70d4887820b6396b78f5e4 100644
--- a/recipes/quickstart/README.md
+++ b/recipes/quickstart/README.md
@@ -4,7 +4,7 @@ If you are new to developing with Meta Llama models, this is where you should st
 
 * The [](./Running_Llama3_Anywhere/) notebooks demonstrate how to run Llama inference across Linux, Mac and Windows platforms using the appropriate tooling.
 * The [](./Prompt_Engineering_with_Llama_3.ipynb) notebook showcases the various ways to elicit appropriate outputs from Llama. Take this notebook for a spin to get a feel for how Llama responds to different inputs and generation parameters.
-* The [](./inference/) folder contains scripts to deploy Llama for inference on server and mobile. See also [](../3p_integration/vllm/) and [](../3p_integration/tgi/) for hosting Llama on open-source model servers.
+* The [](./inference/) folder contains scripts to deploy Llama for inference on server and mobile. See also [](../3p_integrations/vllm/) and [](../3p_integrations/tgi/) for hosting Llama on open-source model servers.
 * The [](./RAG/) folder contains a simple Retrieval-Augmented Generation application using Llama 3.
 * The [](./finetuning/) folder contains resources to help you finetune Llama 3 on your custom datasets, for both single- and multi-GPU setups. The scripts use the native llama-recipes finetuning code found in [](../../src/llama_recipes/finetuning.py) which supports these features:
 
diff --git a/recipes/quickstart/inference/mobile_inference/android_inference/README.md b/recipes/quickstart/inference/mobile_inference/android_inference/README.md
index e310c8aaa99bd7bd153d99ea2a2ca5a9a250c87b..5a0ec16b575550c6cba54ce3fa336f9b91e340bc 100644
--- a/recipes/quickstart/inference/mobile_inference/android_inference/README.md
+++ b/recipes/quickstart/inference/mobile_inference/android_inference/README.md
@@ -9,7 +9,7 @@ Machine Learning Compilation for Large Language Models (MLC LLM) is a high-perfo
 
 You can read more about MLC-LLM at the following [link](https://github.com/mlc-ai/mlc-llm).
 
-MLC-LLM is also what powers the Llama3 inference APIs provided by [OctoAI](https://octo.ai/). You can use OctoAI for your Llama3 cloud-based inference needs by trying out the examples under the [following path](../../../../3p_integration/octoai/).
+MLC-LLM is also what powers the Llama3 inference APIs provided by [OctoAI](https://octo.ai/). You can use OctoAI for your Llama3 cloud-based inference needs by trying out the examples under the [following path](../../../../3p_integrations/octoai/).
 
 This tutorial was tested with the following setup:
 * MacBook Pro 16 inch from 2021 with Apple M1 Max and 32GB of RAM running Sonoma 14.3.1
diff --git a/recipes/use_cases/README.md b/recipes/use_cases/README.md
index 8922774ae0e68afffa090d66074b1f96f034e57e..fa23b8cfda54a7c3612a9e7e1e189ebe2585b7b9 100644
--- a/recipes/use_cases/README.md
+++ b/recipes/use_cases/README.md
@@ -1,10 +1,10 @@
-## [VideoSummary](video_summary.ipynb): Ask Llama 3 to Summarize a Long YouTube Video (using Replicate or [OctoAI](../3p_integration/octoai/video_summary.ipynb))
+## [VideoSummary](video_summary.ipynb): Ask Llama 3 to Summarize a Long YouTube Video (using Replicate or [OctoAI](../3p_integrations/octoai/video_summary.ipynb))
 This demo app uses Llama 3 to return a text summary of a YouTube video. It shows how to retrieve the caption of a YouTube video and how to ask Llama to summarize the content in different ways, from the simplest naive way that works for short text to more advanced methods of using LangChain's map_reduce and refine to overcome the 8K context length limit of Llama 3.
 
 ## [NBA2023-24](./coding/text2sql/structured_llama.ipynb): Ask Llama 3 about Structured Data
 This demo app shows how to use LangChain and Llama 3 to let users ask questions about **structured** data stored in a SQL DB. As the 2023-24 NBA season is entering the playoff, we use the NBA roster info saved in a SQLite DB to show you how to ask Llama 3 questions about your favorite teams or players.
 
-## [live_data](live_data.ipynb): Ask Llama 3 about Live Data (using Replicate or [OctoAI](../3p_integration/octoai/live_data.ipynb))
+## [live_data](live_data.ipynb): Ask Llama 3 about Live Data (using Replicate or [OctoAI](../3p_integrations/octoai/live_data.ipynb))
 This demo app shows how to perform live data augmented generation tasks with Llama 3, [LlamaIndex](https://github.com/run-llama/llama_index), another leading open-source framework for building LLM apps, and the [Tavily](https://tavily.com) live search API.
 
 ## [WhatsApp Chatbot](./customerservice_chatbots/whatsapp_llama/whatsapp_llama3.md): Building a Llama 3 Enabled WhatsApp Chatbot
@@ -13,7 +13,7 @@ This step-by-step tutorial shows how to use the [WhatsApp Business API](https://
 ## [Messenger Chatbot](./customerservice_chatbots/messenger_llama/messenger_llama3.md): Building a Llama 3 Enabled Messenger Chatbot
 This step-by-step tutorial shows how to use the [Messenger Platform](https://developers.facebook.com/docs/messenger-platform/overview) to build a Llama 3 enabled Messenger chatbot.
 
-### RAG Chatbot Example (running [locally](./customerservice_chatbots/RAG_chatbot/RAG_Chatbot_Example.ipynb) or on [OctoAI](../3p_integration/octoai/RAG_chatbot_example/RAG_chatbot_example.ipynb))
+### RAG Chatbot Example (running [locally](./customerservice_chatbots/RAG_chatbot/RAG_Chatbot_Example.ipynb) or on [OctoAI](../3p_integrations/octoai/RAG_chatbot_example/RAG_chatbot_example.ipynb))
 A complete example of how to build a Llama 3 chatbot hosted on your browser that can answer questions based on your own data using retrieval augmented generation (RAG). You can run Llama2 locally if you have a good enough GPU or on OctoAI if you follow the note [here](../README.md#octoai_note).
 
 ## [Sales Bot](./customerservice_chatbots/sales_bot/SalesBot.ipynb): Sales Bot with Llama3 - A Summarization and RAG Use Case
diff --git a/tools/benchmarks/inference/on_prem/README.md b/tools/benchmarks/inference/on_prem/README.md
index 747ca47b6a37fbe7a840da8c0030a8f7a6d31033..f29c8f8179eea7d1b23899ec137159b261bc1db6 100644
--- a/tools/benchmarks/inference/on_prem/README.md
+++ b/tools/benchmarks/inference/on_prem/README.md
@@ -7,7 +7,7 @@ We support benchmark on these serving framework:
 
 # vLLM - Getting Started
 
-To get started, we first need to deploy containers on-prem as a API host. Follow the guidance [here](../../../../recipes/3p_integration/llama_on_prem.md#setting-up-vllm-with-llama-3) to deploy vLLM on-prem.
+To get started, we first need to deploy containers on-prem as a API host. Follow the guidance [here](../../../../recipes/3p_integrations/llama_on_prem.md#setting-up-vllm-with-llama-3) to deploy vLLM on-prem.
 
 Note that in common scenario which overall throughput is important, we suggest you prioritize deploying as many model replicas as possible to reach higher overall throughput and request-per-second (RPS), comparing to deploy one model container among multiple GPUs for model parallelism. Additionally, as deploying multiple model replicas, there is a need for a higher level wrapper to handle the load balancing which here has been simulated in the benchmark scripts.
 For example, we have an instance from Azure that has 8xA100 80G GPUs, and we want to deploy the Meta Llama 3 70B instruct model, which is around 140GB with FP16. So for deployment we can do: