Skip to content

Commit

Permalink
Fix Markdown Titles (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinnie-Palazeti authored Jan 9, 2025
1 parent 887316c commit ddd1cb9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/examples/document_segmentation.md
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down
4 changes: 2 additions & 2 deletions docs/examples/groq.md
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down Expand Up @@ -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.
You can find another example called groq_example2.py under examples/groq of this repository.
2 changes: 1 addition & 1 deletion docs/examples/knowledge_graph.md
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/planning-tasks.md
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down

0 comments on commit ddd1cb9

Please sign in to comment.