From 8513e0a4c3466dd487b9243af08d2468a627b477 Mon Sep 17 00:00:00 2001 From: Liam Brannigan Date: Tue, 11 Feb 2025 12:30:50 +0000 Subject: [PATCH] Format file --- docs/source/user-guide/polars_llms.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/user-guide/polars_llms.md b/docs/source/user-guide/polars_llms.md index 8a09b6729821..7ff73a3b856c 100644 --- a/docs/source/user-guide/polars_llms.md +++ b/docs/source/user-guide/polars_llms.md @@ -26,7 +26,9 @@ However, web search is not a universal solution. If a model is confident in a re pre-training data, it may not incorporate web search results in its output. ## Reference documentation -Some IDE-based LLMs can index the Polars API documentation and reference this when generating code. For example, in Cursor you can add Polars as a custom docs source. + +Some IDE-based LLMs can index the Polars API documentation and reference this when generating code. +For example, in Cursor you can add Polars as a custom docs source. ## Provide examples