Closed FlorentLvr closed 1 year ago
🚀 Branch and template have been created and pushed. You should work on:
Hi @FlorentLvr ,
I work with LLM's and graph db, I find this will fit me. I would love to work on this issue.
Can you please assign this issue to me
mahimairaja
Hello @mahimairaja , I am glad you want to contribute on our repository! Please follow these instructions in the awesome-notebook README.md to start contributing. -> https://github.com/jupyter-naas/awesome-notebooks/blob/master/README.md#how-to-contribute Then, I will be happy to assign you to this issue! Let me know if you have any questions! 🙏 Cheers!
Thank you for sharing the url FlorentLvr
Happy to tell that,I have registered for the contributor program. Would like to proceed with the further steps...
Thank you for sharing the url FlorentLvr
Happy to tell that,I have registered for the contributor program. Would like to proceed with the further steps...
Hello @mahimairaja! You should have received an email to join our team. Now, you can proceed to Step (https://github.com/jupyter-naas/awesome-notebooks/blob/master/README.md#step-2-technical-setup).
Please feel free to reach out if you have any questions! 🙏
Hello @mahimairaja! You should have received an email to join our team.
I have received the mail of the form I have filled, but not the invitation to join the team.
Kindly help me with this @FlorentLvr
Hello @mahimairaja! You should have received an email to join our team.
I have received the mail of the form I have filled, but not the invitation to join the team.
Kindly help me with this @FlorentLvr
@mahimairaja, you should have a received an invitation. Please check your email used in GitHub:
Thank you @FlorentLvr, I joined the awesome crew.
Kindly assign the issue to me
Thank you @FlorentLvr, I joined the awesome crew.
Kindly assign the issue to me
Welcome :)
Glad starting my weekend with this cool notebook
Let me clarify few things before raising the PR
The gist of the notebook is to demonstrate the
Kindly comment on this @FlorentLvr
Glad starting my weekend with this cool notebook
Let me clarify few things before raising the PR
The gist of the notebook is to demonstrate the
- Using OpenAI llm api to embed the data using data connectors (here - Simple Directory Reader) from Llama Index
- Store it in the neo4j db instance - Knowledge Graph
- Perform Retrieval Augmented Generation with OpenAI and the Knowledge graph built.
- Display the response
Kindly comment on this @FlorentLvr
@mahimairaja, yes totally! @srini047 do you want to add something more?
Glad starting my weekend with this cool notebook Let me clarify few things before raising the PR The gist of the notebook is to demonstrate the
- Using OpenAI llm api to embed the data using data connectors (here - Simple Directory Reader) from Llama Index
- Store it in the neo4j db instance - Knowledge Graph
- Perform Retrieval Augmented Generation with OpenAI and the Knowledge graph built.
- Display the response
Kindly comment on this @FlorentLvr
@mahimairaja, yes totally! @srini047 do you want to add something more?
Nothing much @FlorentLvr, @mahimairaja let me know if you face any issues. Glad to assist you.
Thanks, @srini047 for asking! Glad to hear from you!
This notebook demonstrates how to use Llamaindex and Neo4j as graph store to perform request and response model for the custom data. It is usefull for organizations to quickly integrate Neo4j with Llamaindex.