Тёмный

Langchain & Neo4j: Query Your Graph Database in Natural Language 

Hands-on AI
Подписаться 5 тыс.
Просмотров 6 тыс.
50% 1

Опубликовано:

 

16 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 39   
@SridharKumarKannam
@SridharKumarKannam 2 месяца назад
If you found this content useful, pleases consider sharing it with others who might benefit. Your support is greatly appreciated :)
@mulderbm
@mulderbm 3 месяца назад
Thanks for all the hard work and take your time to explain all the details. It helps us to understand 😊
@SridharKumarKannam
@SridharKumarKannam 3 месяца назад
Thank you very much for your support :)
@williammariasoosai1153
@williammariasoosai1153 6 месяцев назад
Sridhar, very crisp and clear explanation. Thanks a lot !!
@SridharKumarKannam
@SridharKumarKannam 6 месяцев назад
Thank you very much :)
@ronifintech9434
@ronifintech9434 4 месяца назад
Love your videos!!!! Thanks for the knowledge sharing!
@SridharKumarKannam
@SridharKumarKannam 4 месяца назад
Thanks for your support :)
@out-of-sight
@out-of-sight 6 месяцев назад
Just in time, I'm waiting for more updates about graph and llm based technologies related videos. Thank you.
@SridharKumarKannam
@SridharKumarKannam 6 месяцев назад
thank you, sure, I'll do more videos as I get time...
@johnkintree763
@johnkintree763 2 месяца назад
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.
@SridharKumarKannam
@SridharKumarKannam 2 месяца назад
thats a great idea and also require a team effort. I'll see what I can do. Thanks a lot for your comment and support.
@johnkintree763
@johnkintree763 2 месяца назад
​@@SridharKumarKannamAgreed, it requires a team effort. A demonstration of the concept might be a tool to help build a team.
@darkmatter9583
@darkmatter9583 3 месяца назад
wow this is something really interesting finally what i wanted!!! thank you very much 🙏
@SridharKumarKannam
@SridharKumarKannam 3 месяца назад
Thanks for your support :)
@darkmatter9583
@darkmatter9583 3 месяца назад
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
@SuperTipu10
@SuperTipu10 2 месяца назад
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 :)
@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
@SridharKumarKannam
@SridharKumarKannam 2 месяца назад
thanks for your suggestion, I'll try.. Thanks for your support. Pleases consider sharing it in your communities who might benefit. Your support is greatly appreciated :)
@bayu_sm
@bayu_sm 3 месяца назад
Great explanation. Thanks!
@SridharKumarKannam
@SridharKumarKannam 3 месяца назад
Thanks for your support :)
@arjuns5732
@arjuns5732 2 месяца назад
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 2 месяца назад
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...
@lucasmorel153
@lucasmorel153 4 месяца назад
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 4 месяца назад
Thanks for your support. I think it should work fine. Pls let me know if it doesn't...
@mrrohitjadhav470
@mrrohitjadhav470 6 месяцев назад
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 6 месяцев назад
thank you, sure, I'll try
@034_mayankparashar9
@034_mayankparashar9 2 месяца назад
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 2 месяца назад
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...
@HarishaPC-r1k
@HarishaPC-r1k 6 дней назад
we have issue with neo4j docker its connect to langchain its trow errors can you make video instead of using neo4j desktop use docker and explain us to work around
@SridharKumarKannam
@SridharKumarKannam 4 дня назад
whats the issue? You can post such problems on langchain github here - github.com/langchain-ai/langchain/issues Check someone might already have posted a solution.
@mamoona.majid01
@mamoona.majid01 3 месяца назад
I tried this code... but my connection with neo4j refused..auth error.. while usename and password are correct..? Any solution
@SridharKumarKannam
@SridharKumarKannam 3 месяца назад
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
@parvsharma4321
@parvsharma4321 4 месяца назад
Hi sir, can you please tell how we can use this with llama 2 as the llm model?
@SridharKumarKannam
@SridharKumarKannam 4 месяца назад
Use Ollama to run llama2 locally and then use langchain to connect... python.langchain.com/v0.1/docs/integrations/llms/ollama/
@rushikeshpardeshi6679
@rushikeshpardeshi6679 6 месяцев назад
hey , make a video on 1 , 2 bit quantization
@SridharKumarKannam
@SridharKumarKannam 6 месяцев назад
Sure, I'll try...
@mrRobot152
@mrRobot152 6 месяцев назад
Touch on open devin
@SridharKumarKannam
@SridharKumarKannam 6 месяцев назад
sure, I'll try...
Далее
Langchain & Neo4j: Create Knowledge Graphs from Text
12:06
Neo4j (Graph Database) Crash Course
1:23:08
Просмотров 230 тыс.
Convert Any Text into a Knowledge Graph
30:52
Просмотров 12 тыс.
Build an SQL Agent with Llama 3 | Langchain | Ollama
20:28
How AI 'Understands' Images (CLIP) - Computerphile
18:05
Chat With Knowledge Graph Data | Improved RAG
13:00
Просмотров 5 тыс.