Skip to content
Snippets Groups Projects
Unverified Commit b5fcef43 authored by Cole Murray's avatar Cole Murray Committed by GitHub
Browse files

Update CONTRIBUTING.md (#9271)

parent a89a4c79
No related branches found
No related tags found
No related merge requests found
...@@ -223,9 +223,9 @@ A node postprocessor refines a list of retrieve nodes given configuration and co ...@@ -223,9 +223,9 @@ A node postprocessor refines a list of retrieve nodes given configuration and co
**Examples**: **Examples**:
- [Keyword Postprocessor](https://github.com/jerryjliu/llama_index/blob/main/llama_index/indices/postprocessor/node.py#L32): filters nodes based on keyword match - [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/jerryjliu/llama_index/blob/main/llama_index/indices/postprocessor/node.py#L62): filers nodes based on similarity threshold - [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/jerryjliu/llama_index/blob/main/llama_index/indices/postprocessor/node.py#L135): fetches additional nodes to augment context based on node relationships. - [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.
--- ---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment