From 757593aaaf86689e19959098513f234d70e0ec69 Mon Sep 17 00:00:00 2001 From: Seungwoo hong <1100974+hongsw@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:26:34 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20Update=20supporting=20nodes?= =?UTF-8?q?=20and=20modules=20information=20in=20index.md=20(#859)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ✨ feat: Update supporting nodes and modules information in index.md This commit updates the list of supporting nodes and modules in the index.md file, providing a structured table layout for better clarity and organization. Additionally, it includes instructions to access a more comprehensive and up-to-date list on the dedicated Notion page. * 💄 style: Add CSS styles to improve table presentation in nodes index documentation * 🚑 fix: Update table format in nodes/index.md for better readability * 💄 style: update outline at the table --------- Co-authored-by: Jeffrey (Dongkyu) Kim --- docs/source/nodes/index.md | 73 +++++++++++++++++++++++++++++++++++++- 1 file changed, 72 insertions(+), 1 deletion(-) diff --git a/docs/source/nodes/index.md b/docs/source/nodes/index.md index 726912e58..8c6e28a0b 100644 --- a/docs/source/nodes/index.md +++ b/docs/source/nodes/index.md @@ -8,4 +8,75 @@ myst: # Available List 📌 You can check our all supporting Nodes & modules -at [here](https://edai.notion.site/Supporting-Nodes-modules-0ebc7810649f4e41aead472a92976be4?pvs=4) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NodesModulesYAML module names
1️⃣ Query ExpansionQuery Decompose, HyDE, Multi Query Expansion, 📌 Pass Module: pass_query_expansionquery_decompose, hyde, multi_query_expansion, pass_query_expansion
2️⃣ RetrievalBM25, VectorDB, 📌 Hybrid Module: hybrid_rrf, hybrid_ccbm25, vectordb, hybrid_rrf, hybrid_cc
3️⃣ Passage AugmenterPrev Next Augmenter, 📌 Pass Module: pass_passage_augmenterprev_next_augmenter, pass_passage_augmenter
4️⃣ Passage RerankerUPR, Tart, MonoT5, Cohere reranker, RankGPT, Jina Reranker, Sentence Transformer Reranker, Colbert Reranker, Flag Embedding Reranker, Flag Embedding LLM Reranker, Time Reranker, Ko-reranker, 📌 Pass Module: pass_rerankerupr, tart, monot5, cohere_reranker, rankgpt, jina_reranker, sentence_transformer_reranker, colbert_reranker, flag_embedding_reranker, flag_embedding_llm_reranker, time_reranker, ko_reranker, pass_reranker
5️⃣ Passage Filtersimilarity threshold cutoff, similarity percentile cutoff, recency filter, 📌 Pass Module: pass_passage_filtersimilarity_threshold_cutoff, similarity_percentile_cutoff, recency_filter, pass_passage_filter
6️⃣ Passage CompressorTree Summarize, Refine, 📌 Pass Module: pass_compressortree_summarize, refine, pass_compressor
7️⃣ Prompt MakerDefault Prompt Maker (f-string), Long Context Reorder, Window Replacementfstring, long_context_reorder, window_replacement
8️⃣ Generatorllama index llm, openai_llm, vllmllama_index_llm, openai_llm, vllm
+ +For a comprehensive and up-to-date list of supporting nodes and modules, please refer to our dedicated Notion page. You can access this information [here](https://edai.notion.site/Supporting-Nodes-modules-0ebc7810649f4e41aead472a92976be4?pvs=4). \ No newline at end of file