December 1: Support for retrieval-only RAG pipeline, bug fixes
New Features
💡 Graphlit now supports formatting of LLM-ready prompts with our RAG pipeline, via the new
formatConversation
andcompleteConversation
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)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
PreviousDecember 9: Support for website mapping, web page screenshots, Groq Llama 3.3 model, bug fixesNextNovember 24: Support for direct LLM prompt, multi-turn image analysis, bug fixes
Last updated