chore: add RAG notebook titles

Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
Panos Vagenas 2024-09-24 07:24:17 +02:00
parent c65a01c9b7
commit be45462853
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
{ {
"cells": [ "cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# RAG with Docling and 🦜🔗 LangChain"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 1, "execution_count": 1,

View File

@ -4,7 +4,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Quackling — Basic Pipeline" "# RAG with Docling and 🦙 LlamaIndex"
] ]
}, },
{ {