Graph RAG AI assistant for Data Day Texas 2024
-
Constuct a knowledge graph with Diffbot API based on text data scraped from the website of Data Day Texas.
-
Transform and laod knowlegde graph data into Neo4j database. For step 1 & 2, you can find them in graph-rag.ipynb, while modified DiffbotGraphTransformer is included in modified_diffbot_graph_transformer.ipynb
-
Connect graph database to Streamlit to enable AI chatbot with graph interface.