From b93f5503a11fcef07ae8c62eb0d403358fd6ad8e Mon Sep 17 00:00:00 2001 From: Cameron Pfiffer Date: Fri, 8 Nov 2024 09:16:06 -0800 Subject: [PATCH] Add earnings reports to cookbook index (#1255) Forgot to add the earnings report cookbook to the cookbook index (#1235), this fixes it. --- docs/cookbook/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cookbook/index.md b/docs/cookbook/index.md index 97bf06687..6d279bff5 100644 --- a/docs/cookbook/index.md +++ b/docs/cookbook/index.md @@ -12,5 +12,6 @@ This part of the documentation provides a few cookbooks that you can browse to g - [Knowledge Graph Generation](knowledge_graph_extraction.md): Generate a Knowledge Graph from unstructured text using JSON-structured generation. - [Chain Of Thought (CoT)](chain_of_thought.md): Generate a series of intermediate reasoning steps using regex-structured generation. - [ReAct Agent](react_agent.md): Build an agent with open weights models using regex-structured generation. +- [Earnings reports to CSV](earnings-reports.md): Extract data from earnings reports to CSV using regex-structured generation. - [Vision-Language Models](atomic_caption.md): Use Outlines with vision-language models for tasks like image captioning and visual reasoning. - [Structured Generation from PDFs](read-pdfs.md): Use Outlines with vision-language models to read PDFs and produce structured output.