Graphify Use sample for chatbot #1021
Replies: 1 comment
-
|
Hi @sarahgabsi-py - yes, this is a reasonable fit for a chatbot knowledge base, with a couple of important caveats on file types and on what "roles" means here. File typesGraphify ingests a folder and builds one queryable knowledge graph. Of the formats you listed:
So for a docs-style knowledge base of markdown + PDF + JSON you are well covered; CSV needs a conversion step for now. How it works for a chatbotThe typical pattern: point graphify at your corpus, it produces Per-role subfolders (client / admin / manager)The part to be clear about: graphify has no built-in access control or role-based permissions. It will not enforce that a "client" cannot see "admin" content. What you can do is one of:
For a customer-care product where clients must not see internal/admin material I would strongly recommend approach #1 (separate graphs) - isolation by construction beats filtering you have to get right every time. Happy to point you at the query/MCP setup once you decide on the structure. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, i would like to know how to use the new implementation about Graphify especially for customer care chatbot usage. Someone could explain me if this is good for a chatbot usage? Is this a solution for creating a knowledge base papers for a chatbot such as pdf, csv, markdown, json and if this is possible to split this files in a subfolders for different role of user such as client, admin, manager etc...
Beta Was this translation helpful? Give feedback.
All reactions