Skip to content

Commit

Permalink
move to 3p integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoreau89 committed Sep 3, 2024
1 parent 3d4c6a2 commit 648b9a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/scripts/spellcheck_conf/wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1451,3 +1451,8 @@ openhathi
sarvam
subtask
acc
CrowdStrike
builtins
cybersecurity
wordlwide
builtins
5 changes: 1 addition & 4 deletions recipes/use_cases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@ This step-by-step tutorial shows how to use the [Messenger Platform](https://dev
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/ai_agent_chatbot/SalesBot.ipynb): Sales Bot with Llama3 - A Summarization and RAG Use Case
An summarization + RAG use case built around the Amazon product review Kaggle dataset to build a helpful Music Store Sales Bot. The summarization and RAG are built on top of Llama models hosted on OctoAI, and the vector database is hosted on Weaviate Cloud Services.

## [Llama3.1 Built-in Tool Calling](./tool_calling/builtins/llama31_tools.ipynb): Use Llama3.1 to invoke Brave Search, Code Interpreter or Wolfram Alpha
An example that showcases how Llama3.1 can invoke built-in tools to excel at tasks that require complex mathematical reasoning, or need additional context that can be retrieved via a web search.
An summarization + RAG use case built around the Amazon product review Kaggle dataset to build a helpful Music Store Sales Bot. The summarization and RAG are built on top of Llama models hosted on OctoAI, and the vector database is hosted on Weaviate Cloud Services.

0 comments on commit 648b9a0

Please sign in to comment.