Skip to content

Commit

Permalink
chore: review updates
Browse files Browse the repository at this point in the history
Signed-off-by: Anush008 <[email protected]>
  • Loading branch information
Anush008 committed Nov 12, 2024
1 parent 7575392 commit 64f5b02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/examples/hybrid_rag_qdrant.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -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"
]
},
{
Expand Down
1 change: 0 additions & 1 deletion docs/examples/rag_langchain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 64f5b02

Please sign in to comment.