📚 Join my Skool community for Weekly Q&A Sessions: www.skool.com/ai-business-accelerator/about
@mohamedmaf23 күн бұрын
Thanks a lot, Great job
@omarmukhtar1842Ай бұрын
Great video 👍
@AhmedMukhtarAIАй бұрын
👊👊
@misheltal692Ай бұрын
Great job! Can we make an autonomous agent that can manage Orders via airtable ?
@AhmedMukhtarAIАй бұрын
Yes that’s absolutely possible
@lehmanlam2170Ай бұрын
What is the chat window? is it n8n built in?
@AhmedMukhtarAIАй бұрын
Yes
@josueramirez3879Ай бұрын
Great video! I will definitely check out the Skool. I have a beginner's question: isn't that almost the same as the rag or vector database we can use in n8n with Supabase, for example? -- also just subscribed!
@AhmedMukhtarAIАй бұрын
Great question. So RAG uses a vector database, which works by using embeddings to find semantically similar content. This method is great for unstructured text data, where understanding the meaning and context is crucial. however whenever we have structured data and need accurate retrieval, turning natural language to SQL queries works better. The Supabase connection in n8n is using the Vector database feature within Supabase not the typical relational database