If you are beginning your journey with Senzing, please start with Senzing Quick Start guides.
You are in the Senzing Garage where projects are "tinkered" on. Although this GitHub repository may help you understand an approach to using Senzing, it's not considered to be "production ready" and is not considered to be part of the Senzing product. Heck, it may not even be appropriate for your application of Senzing!
A demo of Senzing Conversational AI for Entity Resolution announced in this blog post!
Screen.Recording.of.Senzing.Conversational.AI.Entity.Resolution.mp4
- Show examples of entities with either matches, possible matches, or relationships.
- Show details about an entity.
- Show step-by-step details of how an entity was resolved.
- Search for entities by entity attributes.
- Open the project in a VS Code DevContainer.
- In the remote container terminal, start the server:
make run
- In ChatGPT, select
GPT-4
>Plugins (Beta)
- Go to the
Plugin store
- Select
Develop your own plugin
(on the bottom bar) - Enter your website domain:
localhost:8080
The included SQLite db is already preloaded with the truth-sets data.
If you want to use your own data, you can either:
- Follow the Quickstart for Docker guide.
- Modify
SENZING_ENGINE_CONFIGURATION_JSON
in devcontainer.env.