# December 1: Support for retrieval-only RAG pipeline, bug fixes

### New Features

* :bulb: Graphlit now supports formatting of LLM-ready prompts with our RAG pipeline, via the new `formatConversation` and `completeConversation` mutations.  This is valuable for supporting LLM streaming by directly calling the LLM from your application, and using Graphlit for RAG retrieval and conversation history. ([Colab Notebook Example](https://colab.research.google.com/github/graphlit/graphlit-samples/blob/main/python/Notebook%20Examples/Graphlit_2024_12_01_OpenAI_LLM_Streaming.ipynb))
* We have added support for inline hyperlinks in extracted text from documents and web pages.

### Bugs Fixed

* GPLA-3466: Owner ID should accept any non-whitespace string
* GPLA-3458: Not getting Person-to-Organization edges from entity extraction


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.graphlit.dev/december-2024/december-1-support-for-retrieval-only-rag-pipeline-bug-fixes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
