chore: add RAG notebook titles (#101)

[skip ci]

Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
Panos Vagenas 2024-09-24 09:17:46 +02:00 committed by GitHub
parent 3c46e4266c
commit f555815343
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

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

View File

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