From ddd1cb99887646f63017b7db53b658c7bdc0d92b Mon Sep 17 00:00:00 2001 From: Vinnie-Palazeti <53910909+Vinnie-Palazeti@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:11:48 -0500 Subject: [PATCH] Fix Markdown Titles (#1298) --- docs/examples/document_segmentation.md | 2 +- docs/examples/groq.md | 4 ++-- docs/examples/knowledge_graph.md | 2 +- docs/examples/planning-tasks.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/examples/document_segmentation.md b/docs/examples/document_segmentation.md index b7aeb60b0..b4b21b989 100644 --- a/docs/examples/document_segmentation.md +++ b/docs/examples/document_segmentation.md @@ -1,5 +1,5 @@ --- -title: Document Segmentation with LLMs: A Comprehensive Guide +title: 'Document Segmentation with LLMs: A Comprehensive Guide' description: Learn effective document segmentation techniques using Cohere's LLM, enhancing comprehension of complex texts. --- diff --git a/docs/examples/groq.md b/docs/examples/groq.md index 449969773..2ef92735a 100644 --- a/docs/examples/groq.md +++ b/docs/examples/groq.md @@ -1,5 +1,5 @@ --- -title: Using Groq for Inference: Setup and Example +title: 'Using Groq for Inference: Setup and Example' description: Learn how to use Groq for inference with the mixtral-8x7b model, including API setup and a practical Python example. --- @@ -65,4 +65,4 @@ print(resp.model_dump_json(indent=2)) } """ ``` -You can find another example called groq_example2.py under examples/groq of this repository. \ No newline at end of file +You can find another example called groq_example2.py under examples/groq of this repository. diff --git a/docs/examples/knowledge_graph.md b/docs/examples/knowledge_graph.md index 2526e88da..e0aa678d7 100644 --- a/docs/examples/knowledge_graph.md +++ b/docs/examples/knowledge_graph.md @@ -1,5 +1,5 @@ --- -title: Visualizing Knowledge Graphs: A Guide to Complex Topics +title: 'Visualizing Knowledge Graphs: A Guide to Complex Topics' description: Learn how to create and update knowledge graphs using Python, OpenAI's API, Pydantic, and Graphviz for enhanced understanding of complex subjects. --- diff --git a/docs/examples/planning-tasks.md b/docs/examples/planning-tasks.md index 3dc7ed3ad..613f846d1 100644 --- a/docs/examples/planning-tasks.md +++ b/docs/examples/planning-tasks.md @@ -1,5 +1,5 @@ --- -title: Query Planning with OpenAI: A Step-by-Step Guide +title: 'Query Planning with OpenAI: A Step-by-Step Guide' description: Learn how to effectively plan and execute complex query plans using OpenAI's Function Call model for systematic information gathering. ---