chore: review updates

Signed-off-by: Anush008 <anushshetty90@gmail.com>
This commit is contained in:
Anush008 2024-11-12 18:24:02 +05:30
parent 7575392102
commit 64f5b02628
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [
{
@ -62,7 +62,7 @@
}
],
"source": [
"%pip install --no-warn-conflicts -q qdrant-client docling fastembed"
"%pip install --no-warn-conflicts -q qdrant-client docling docling-core fastembed"
]
},
{

View File

@ -85,7 +85,6 @@
"\n",
"from docling.document_converter import DocumentConverter\n",
"\n",
"\n",
"class DoclingPDFLoader(BaseLoader):\n",
"\n",
" def __init__(self, file_path: str | list[str]) -> None:\n",

View File

@ -74,6 +74,7 @@ nav:
- RAG / QA:
- "RAG with LlamaIndex 🦙": examples/rag_llamaindex.ipynb
- "RAG with LangChain 🦜🔗": examples/rag_langchain.ipynb
- "Hybrid RAG with Qdrant": examples/hybrid_rag_qdrant.ipynb
# - Chunking:
# - Chunking: examples/chunking.md
# - CLI: