Skip to content

Commit 02a4519

Browse files
authored
Merge pull request #63 from whyhow-ai/chiajy2000-patch-1
Update README.md
2 parents a897e8b + 4b3b607 commit 02a4519

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
@@ -240,6 +240,17 @@ Once you've set up your questions, rules, and documents, the Knowledge Table pro
240240

241241
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.
242242

243+
---
244+
## Rules
245+
246+
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:
247+
248+
- **Entity Resolution Rules**: Resolving discrepencies between Entities or imposing a common terminology on top of Entities
249+
250+
- **Entity Extraction Rules**: Imposing Guardrails and Context for the Entities that should be detected and returned across Documents
251+
252+
- **Entity Relationship Rules**: Imposing Guardrails on the types of Patterns that should be returned on the Relationships between the extracted Entities
253+
243254
---
244255

245256
## Extending the Project
@@ -278,10 +289,11 @@ When the `UNSTRUCTURED_API_KEY` is set, Knowledge Table will automatically use t
278289

279290
## Roadmap
280291

281-
- [ ] Expansion of Rules System
282-
- [ ] Upload Extraction Rules via CSV
283-
- [ ] Entity Resolution Rules
284-
- [ ] Rules Dashboard
292+
- [x] Expansion of Rules System
293+
- [x] Upload Extraction Rules via CSV
294+
- [x] Entity Resolution Rules
295+
- [x] Rules Dashboard
296+
- [x] Rules Log
285297
- [ ] Support for more LLMs
286298
- [ ] Azure OpenAI
287299
- [ ] Llama3

0 commit comments

Comments
 (0)