Skip to content

Commit 2f4df8b

Browse files
authored
New LangChain notebooks (#11)
- Add notebook for RAG tool using HeatWave GenAI and LangChain - Add notebook for Weather agent using HeatWave GenAI and LangChain - Add notebook for Purchase order extraction using HeatWave GenAI - Cleanup metadata files
1 parent 920ecbe commit 2f4df8b

15 files changed

+868
-4243
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,18 @@ table.wrap80 col.desc { width: 80ch; }
7979
<td>Building a LangChain chatbot using HeatWave GenAI showing how HeatWave GenAI can be easily used with any LangChain application</td>
8080
<td><a href="./python/heatwave/langchain_chatbot.ipynb">HeatWave</a></td>
8181
</tr>
82+
<tr>
83+
<td>Retrieval-Augmented Generation (RAG) workflow powered by HeatWave GenAI and LangChain</td>
84+
<td><a href="./python/heatwave/langchain_rag_heatwave_genai.ipynb">HeatWave</a></td>
85+
</tr>
86+
<tr>
87+
<td>Digitize your legacy Purchase orders by extracting the contents from the document using HeatWave GenAI</td>
88+
<td><a href="./python/heatwave/vision_po_heatwave_genai.ipynb">HeatWave</a></td>
89+
</tr>
90+
<tr>
91+
<td>Weather agent that can query live data by using weather and calculator tools powered by HeatWave GenAI and LangChain</td>
92+
<td><a href="./python/heatwave/langchain_weather_agent_heatwave_genai.ipynb">HeatWave</a></td>
93+
</tr>
8294
</table>
8395

8496
## SQL examples

python/heatwave/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)