mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 12:48:28 +00:00
docs: add an example of RAG with OpenSearch (#2238)
* docs: add an example of RAG with OpeanSearch Signed-off-by: Cesar Berrospi Ramis <ceb@zurich.ibm.com> * chore: pin latest docling-core and update uv.lock Pin latest version release of docling-core in pyproject.toml Update the dependencies in uv.lock file Run the notebook rag_opensearch.ipynb to pick up changes from docling-core Signed-off-by: Cesar Berrospi Ramis <ceb@zurich.ibm.com> --------- Signed-off-by: Cesar Berrospi Ramis <ceb@zurich.ibm.com>
This commit is contained in:
committed by
GitHub
parent
e5cd7020bd
commit
f8cc545bab
@@ -117,10 +117,11 @@ nav:
|
||||
- "Enrich a DoclingDocument": examples/enrich_doclingdocument.py
|
||||
- 🗂️ More examples:
|
||||
- examples/dpk-ingest-chunk-tokenize.ipynb
|
||||
- examples/rag_milvus.ipynb
|
||||
- examples/rag_weaviate.ipynb
|
||||
- RAG with Granite [↗]: https://github.com/ibm-granite-community/granite-snack-cookbook/blob/main/recipes/RAG/Granite_Docling_RAG.ipynb
|
||||
- examples/rag_azuresearch.ipynb
|
||||
- RAG with Granite [↗]: https://github.com/ibm-granite-community/granite-snack-cookbook/blob/main/recipes/RAG/Granite_Docling_RAG.ipynb
|
||||
- examples/rag_milvus.ipynb
|
||||
- examples/rag_opensearch.ipynb
|
||||
- examples/rag_weaviate.ipynb
|
||||
- examples/retrieval_qdrant.ipynb
|
||||
- Integrations:
|
||||
- Integrations: integrations/index.md
|
||||
|
||||
Reference in New Issue
Block a user