[Bug]: https://ag2ai.github.io/ag2/docs/notebooks/agentchat_graph_rag_neo4j/ Notebook: cannot use pre-made database, I have to create a new one every time I run the notebook. #234
Labels
bug
Something isn't working
Describe the bug
When using this notebook, I cannot bring my own database, I have to build a new database every time I run the notebook. If I bring my own database, I get attribute errors.
Steps to reproduce
Run the notebook, but comment out this line:
query_engine.init_db(input_doc=input_documents)
That line deletes all records in whatever database you designate and creates a new database.
Model Used
No response
Expected Behavior
I would like to be able to use this notebook to connect to a pre-existing neo4j database, rather than having to create a new one from scratch every time we run the notebook.
Screenshots and logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: