Skip to content

Commit 4b3b607

Browse files
authored
Update README.md
1 parent 4edb682 commit 4b3b607

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,17 @@ Once you've set up your questions, rules, and documents, the Knowledge Table pro
229229

230230
To create the Schema for the Triples, we use an LLM to consider the Entity Type of the Column, the question that was used to generate the cells, and the values themselves, to create the schema and the triples. The document name is inserted as a node property. The vector chunk ids are also included in the JSON file of the triples, and tied to the triples created.
231231

232+
---
233+
## Rules
234+
235+
We now have 3 types of [Rules](https://medium.com/enterprise-rag/rules-extraction-guardrails-knowledge-table-studio-e84999ade353) you can now incorporate within your processes, which are:
236+
237+
- **Entity Resolution Rules**: Resolving discrepencies between Entities or imposing a common terminology on top of Entities
238+
239+
- **Entity Extraction Rules**: Imposing Guardrails and Context for the Entities that should be detected and returned across Documents
240+
241+
- **Entity Relationship Rules**: Imposing Guardrails on the types of Patterns that should be returned on the Relationships between the extracted Entities
242+
232243
---
233244

234245
## Extending the Project
@@ -268,10 +279,11 @@ Note: Usage of the Unstructured API may incur costs based on your plan with Unst
268279

269280
## Roadmap
270281

271-
- [ ] Expansion of Rules System
272-
- [ ] Upload Extraction Rules via CSV
273-
- [ ] Entity Resolution Rules
274-
- [ ] Rules Dashboard
282+
- [x] Expansion of Rules System
283+
- [x] Upload Extraction Rules via CSV
284+
- [x] Entity Resolution Rules
285+
- [x] Rules Dashboard
286+
- [x] Rules Log
275287
- [ ] Support for more LLMs
276288
- [ ] Azure OpenAI
277289
- [ ] Llama3

0 commit comments

Comments
 (0)