Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ The [`notebooks`](notebooks/README.md) folder contains a range of executable Pyt
- [`langchain-using-own-model.ipynb`](./notebooks/langchain/langchain-using-own-model.ipynb)

### Document Chunking

- [`Document Chunking with Ingest Pipelines`](./notebooks/document-chunking/with-index-pipelines.ipynb)
- ['Document Chunking with LangChain Splitters'](./notebooks/document-chunking/with-langchain-splitters.ipynb)

### Search

Expand Down
2 changes: 0 additions & 2 deletions notebooks/document-chunking/with-index-pipelines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,6 @@
" index=INDEX_NAME, \n",
" settings={\n",
" \"index\": {\n",
" \"number_of_replicas\": \"1\",\n",
" \"number_of_shards\": \"1\",\n",
" \"default_pipeline\": \"chunk_text_to_passages\"\n",
" }\n",
" },\n",
Expand Down
Loading