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

Memberships

Alessandro's AI Community

929 members • Free

Seamless-AI

81 members • Free

AI Automation (A-Z)

99.6k members • Free

AI For Professionals (Free)

8.8k members • Free

Ai Automation Vault

12.3k members • Free

AI Automation Skool

1.8k members • Free

AI Automation Society

143.8k members • Free

6 contributions to Seamless-AI
CAG or RAG AI Strategy?
CAG (Cache-Augmented Generation) and RAG (Retrieval-Augmented Generation) are two methods for augmenting large language models (LLMs) with external knowledge to improve the accuracy and relevance of their responses. CAG preloads relevant data into the model's context, while RAG dynamically retrieves external knowledge at runtime. Context: I am building a Tour Package Recommendation Agent, wherein the AI Agent needs to search through the database (travel agent owned database of tours, activities, events, tickets, transfers etc) and help bundle and recomend the most suitable package as per the customer's request. System Capabilities: 1. Store large volume of Tours and Activities related content 2. Accurately match contents with destination and the type of activity (kids friendly, adventure etc..) 3. Build itineraries based on activities selected (smart routing and scheduling) What AI strategy would you choose?
Poll
1 member has voted
1 like • Jun 6
Thank you. This helps a lot understanding how this needs to be tackled. I did create a RAG flow, but what I observed in this scenario is, the tour packages are very tightly bound to destinations (and nearby destinations) where in the recommendation that came from the stored database was not so clean. It is the retreival that is failing I guess. I guess this is also to do with the raw data im feeding that is typically from Tour Agents files that needs some context with destinations.
Is this the right time or Am I a little too late in this AI race?
If you are someone who has recently stepped into the AI world exploring the possibilities of getting a foothold in the game to make it big...but when digging a little deeper, you find the game has already begun and you are a little too late in the arena... Note: This poll is for someone who has seriously started looking into the AI related developments...and is here to seek help from the community. With awesome community members here, feel free to post you queris and seek guidance. We are always ready to guide... The question is...
Poll
2 members have voted
1 like • Jun 6
@Terry Hui Wow! love the way you put it and that's very much encouraging and inspiring. I guess this should be bookmarked for other's to feel motivated reading it.
1 like • Jun 6
@Terry Hui It is a bit scary to think of it, as the whole gameplan is changing, the players are different, the rules are still evolving... Coming from a typical 'Tech-Product' setup, wrapping the head around the new dynamics where 'Tech' is no-hard-dependency anymore (anyone without the knowlege of coding can build products..Phew!!) and loads of content out there to kick-start your AI journey...
💻 Weekly Live Calls
Happy Monday Seamless fam! I want to introduce live calls every week, starting with one, and potentially moving forward with two per week. I want to continue with the 'AI Coffee Chat' series, most likely on Wednesdays or Fridays, where we discuss all things AI. Eventually, I am thinking about moving forward with live builds that will allow us to collaborate to build some nice automations together, while also providing technical support. Our last call was successful for being spontaneous, so I am really excited to see what it will look like with a planned event. We were able to bring together a mix of people: my good friend that is completely new to AI, an experienced and passionate Program Manager @Daniel Wada, and one of our newer but very respected professionals @Akil H. together for a conversation discussing our experiences within AI and our outlook for its future. Please let me know in the comments below what time zone you are in and when are your preferred hours. Also, if you cannot make it, I will be posting the live recordings :) I promise to do my best to find a time that best suits everyone 🤝🏼
Poll
4 members have voted
💻 Weekly Live Calls
1 like • Jun 3
this works for me too
WebScraping and Email Automation
Created a webscraper, that scraps all the tour agents details in a given country, saving them in spreadsheet, reading through the spreadsheet records, personalising email based on the bisuness type, and sending them a survey email (Survey on analysing the readiness to adopt AI Agent in their Business). Reason: Before diving deep into developing something I understood from my experience, wanted to get the feedback on what the market is really looking for, so I can navigate through the maze through data driven decision. What's next, Adding the Survey Link (getting it production ready), Extracting Survey Responses, Analysing and Updating the data in real-time with insights on the sentiments, perferences and readiness.
WebScraping and Email Automation
1 like • Jun 2
@Terry Hui this is very encouraging...thank you and sure I move it to the 'Community Builds' and I will share the JSON code there for others to learn from and try...
1 like • Jun 2
Sure Terry, shall connect tomorrow (In currently in the Indian Standard Time zone) let's connect when it's feasible for both. Thank you
Travel Package Recommendation
A work in progress flow (working on improving the package recommendation model) 🧠 AI-Powered Package Recommendation System – Workflow Documentation 1. Package Recommendation via Email (Customer Request Handling) This workflow handles incoming customer requests for travel packages via email, classifies the content, retrieves relevant packages using RAG (Retrieval-Augmented Generation), and sends a personalized response. 📌 Workflow Steps: 1. Email Trigger (IMAP)Watches for incoming emails in a specified mailbox. 2. Text ClassifierClassifies the email into one of several categories, such as: 3. Code NodeParses and prepares the request details (e.g., destination, duration, pax) from the email body for the AI Agent. 4. AI AgentOrchestrates the conversation using: 5. Vector Retrieval via PineconeSearches the Pinecone Vector Store using vector similarity based on the customer's email request. 6. Send EmailSends a personalized travel package recommendation email back to the customer. 2. Package Data Ingestion from Google Drive (RAG Preprocessing Flow) This workflow automates loading package content from PDFs, processing the text, and storing the information as embeddings in Pinecone for retrieval. 📌 Workflow Steps: 1. Manual Trigger (Test Button)Used to manually initiate the data ingestion pipeline. 2. Google Drive – File DownloadDownloads a batch of PDF files from a designated Google Drive folder containing travel package details. 3. Loop Over ItemsIterates through each file to extract and process the contents. 4. Default Data LoaderExtracts raw text from each PDF document. 5. Recursive Character Text SplitterSplits long package content into manageable chunks to ensure compatibility with embedding limits. 6. OpenAI EmbeddingsConverts each text chunk into vector embeddings. 7. Pinecone Vector StoreStores the embeddings under a unified namespace for later retrieval during customer queries. ✅ Summary These two workflows together create a fully automated AI Travel Package Recommendation Engine:
Travel Package Recommendation
1-6 of 6
Mohan Gopal
2
8points to level up
@mohan-gopal-4412
Travel Product Consultant. Exploring AI Agent for Travel Solution.

Active 11d ago
Joined Jun 1, 2025
Malaysia
Powered by