Skip to content

Commit

Permalink
Fix autogen tutorial and information extraction (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
devashishtyagi authored Feb 14, 2024
1 parent 350bde3 commit 33d3f69
Show file tree
Hide file tree
Showing 4 changed files with 446 additions and 397 deletions.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Notebook | Description
:- | :-
[function_calling/fireworks_functions_information_extraction.ipynb](https://github.com/fw-ai/cookbook/tree/master/examples/function_calling/fireworks_functions_information_extraction.ipynb) | Build an application that extracts structured information from given url. The demo uses Fireworks function calling model.
[function_calling/fireworks_functions_qa.ipynb](https://github.com/fw-ai/cookbook/tree/master/examples/function_calling/fireworks_functions_information_extraction.ipynb) | Build an application that will answer questions from an unstructured text provided by the user. It can cite sources from which the answer was obtained.
[function_calling/fw_autogen_image_gen.ipynb](https://github.com/fw-ai/cookbook/tree/master/examples/function_calling/fw_autogen_image_gen.ipynb) | An autogen application that demonstrated agentic properties of function calling model. In this tutorial we can [AutoGen](https://microsoft.github.io/autogen/) framework by Microsoft.
[function_calling/fw_autogen_stock_chart.ipynb](https://github.com/fw-ai/cookbook/tree/master/examples/function_calling/fw_autogen_stock_chart.ipynb) | An autogen application that demonstrated agentic properties of function calling model. In this tutorial we can [AutoGen](https://microsoft.github.io/autogen/) framework by Microsoft.
[function_calling/fireworks_langchain_tool_usage.ipynb](https://github.com/fw-ai/cookbook/tree/master/examples/function_calling/fireworks_langchain_tool_usage.ipynb) | Notebook demonstrating the usage of custom tools with [LangChain](https://www.langchain.com/) framework.
Loading

0 comments on commit 33d3f69

Please sign in to comment.