资源详情

返回首页 | 相关搜索
[ DevCourseWeb.com ] Udemy - Introduction to Neo4j with Python, LangChain and OpenAI
大小 571.61 MB
文件数 59
Info Hash: 59979EC77F20CE0CB88A8EE180AE1C9D3041EEC0
收录时间 2025-12-19 16:07:48
更新时间 2025-12-19 16:07:48
文件列表 (59)
Get Bonus Downloads Here.url
182 B
~Get Your Files Here !/1. Introduction/1. Introduction to the Course.mp4
29.18 MB
~Get Your Files Here !/1. Introduction/1.1 ContactMe.001.jpeg
3.29 MB
~Get Your Files Here !/1. Introduction/1.2 Cypher_Queries.pdf
524.54 KB
~Get Your Files Here !/1. Introduction/1.3 Neo4j_Cheat_Sheet.pdf
2.25 MB
~Get Your Files Here !/1. Introduction/2. About Neo4j Cheat Sheet.mp4
3.95 MB
~Get Your Files Here !/1. Introduction/3. Into the Cheat Sheet.mp4
11.03 MB
~Get Your Files Here !/1. Introduction/4. Introduction to Graph Database.mp4
8.99 MB
~Get Your Files Here !/1. Introduction/5. Structure of Cypher language.mp4
2.52 MB
~Get Your Files Here !/1. Introduction/6. Introduction to document Cypher Queries document.mp4
2.96 MB
~Get Your Files Here !/1. Introduction/7. About the Data.mp4
16.39 MB
~Get Your Files Here !/1. Introduction/7.1 Link to CSV Files that We Gonna to Use to Create Neo4j Database.html
127 B
~Get Your Files Here !/1. Introduction/8. Summary of the Chapter.mp4
7.04 MB
~Get Your Files Here !/1. Introduction/9. Quiz #1.html
161 B
~Get Your Files Here !/2. Neo4j create database with Cypher language/1. Introduction to the Chapter.mp4
12.06 MB
~Get Your Files Here !/2. Neo4j create database with Cypher language/10. Introduce Schema Procedures.mp4
7.46 MB
~Get Your Files Here !/2. Neo4j create database with Cypher language/11. Creating Another Label for Existing Nodes.mp4
18.57 MB
~Get Your Files Here !/2. Neo4j create database with Cypher language/12. Visualize Graph.mp4
10.5 MB
~Get Your Files Here !/2. Neo4j create database with Cypher language/13. Performance of a Query.mp4
16.69 MB
~Get Your Files Here !/2. Neo4j create database with Cypher language/14. Summary of the Chapter.mp4
5.04 MB
~Get Your Files Here !/2. Neo4j create database with Cypher language/15. Quiz #2.html
161 B
~Get Your Files Here !/2. Neo4j create database with Cypher language/2. Create access to AuraDB.mp4
5.31 MB
~Get Your Files Here !/2. Neo4j create database with Cypher language/2.1 Aura Graph Database.html
114 B
~Get Your Files Here !/2. Neo4j create database with Cypher language/3. New DB Instance Accessing CSV Files.mp4
13.83 MB
~Get Your Files Here !/2. Neo4j create database with Cypher language/4. Create Constraints.mp4
4.65 MB
~Get Your Files Here !/2. Neo4j create database with Cypher language/5. Import Data Create Title Nodes.mp4
6.63 MB
~Get Your Files Here !/2. Neo4j create database with Cypher language/6. Import Data Create Skill Nodes.mp4
5.3 MB
~Get Your Files Here !/2. Neo4j create database with Cypher language/7. Visualise Graph.mp4
8.76 MB
~Get Your Files Here !/2. Neo4j create database with Cypher language/8. Import Data 'skills' properity.mp4
10.33 MB
~Get Your Files Here !/2. Neo4j create database with Cypher language/9. Relationship Between Nodes.mp4
10.76 MB
~Get Your Files Here !/3. Vector Index/1. Introduction to the Chapter.mp4
10.09 MB
~Get Your Files Here !/3. Vector Index/2. Data Import Import Embeddings.mp4
11.87 MB
~Get Your Files Here !/3. Vector Index/3. Create Index.mp4
12.2 MB
~Get Your Files Here !/3. Vector Index/4. Summary of the Chapter.mp4
2.67 MB
~Get Your Files Here !/4. Neo4j with Python/1. Introduction to the Chapter.mp4
8.97 MB
~Get Your Files Here !/4. Neo4j with Python/10. Creating Embeddings - Example Script.mp4
15.58 MB
~Get Your Files Here !/4. Neo4j with Python/11. Vector Index with Python Code.mp4
28.11 MB
~Get Your Files Here !/4. Neo4j with Python/12. Tidy Up Created Code.mp4
16.14 MB
~Get Your Files Here !/4. Neo4j with Python/13. Summary.mp4
7.14 MB
~Get Your Files Here !/4. Neo4j with Python/2. Clone Repository with Initial Code.mp4
2.67 MB
~Get Your Files Here !/4. Neo4j with Python/2.1 Repository Initial Code for the Project.html
110 B
~Get Your Files Here !/4. Neo4j with Python/3. Credentials & Cypher Queries.mp4
30.03 MB
~Get Your Files Here !/4. Neo4j with Python/4. Package Requirements.mp4
2.69 MB
~Get Your Files Here !/4. Neo4j with Python/5. CSV Files.mp4
1.57 MB
~Get Your Files Here !/4. Neo4j with Python/6. Files main.py & utils.py.mp4
10.15 MB
~Get Your Files Here !/4. Neo4j with Python/7. Connect Neo4j Database with Python Driver.mp4
30.39 MB
~Get Your Files Here !/4. Neo4j with Python/8. Update utils.py File.mp4
7.03 MB
~Get Your Files Here !/4. Neo4j with Python/9. Execute Cypher Queries Using Python Script.mp4
25.17 MB
~Get Your Files Here !/5. LangChain & Plugging Neo4j into an LLM/1. Introduction to the Chapter.mp4
7.49 MB
~Get Your Files Here !/5. LangChain & Plugging Neo4j into an LLM/10. Summary of the Course.mp4
21.49 MB
~Get Your Files Here !/5. LangChain & Plugging Neo4j into an LLM/2. Connecting Neo4j Using LangChain.mp4
16.68 MB
~Get Your Files Here !/5. LangChain & Plugging Neo4j into an LLM/3. Create Prompt & Chain.mp4
17.6 MB
~Get Your Files Here !/5. LangChain & Plugging Neo4j into an LLM/4. Querying the Schema with LLM.mp4
12.12 MB
~Get Your Files Here !/5. LangChain & Plugging Neo4j into an LLM/5. Connecting Vector Index.mp4
15.85 MB
~Get Your Files Here !/5. LangChain & Plugging Neo4j into an LLM/6. Create Chain to Query Vector Index with LLM.mp4
17.09 MB
~Get Your Files Here !/5. LangChain & Plugging Neo4j into an LLM/7. Run Another Question.mp4
7.5 MB
~Get Your Files Here !/5. LangChain & Plugging Neo4j into an LLM/8. Summary of the Chapter.mp4
5.45 MB
~Get Your Files Here !/5. LangChain & Plugging Neo4j into an LLM/9. Technical Summary.mp4
3.84 MB
~Get Your Files Here !/Bonus Resources.txt
386 B

免责声明

本网站仅提供DHT网络资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 fuckatgfw@protonmail.com。