mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-30 14:04:27 +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",
|
||||
"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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -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",
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user