Skip to content

Commit 31ae464

Browse files
authored
created examples on using wikipedia to filter relations when using REBEL model from hugging face (run-llama#7919)
1 parent 8b38eaa commit 31ae464

File tree

3 files changed

+530
-0
lines changed

3 files changed

+530
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### New Features
66
- Updated `KeywordNodePostprocessor` to use spacy to support more languages (#7894)
77
- `LocalAI` supporting global or per-query `/chat/completions` vs `/completions` (#7921)
8+
- Added notebook on using REBEL + Wikipedia filtering for knowledge graphs (#7919)
89

910
## [0.8.37] - 2023-09-30
1011

docs/core_modules/data_modules/index/modules.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Keyword Table Index <./index_guide.md>
1313
/examples/query_engine/knowledge_graph_query_engine.ipynb
1414
/examples/query_engine/knowledge_graph_rag_query_engine.ipynb
1515
REBEL + Knowledge Graph Index <https://colab.research.google.com/drive/1G6pcR0pXvSkdMQlAK_P-IrYgo-_staxd?usp=sharing>
16+
REBEL + Wikipedia Filtering </examples/index_structs/knowledge_graph/knowledge_graph2.ipynb>
1617
SQL Index </examples/index_structs/struct_indices/SQLIndexDemo.ipynb>
1718
/examples/index_structs/struct_indices/duckdb_sql_query.ipynb
1819
/examples/index_structs/doc_summary/DocSummary.ipynb

0 commit comments

Comments
 (0)