Browse Source

update json-mode-function-calling-for-sql.ipynb, SDOH-Json-mode.ipynb and rag-langchain-presidential-speeches.ipynb

Arun Brahma 3 months ago
parent
commit
a15bc29054

+ 1 - 1
3p-integrations/groq/groq-api-cookbook/json-mode-function-calling-for-sql/json-mode-function-calling-for-sql.ipynb

@@ -353,7 +353,7 @@
    "id": "eb224954-e17a-408c-954e-30757ade35f0",
    "metadata": {},
    "source": [
-    "A different approach is to leverage the LLM to call on pre-vetted queries that can answer a set of questions. Since you wouldn't trust a traditional business intelligence tool without rigorously developed and validated SQL, a \"chat with your data\" app should be no different. For this example, we will use the verified queries stored [here](https://github.com/groq/groq-api-cookbook/tree/main/function-calling-sql/verified-queries)."
+    "A different approach is to leverage the LLM to call on pre-vetted queries that can answer a set of questions. Since you wouldn't trust a traditional business intelligence tool without rigorously developed and validated SQL, a \"chat with your data\" app should be no different. For this example, we will use the verified queries stored [here](https://github.com/groq/groq-api-cookbook/tree/main/tutorials/function-calling-sql/verified-queries)."
    ]
   },
   {

File diff suppressed because it is too large
+ 2 - 2
3p-integrations/groq/groq-api-cookbook/json-mode-social-determinants-of-health/SDOH-Json-mode.ipynb


+ 1 - 1
3p-integrations/groq/groq-api-cookbook/rag-langchain-presidential-speeches/rag-langchain-presidential-speeches.ipynb

@@ -92,7 +92,7 @@
    "id": "283183cd-ba64-4e98-a0d9-a6165e88494e",
    "metadata": {},
    "source": [
-    "The presidential speeches we'll be using are stored in this [.csv file](https://github.com/groq/groq-api-cookbook/blob/main/presidential-speeches-rag/presidential_speeches.csv). Each row of the .csv contains fields for the date, president, party, speech title, speech summary and speech transcript, and includes every recorded presidential speech through the Trump presidency:"
+    "The presidential speeches we'll be using are stored in this [.csv file](https://github.com/groq/groq-api-cookbook/blob/main/tutorials/presidential-speeches-rag/presidential_speeches.csv). Each row of the .csv contains fields for the date, president, party, speech title, speech summary and speech transcript, and includes every recorded presidential speech through the Trump presidency:"
    ]
   },
   {