No video

Langchain & Neo4j: Query Your Graph Database in Natural Language

  Рет қаралды 4,523

Hands-on AI

Hands-on AI

Күн бұрын

-
Code: github.com/lan...
#datascience #machinelearning #deeplearning #datanalytics #predictiveanalytics #artificialintelligence #generativeai #largelanguagemodels #computervision #naturallanguageprocessing #agents #transformers #embedding #graphml #graphdatascience #datavisualization #businessintelligence #optimization #montecarlosimulation #simulation #LLMs #python #aws #azure #gcp

Пікірлер: 36
@SridharKumarKannam
@SridharKumarKannam 16 күн бұрын
If you found this content useful, pleases consider sharing it with others who might benefit. Your support is greatly appreciated :)
@johnkintree763
@johnkintree763 3 сағат бұрын
It would be lovely to see a speech recognition and generation model added to this workflow, and entities and relationships extracted from the conversations between the users and the digital agents, and these entities and relationships merged into a graph representation. If users could select parts of the conversations that they want to merge into a shared graph representation for public discussion, and knowledge and sentiment extracted from millions of simultaneous conversations with people around the world could be merged, we could create a collective human and digital intelligence.
@norendermoody6509
@norendermoody6509 2 күн бұрын
A video on Product recommendation system where there are user and products data in Neo4j and where user can get related products while querying
@SuperTipu10
@SuperTipu10 3 күн бұрын
Amazing work, thank you so much!
@SridharKumarKannam
@SridharKumarKannam 2 күн бұрын
Thanks for your support. Pleases consider sharing it in your communities who might benefit. Your support is greatly appreciated :)
@mulderbm
@mulderbm Ай бұрын
Thanks for all the hard work and take your time to explain all the details. It helps us to understand 😊
@SridharKumarKannam
@SridharKumarKannam Ай бұрын
Thank you very much for your support :)
@ronifintech9434
@ronifintech9434 2 ай бұрын
Love your videos!!!! Thanks for the knowledge sharing!
@SridharKumarKannam
@SridharKumarKannam 2 ай бұрын
Thanks for your support :)
@bayu_sm
@bayu_sm Ай бұрын
Great explanation. Thanks!
@SridharKumarKannam
@SridharKumarKannam Ай бұрын
Thanks for your support :)
@williammariasoosai1153
@williammariasoosai1153 4 ай бұрын
Sridhar, very crisp and clear explanation. Thanks a lot !!
@SridharKumarKannam
@SridharKumarKannam 3 ай бұрын
Thank you very much :)
@out-of-sight
@out-of-sight 4 ай бұрын
Just in time, I'm waiting for more updates about graph and llm based technologies related videos. Thank you.
@SridharKumarKannam
@SridharKumarKannam 4 ай бұрын
thank you, sure, I'll do more videos as I get time...
@darkmatter9583
@darkmatter9583 Ай бұрын
wow this is something really interesting finally what i wanted!!! thank you very much 🙏
@SridharKumarKannam
@SridharKumarKannam Ай бұрын
Thanks for your support :)
@darkmatter9583
@darkmatter9583 Ай бұрын
have a question, i would like advice to learn the right way because everyday in AI releases a new thing and i feel like im stuck, because im not so good to implement papers or x project(dont know web or work with vs only colab) but im aware that is a problem to be creative building your own projects, i ve binged a lot of tutorials and then when you get in the loop of failing a lot of times , you dont learn at the implementation side to upload to eg GitHub...so its complicated​,i wanted to ask you some advice or if you could teach me better because its years around and im stuck ,thanks 🙏@@SridharKumarKannam
@mrrohitjadhav470
@mrrohitjadhav470 4 ай бұрын
awesome tutorial please make a tutorial on not only keywords as nodes but also a summary of the text of the node/topics.
@SridharKumarKannam
@SridharKumarKannam 3 ай бұрын
thank you, sure, I'll try
@arjuns5732
@arjuns5732 19 күн бұрын
First of all, Thanks for the wonderful explanation. But I have a doubt, The LLMGraphTransformer converts text documents into structured graph documents using LLM . (llm_transformer.convert_to_graph_documents(documents)). Similarly Is there any predefined methods to create graph schema for csv data so that we don't need to write the cypher query for it.
@SridharKumarKannam
@SridharKumarKannam 18 күн бұрын
as far as I know, there isn't any. Creating entities and relationships from text is conceptually easy, but for a tabular data, you have to define what are entities, their properties and relationships, through cypher...
@AniketGaudgaul
@AniketGaudgaul 4 ай бұрын
Great explanation, can you please also post a tutorial for same using the ReAct agent. Thanks.
@SridharKumarKannam
@SridharKumarKannam 3 ай бұрын
Sure, I'll try :)
@034_mayankparashar9
@034_mayankparashar9 10 күн бұрын
Is there any way through which we can summarize the graph from our neo4j as we are unable to query it. As it is not working by changing the query ,asking for summarization
@SridharKumarKannam
@SridharKumarKannam 9 күн бұрын
One way to summarise a graph is, first extract all the node/relations data from graph in a table or json format and then provide that info as context llm for summarisation...
@lucasmorel153
@lucasmorel153 2 ай бұрын
Hi, Great video thanks !! Do you think the graph.refresh_schema() (13:22 in your video) works still if the Neo4J DB hasn't been created by the same code ? thanks again for really rich informations here
@SridharKumarKannam
@SridharKumarKannam 2 ай бұрын
Thanks for your support. I think it should work fine. Pls let me know if it doesn't...
@parvsharma4321
@parvsharma4321 2 ай бұрын
Hi sir, can you please tell how we can use this with llama 2 as the llm model?
@SridharKumarKannam
@SridharKumarKannam 2 ай бұрын
Use Ollama to run llama2 locally and then use langchain to connect... python.langchain.com/v0.1/docs/integrations/llms/ollama/
@mamoona.majid01
@mamoona.majid01 Ай бұрын
I tried this code... but my connection with neo4j refused..auth error.. while usename and password are correct..? Any solution
@SridharKumarKannam
@SridharKumarKannam Ай бұрын
Are you still facing the issue? The DB must be in Active mode. Open Neo4j Desktop and click on the "start" button of the DB
@rushikeshpardeshi6679
@rushikeshpardeshi6679 4 ай бұрын
hey , make a video on 1 , 2 bit quantization
@SridharKumarKannam
@SridharKumarKannam 3 ай бұрын
Sure, I'll try...
@mrRobot152
@mrRobot152 4 ай бұрын
Touch on open devin
@SridharKumarKannam
@SridharKumarKannam 4 ай бұрын
sure, I'll try...
LLMs Dynamic Few-shot Prompting: Langchain, Neo4J, Graph Database
15:49
Langchain & Neo4j: Create Knowledge Graphs from Text
12:06
Hands-on AI
Рет қаралды 11 М.
UNO!
00:18
БРУНО
Рет қаралды 4,5 МЛН
Can This Bubble Save My Life? 😱
00:55
Topper Guild
Рет қаралды 44 МЛН
A Natural Language AI (LLM) SQL Database - Could this work?
8:52
Chat With Knowledge Graph Data | Improved RAG
13:00
MG
Рет қаралды 4,5 М.
Convert Any Text into a Knowledge Graph
30:52
Hands-on AI
Рет қаралды 10 М.
Graph ML:  Build Knowledge Graphs using Generative AI and LLMs
37:40
What are AI Agents?
12:29
IBM Technology
Рет қаралды 154 М.
Learn LangGraph - The Easy Way
28:29
Menlo Park Lab
Рет қаралды 25 М.
LlamaIndex overview & use cases | LangChain integration
12:36
Sophia Yang
Рет қаралды 24 М.