Hey guys,
I have been working on this specific course from GraphAcademy - Build a Neo4j-backed Chatbot with TypeScript | Generative AI | Free Neo4j Courses from GraphAcademy. Now we only got a starter repo for this project on GitHub - GitHub - neo4j-graphacademy/llm-chatbot-typescript: https://graphacademy.neo4j.com/courses/llm-chatbot-typescript/.
I was wondering if there is a version where someone completed the course and have the complete working code of the above course. I wanted to show my students the original completed repo.
Thankyou
I dont have a repo with the completed code but if you look in the src/solutions/modules you will find the completed code for the individual modules.
I hope this helps.
Martin
Thanks got it. But still got some error.
I use Aura for this project. When I run CALL apoc.meta.data();
on Aura web interface, I am getting proper output.
kenzic
(Kenzic)
5
Hi -- I ran into this as well. The fix this you'll need to install the APOC plugin: Installation - APOC Documentation
Thanks for the reply. But I am using Aura, not the Desktop Client