In this repository, we will build a HealthCare Chatbot powered by 3 key technologies; Knowledge Graphs, ChatGPT, and ArangoDB (next-generation graph database). The benefits which come with building this type of chatbot are: Intelligent Information Retrieval: The chatbot can structurally organize and represent healthcare data, such as medical conditions, treatments, prescriptions, and procedures, by leveraging a Knowledge Graph. When consumers ask inquiries or seek advice about particular healthcare topics, the chatbot may respond with accurate and pertinent information. Processing Textual Information (or Natural Language): ChatGPT gives the chatbot the ability to comprehend user inquiries and provide responses that sound human. Users can communicate with the chatbot in a conversational fashion by asking questions or requesting help in simple language (rather than writing complex database queries), thanks to its ability to interpret and process natural language input. Seamless Integration of Data: ArangoDB (a multi-model Graph Database) can be used to store and manage healthcare data. The healthcare data can be stored as triplets in the knowledge graph. This will enable effective information querying, indexing, and retrieval, enabling the chatbot to respond with speed and accuracy.
-
Notifications
You must be signed in to change notification settings - Fork 0
Building Knowledge Graph-Driven Chatbot with ChatGPT and ArangoDB
License
mindnuts/chatbot_with_ChatGPT_KnowledgeGraph_ArangodB
About
Building Knowledge Graph-Driven Chatbot with ChatGPT and ArangoDB
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Jupyter Notebook 56.8%
- Python 40.8%
- Dockerfile 2.4%