Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #63

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,17 @@ Once you've set up your questions, rules, and documents, the Knowledge Table pro

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.

---
## Rules

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:

- **Entity Resolution Rules**: Resolving discrepencies between Entities or imposing a common terminology on top of Entities

- **Entity Extraction Rules**: Imposing Guardrails and Context for the Entities that should be detected and returned across Documents

- **Entity Relationship Rules**: Imposing Guardrails on the types of Patterns that should be returned on the Relationships between the extracted Entities

---

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

## Roadmap

- [ ] Expansion of Rules System
- [ ] Upload Extraction Rules via CSV
- [ ] Entity Resolution Rules
- [ ] Rules Dashboard
- [x] Expansion of Rules System
- [x] Upload Extraction Rules via CSV
- [x] Entity Resolution Rules
- [x] Rules Dashboard
- [x] Rules Log
- [ ] Support for more LLMs
- [ ] Azure OpenAI
- [ ] Llama3
Expand Down
Loading