mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-31 14:34:40 +00:00
chore: review updates
Signed-off-by: Anush008 <anushshetty90@gmail.com>
This commit is contained in:
parent
7575392102
commit
64f5b02628
@ -47,7 +47,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 2,
|
"execution_count": null,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
@ -62,7 +62,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"%pip install --no-warn-conflicts -q qdrant-client docling fastembed"
|
"%pip install --no-warn-conflicts -q qdrant-client docling docling-core fastembed"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -85,7 +85,6 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"from docling.document_converter import DocumentConverter\n",
|
"from docling.document_converter import DocumentConverter\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
|
||||||
"class DoclingPDFLoader(BaseLoader):\n",
|
"class DoclingPDFLoader(BaseLoader):\n",
|
||||||
"\n",
|
"\n",
|
||||||
" def __init__(self, file_path: str | list[str]) -> None:\n",
|
" def __init__(self, file_path: str | list[str]) -> None:\n",
|
||||||
|
@ -74,6 +74,7 @@ nav:
|
|||||||
- RAG / QA:
|
- RAG / QA:
|
||||||
- "RAG with LlamaIndex 🦙": examples/rag_llamaindex.ipynb
|
- "RAG with LlamaIndex 🦙": examples/rag_llamaindex.ipynb
|
||||||
- "RAG with LangChain 🦜🔗": examples/rag_langchain.ipynb
|
- "RAG with LangChain 🦜🔗": examples/rag_langchain.ipynb
|
||||||
|
- "Hybrid RAG with Qdrant": examples/hybrid_rag_qdrant.ipynb
|
||||||
# - Chunking:
|
# - Chunking:
|
||||||
# - Chunking: examples/chunking.md
|
# - Chunking: examples/chunking.md
|
||||||
# - CLI:
|
# - CLI:
|
||||||
|
Loading…
Reference in New Issue
Block a user