diff --git a/examples/function_calling/fireworks_functions_information_extraction.ipynb b/examples/function_calling/fireworks_functions_information_extraction.ipynb index 870e53a..8934d33 100644 --- a/examples/function_calling/fireworks_functions_information_extraction.ipynb +++ b/examples/function_calling/fireworks_functions_information_extraction.ipynb @@ -8,7 +8,7 @@ "source": [ "# Summarize Anything - Information Extraction via [Fireworks Function Calling](https://readme.fireworks.ai/docs/function-calling)\n", "\n", - "This is inspired by awesome colab notebook by [Deepset](https://colab.research.google.com/github/anakin87/notebooks/blob/main/information_extraction_via_llms.ipynb). Checkout there OSS LLM Orchestration framework [haystack](https://haystack.deepset.ai/).\n", + "This is inspired by awesome colab notebook by [Deepset](https://colab.research.google.com/github/anakin87/notebooks/blob/main/information_extraction_via_llms.ipynb). Check out their OSS LLM Orchestration framework [haystack](https://haystack.deepset.ai/).\n", "\n", "In this experiment, we will use function calling ability of [Fireworks Function Calling](https://readme.fireworks.ai/docs/function-calling) model to generate structured information from unstrucutred data.\n", "\n", @@ -596,4 +596,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}