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

Memberships

AI Automation Agency Hub

329.4k members • Free

159 contributions to AI Automation Agency Hub
FOR HIRE:
I’m looking to hire a developer to build an AI-powered platform for rental real estate investors. The platform will consist of 4 core features: 1. Market Analyzer 2. Acquisitions AI Agent 3. Channel Management 4. Front Desk (Ops Automation). DM me for more details.
0 likes • Jul '25
Would be interested. Let's connect.
HIRING
Hey Folks, I'm currently seeking to hire some talented AI & Automation Developers for a number of upcoming projects. I have an Agency in the UK and am looking for partners to help my clients delivery new initiatives. Key skills - Process analysis & automation, Low code automation, Customer Service Automation These would be for SME's and Corporate clients. I would also be open to connecting with established agencies with infrastructure to deliver white label solutions, as well as talented freelancers. If you are interested please drop me a note and we can connect.
0 likes • Jul '25
I would interested in this opportunity having a team of experienced developers and insftrastructure. Let connect...
Meta just restructured its AI division
Hey everyone! Meta just restructured its AI division to speed up innovation across its platforms. The new AI Products and AI Foundations teams, alongside FAIR, are set to bring cutting-edge features to Facebook, Instagram, WhatsApp, and the metaverse. Our report dives into the details, projecting a 25% faster feature rollout, 3–5% user engagement growth, and $16–20B in added ad revenue by 2027. What do you think this means for Meta’s future in AI? Share your thoughts below and check out the full analysis! https://tinyurl.com/8mae9fu2
1
0
How can I build a RAG agent in n8n using Google Sheets as the database?
I need to build a RAG-style agent in n8n, but the data has to come from Google Sheets. The client wants to keep working in Sheets, so moving to Postgres or another DB isn’t a viable option right now. What would be the best way to implement retrieval and generate answers based on that?
0 likes • May '25
@Lautaro Nievas Migrate the spreadsheet data to a Supabase database for efficient querying, and set up an automated synchronization pipeline to keep the database updated with changes from the client’s spreadsheet. This approach allows dynamic queries without predefined filters and handles ongoing updates seamlessly. Step-by-Step Approach Migrate Existing Data to Supabase:Export the spreadsheet (e.g., CSV or Google Sheets) and import it into a Supabase table.Structure the table to match the spreadsheet’s columns (e.g., patient_id, appointment_date, appointment_type, etc.).Use Supabase’s CSV import feature or a script to upload the initial 5000+ rows. Set Up Dynamic Querying in Supabase:Supabase, built on PostgreSQL, supports complex, dynamic SQL queries. For example, to answer “How many patients scheduled kinesiology appointments last month?”, you can write a query like: Automate Spreadsheet Synchronization:Since the client will continue updating the spreadsheet, use a tool like Zapier, Make (formerly Integromat), or a custom script to sync changes to Supabase.For Google Sheets, use the Google Sheets API to detect updates (e.g., new rows, edits) and push them to Supabase via its REST API.Schedule the sync to run periodically (e.g., daily) or trigger it on spreadsheet changes (if supported by the platform). Handle Large Datasets Efficiently:Use Supabase’s indexing and query optimization (e.g., create indexes on appointment_type and appointment_date) to ensure fast query performance, even with large datasets.Avoid fetching all rows by leveraging PostgreSQL’s filtering capabilities directly in the database. Build a User Interface for Queries:Create a simple interface (e.g., using a no-code tool like Retool or a custom web app) where users can input queries in natural language or via form fields.Use Supabase’s client libraries to translate user inputs into SQL queries dynamically. Tools and Technologies - Supabase: For the database, providing real-time querying and scalability. - Google Sheets API: To monitor and fetch updates from the spreadsheet (if using Google Sheets). - Python/Node.js: For custom scripts to sync data between the spreadsheet and Supabase. - Zapier/Make: For no-code automation of data syncing (optional, if you prefer less coding). - Retool or Streamlit: For a user-friendly query interface (optional).
3 likes • May '25
@Lautaro Nievas Hey there! Updating a single cell’s value in a Supabase vector database using n8n doesn’t require deleting the entire database—that’s overkill and could disrupt your workflow. Instead, you can use the Supabase Vector Store node in n8n to update specific documents by their ID, which is a much cleaner approach. Here’s a suggestion: Identify the Document ID: Ensure the row in your Supabase vector table has a unique identifier (e.g., id or listing_id) tied to the cell you’re updating. Use the Supabase Vector Store Node: Configure the node in n8n to “Update Documents” mode. In the node settings, specify the document ID of the embedding entry you want to update. You’ll need to provide the new embedding value for the updated cell (if the vector embedding changes) along with any metadata. Handle the Update: If the cell’s content affects the vector embedding (e.g., text data used for the embedding), regenerate the embedding using your preferred model (like one from Mistral AI, if you’re using their tools) and pass it to the node. If only metadata is changing, you can update that directly without touching the embedding. Test Incrementally: Run a test with a single row to confirm the update works without affecting other data. This approach avoids the need to delete and reinsert the entire database, saving time and resources. If you’re running into issues with the node (like missing embedding inputs or referencing old tables), double-check your configuration, as some users have reported bugs with table updates. If you’re still stuck, could you share more details about your setup (e.g., the type of data in the cell or your n8n workflow)? I can tailor the suggestion further!
No-code VS Code
No-code is a game-changer for simple projects, but complex systems demand traditional coding. Check out our in-depth analysis with examples and use cases to guide your next dev project! #NoCode #TechTrends https://tinyurl.com/ywvbypsn
1-10 of 159
Amit Govil
4
23points to level up
@amit-govil-1385
AI Research Consultant | Founder & CEO, XONIK

Active 377d ago
Joined Mar 31, 2025
Powered by