From b5fcef43e98145dab093f78701101a59bbe0c4d2 Mon Sep 17 00:00:00 2001 From: Cole Murray <colemurray.cs@gmail.com> Date: Sat, 2 Dec 2023 20:32:27 -0800 Subject: [PATCH] Update CONTRIBUTING.md (#9271) --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0395050177..5e775c0a2d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -223,9 +223,9 @@ A node postprocessor refines a list of retrieve nodes given configuration and co **Examples**: -- [Keyword Postprocessor](https://github.com/jerryjliu/llama_index/blob/main/llama_index/indices/postprocessor/node.py#L32): filters nodes based on keyword match -- [Similarity Postprocessor](https://github.com/jerryjliu/llama_index/blob/main/llama_index/indices/postprocessor/node.py#L62): filers nodes based on similarity threshold -- [Prev Next Postprocessor](https://github.com/jerryjliu/llama_index/blob/main/llama_index/indices/postprocessor/node.py#L135): fetches additional nodes to augment context based on node relationships. +- [Keyword Postprocessor](https://github.com/run-llama/llama_index/blob/main/llama_index/postprocessor/node.py#L32): filters nodes based on keyword match +- [Similarity Postprocessor](https://github.com/run-llama/llama_index/blob/main/llama_index/postprocessor/node.py#L74): filers nodes based on similarity threshold +- [Prev Next Postprocessor](https://github.com/run-llama/llama_index/blob/main/llama_index/postprocessor/node.py#L175): fetches additional nodes to augment context based on node relationships. --- -- GitLab