How can I use my own Neo4j Graph to do RAG?
daaDavide opened this issue · 0 comments
daaDavide commented
I've tried to connect my graph in database at http://localhost:7474/, but I'm guessing something is missing from the step that happens in stackoverflow loader, like vector embeddings. Is it possible to use your own graph?
Regards