Skip to content

Commit

Permalink
Merge pull request #74 from MSUSAzureAccelerators/main
Browse files Browse the repository at this point in the history
small fixes on Notebook 10
  • Loading branch information
pablomarin authored Dec 11, 2023
2 parents 4c4470a + 5c14334 commit de73b01
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions 10-Smart_Agent.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"So far we have done the following on the prior Notebooks:\n",
"\n",
"- **Notebook 01**: We loaded the Azure Search Engine with enriched PDFs in index: \"cogsrch-index-files\"\n",
"- **Notebook 02**: We loaded more information to the Search Engine this time using a CSV file with 52k rows/articles in index: \"cogsrch-index-csv\"\n",
"- **Notebook 02**: We loaded more information to the Search Engine this time using a CSV file with 90k rows/articles in index: \"cogsrch-index-csv\"\n",
"- **Notebook 03**: We added AzureOpenAI GPT models to enhance the the production of the answer by using Utility Chains of LLMs\n",
"- **Notebook 04**: We loaded a vector-based index with large/complex PDFs information , \"cogsrch-index-books-vector\"\n",
"- **Notebook 05**: We added memory to our system in order to power a conversational Chat Bot\n",
Expand Down Expand Up @@ -1268,7 +1268,7 @@
"Great!, We just built the GPT Smart Search Engine!\n",
"In this Notebook we created the brain, the decision making Agent that decides what Tool to use to answer the question from the user. This is what was necessary in order to have an smart chat bot.\n",
"\n",
"We can have many tools to accomplish different tasks, including connecting to APIs, dealing with File Systems, and even using Humans as Tools. For more reference see [HERE](https://python.langchain.com/en/latest/modules/agents/tools.html)"
"We can have many tools to accomplish different tasks, including connecting to APIs, dealing with File Systems, and even using Humans as Tools. For more reference see [HERE](https://python.langchain.com/docs/integrations/tools/)"
]
},
{
Expand All @@ -1283,6 +1283,14 @@
"1) A Bot API Backend\n",
"2) A Frontend UI with a Search and Webchat interfaces"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "c78744b9-c585-4a6b-aa73-72ef72c64bf8",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit de73b01

Please sign in to comment.