Skip to content

Commit b06b4d3

Browse files
authored
Parent child retriever examples (#133)
* notebook wip * remove explicitly declaring the shard settings * remove unused fn * notebook for parent / child capability * updates * add colab link * rename to langchain splitters
1 parent 3bab5df commit b06b4d3

File tree

4 files changed

+643
-29
lines changed

4 files changed

+643
-29
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ The [`notebooks`](notebooks/README.md) folder contains a range of executable Pyt
3838
- [`langchain-using-own-model.ipynb`](./notebooks/langchain/langchain-using-own-model.ipynb)
3939

4040
### Document Chunking
41+
4142
- [`Document Chunking with Ingest Pipelines`](./notebooks/document-chunking/with-index-pipelines.ipynb)
43+
- ['Document Chunking with LangChain Splitters'](./notebooks/document-chunking/with-langchain-splitters.ipynb)
4244

4345
### Search
4446

notebooks/document-chunking/with-index-pipelines.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,6 @@
309309
" index=INDEX_NAME, \n",
310310
" settings={\n",
311311
" \"index\": {\n",
312-
" \"number_of_replicas\": \"1\",\n",
313-
" \"number_of_shards\": \"1\",\n",
314312
" \"default_pipeline\": \"chunk_text_to_passages\"\n",
315313
" }\n",
316314
" },\n",

0 commit comments

Comments
 (0)