Activity
Mon
Wed
Fri
Sun
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
What is this?
Less
More

Memberships

Data Alchemy

37.5k members • Free

AI Automation Agency Hub

248.5k members • Free

29 contributions to Data Alchemy
AI stealing jobs
Scariest part about AI It won't even ask for PTO 🙂
AI GIRLFRIEND?/?
https://www.youtube.com/shorts/uvHeI9f_ZYE
1 like • Apr 10
Nope thats creepy!🙃
RAG in Short
I believe most of you know what RAG is. But some might not. I am personally very exited on the LLM development possibility of Graph RAG. So let me share what in short RAG is as a foundation. Retrieval-Augmented Generation (RAG) is a popular method in AI that solves the problem of language models forgetting or not knowing specific or updated information, especially in real-world or specialized use cases. While traditional in-context learning only uses the few examples or prompts provided at the time of the query, RAG goes a step further by actively searching a connected knowledge base—like a set of documents or a company’s database—for relevant information, then feeding those results into the language model to generate more accurate and grounded answers. This makes RAG especially useful when you need reliable, source-based responses. To implement it, you store your data in a searchable format (usually in a vector database), use an embedding model to match user questions with the most relevant chunks of information, and then give both the question and retrieved content to the language model to generate a smart, well-informed response. See this information: https://www.youtube.com/watch?v=T-D1OfcDW1M&t=18s
1 like • Apr 7
Seems like a good watch. Will add this to my watchlist today
0 likes • Apr 7
@Albertus Erwin Susanto won't deny
China's New Free AI AGENT Shocks The World
China's New Free AI AGENT Shocks The World: 8x Faster Than DeepSeek R1 https://www.youtube.com/watch?v=v2Ur_DgaEEI
1 like • Apr 1
This looks amazing
Python Complete Foundation Courses
Although I've been using Python for data analysis for five years, there are still things I don't remember—especially when it comes to LLM development, which often feels completely new. I find these 4 short courses from deep learning.ai to be one of the best available free courses for beginners in Python or for those looking to reinforce their foundational knowledge: https://learn.deeplearning.ai/courses/ai-python-for-beginners/lesson/z57gn/introduction?courseName=ai-python-for-beginners Yes, tools like Cursor and other IDEs can handle much of the tedious grueling coding works for us now, but understanding what they generate can be really helpful for debugging and improving our development process. Check them out!
Python Complete Foundation Courses
1 like • Apr 1
Thankyou for sharing this @Albertus Erwin Susanto. I look forward to reading your posts!
1-10 of 29
Poorvi Vijayvargiya
4
42points to level up
@poorvi-vijayvargiya-2038
Hi

Active 129d ago
Joined Mar 13, 2025
Powered by