Oskar
Oskar
  • 18
  • 126 314
Autonomous AI crawler
In this video I share my concept of autonomous AI crawler built with n8n that can navigate through the website and extract desired data.
In this tutorial I cover:
1. Concept of AI crawler built with n8n (how it works and what are its capabilities)
2. Pros and cons of the AI crawler
3. Quick walkthrough for main AI crawling agent, text tool and URL tool
4. Using Web Unlocker proxy for better result accuracy
5. Adding multiple agents to the workflow to retrieve more data
Download example n8n workflows from this tutorial:
1. Single agent with tools: n8n.io/workflows/2315-autonomous-ai-crawler/
2. Multiple agents with tools: gist.github.com/workfloows/482538c32dd78113e1326f434b07042f
Resources:
1. Understanding agents (official n8n docs): docs.n8n.io/advanced-ai/examples/understand-agents/
2. Proxy used in the video (Web Unlocker): brightdata.com/products/web-unlocker
My other tutorials:
1. How to automate Gmail with n8n AI: th-cam.com/video/a8Dhj3Zh9vQ/w-d-xo.html
2. Web scraping data with n8n and Puppeteer: th-cam.com/video/YonNJqAAxdg/w-d-xo.html
3. Build undetectable Amazon scraper with n8n, Puppeteer and Scraping Browser: th-cam.com/video/ArRMJhdEweg/w-d-xo.html
4. How to automate Notion databases using n8n: th-cam.com/video/up2Wi3Y9a-4/w-d-xo.html
5. Getting started with native 🦜️🔗 LangChain nodes in n8n: th-cam.com/video/IqnwRcF_K-0/w-d-xo.html
Subscribe my newsletter: workfloows.com/
Visit my n8n creator profile: n8n.io/creators/workfloows/
Visit my Gumroad profile: workfloows.gumroad.com/
Follow me on Twitter/X: workfloows
Follow Workfloows on LinkedIn: www.linkedin.com/company/workfloows/
Disclaimer: I cannot be held responsible for any consequences resulting from the use of the information provided in this tutorial. Make sure to obtain proper authorization before engaging in web scraping activities, or consider using proxies to protect your online presence and ensure ethical scraping practices.
Create your Bright Data account and get $10 credit: brdta.com/workfloows
Create your n8n cloud account here (affiliate): n8n.partnerlinks.io/workfloows
Screen recording software that I use (affiliate): www.screen.studio/@jmMwX
0:00 AI crawler concept
1:15 Pros and cons of AI crawler
1:47 Part 1: Main AI crawling agent
3:35 Part 2: Text scraper tool
5:32 Part 3: Proxy and CAPTCHA solver
6:43 Part 4: URL scraper tool
8:10 Part 5: Crawling with multiple agents
มุมมอง: 6 860

วีดีโอ

Using Llama 3 in n8n with Cloudflare Workers AI
มุมมอง 2.8K3 หลายเดือนก่อน
In this short video I explain how to deploy an AI worker on Cloudflare that will enable you to use Llama 3 model with OpenAI syntax. I also cover how to connect the worker to n8n workflow. OpenAI to Llama 3 AI repository by Jack Culpan: github.com/jackculpan/openai-to-cloudflare-ai In this tutorial I cover: 1. What is Cloudflare Workers AI 2. Quick explanation of OpenAI to Llama 3 converter by ...
How to automate Gmail with n8n AI
มุมมอง 5K5 หลายเดือนก่อน
In this video I show you how to enhance your day-to-day work with Gmail by using n8n AI nodes. I also present Webhooks Gmail Add-on which makes workflow triggering very easy. 🚀 Buy Webhooks Gmail Add-on: workfloows.gumroad.com/l/webhooks-gmail-addon In this tutorial I cover: 1. Automation for auto-labelling of incoming emails with AI 2. Functionality presentation of Webhooks Gmail Add-on 3. Adj...
How to scrape Emirates flight fares to Google Sheets with n8n and Puppeteer (free script)
มุมมอง 2.7K8 หลายเดือนก่อน
In this tutorial I show you step-by-step how to build Emirates scraper using Puppeteer, Scraping Browser and n8n. I explain also how to transfer the scraping results into Google Sheets. In this tutorial I cover: 1. Features of Puppeteer script for scraping Emirates website (for local usage) 2. Key issues while scraping Emirates 3. Implementing the Scraping Browser proxy into the existing script...
Using Zep and Hugging Face 🤗 embeddings with n8n LangChain nodes
มุมมอง 9K10 หลายเดือนก่อน
In this video, you'll discover the step-by-step process of setting up Zep on your server and effectively integrating it with n8n AI nodes along with Hugging Face embeddings. In this tutorial I cover: 1. Setting up Zep on your server and handling its authentication 2. Creating automation for scraping blog posts and adding them to the Zep vector store 3. Building a basic chatbot using a retrieval...
Getting started with native 🦜️🔗 LangChain nodes in n8n
มุมมอง 14K11 หลายเดือนก่อน
This video presents the latest release of n8n, which includes brand new native AI LangChain nodes. In this tutorial I cover: 1. Quick presentation of new AI nodes tab 2. Building easy conversational agent with Wikipedia tool 3. Using n8n workflows as agent tools 4. Inserting vector data to Supabase 5. Using vector store QA chain to build simple chat with PDF Create your n8n AI cloud account her...
Build undetectable Amazon scraper with n8n, Puppeteer and Scraping Browser
มุมมอง 7K11 หลายเดือนก่อน
In this tutorial I explain how to automatically scrape Amazon search results using Puppeteer, Scraping Browser and n8n. In this tutorial I cover: 1. Creating a base Puppeteer script to retrieve data from Amazon search results (product names, prices, ratings etc.) 2. Key issues while scraping Amazon 3. Implementing Scraping Browser into the code 4. Adjusting the script and deploying function to ...
How to automate Notion databases using n8n
มุมมอง 7Kปีที่แล้ว
This tutorial shows 3 examples of n8n workflows that can help you automate your Notion databases using basic API connections. Download n8n workflows from this tutorial here: github.com/workfloows/workfloows-tutorials/tree/6efae2aa4e80a8552bbc32c165c42f7fd220b268/notion-n8n-automations In this tutorial I cover: 1. Adding Notion credentials to n8n 2. Creating automated stock portfolio tracker in ...
Adding memory sessions to Telegram AI bot with FlowiseAI and Zep
มุมมอง 5Kปีที่แล้ว
In this tutorial I explain how to add external memory to the Telegram AI bot using FlowiseAI and Zep. With memory sessions you’re able to run multiple conversations with the same FlowiseAI chatflow and keep separate conversation histories. Download the Telegram AI bot memory sessions workflow for n8n here: github.com/workfloows/workfloows-tutorials/blob/main/telegram-memory-sessions-flowise-zep...
Web scraping data with n8n and Puppeteer
มุมมอง 20Kปีที่แล้ว
This tutorial shows two methods on how to scrape data from websites with n8n and Puppeteer. In this tutorial I cover: 1. Data scraping in n8n using HTTP request node 2. Retrieving email addresses from scraped source code 3. Key features of Puppeteer and writing basic script 4. Deploying Puppeteer function to Google Cloud Functions 5. Using Puppeteer in n8n via Google Cloud Functions Resources: ...
How to build Telegram AI bot with n8n and 🦜🔗 LangChain (FlowiseAI)
มุมมอง 15Kปีที่แล้ว
In this video I show how to build AI Telegram bot with low-code tools: n8n and FlowiseAI (UI visual tool for creating flows with LangChain). Download Telegram AI assistant workflow for n8n here: github.com/workfloows/workfloows-tutorials/blob/main/telegram-ai-bot.json 🚀 How to build voice Telegram AI bot with n8n, Whisper and ElevenLabs: workfloows.gumroad.com/l/telegram-ai-voice-bot My other t...
How to auto-backup n8n workflows to GitHub
มุมมอง 2.5Kปีที่แล้ว
In this video I describe how to use n8n workflow to auto-backup your workflows (download link to workflow below). Download back-up workflow here: github.com/workfloows/workfloows-tutorials/blob/d05888caaad97321df6c101144edcc6784f452b4/backup-n8n-workflows.json My other tutorials: 1. How to build voice Telegram AI bot with n8n, Whisper and ElevenLabs: workfloows.gumroad.com/l/telegram-ai-voice-b...
Using webhooks in n8n (parameters, responses and triggers)
มุมมอง 10Kปีที่แล้ว
Using webhooks in n8n (parameters, responses and triggers)
Generate PDFs in n8n with Gotenberg (for free!)
มุมมอง 8Kปีที่แล้ว
Generate PDFs in n8n with Gotenberg (for free!)
How to use "Split In Batches" node in n8n
มุมมอง 4K2 ปีที่แล้ว
How to use "Split In Batches" node in n8n

ความคิดเห็น

  • @user-ef4df8xp8p
    @user-ef4df8xp8p 10 ชั่วโมงที่ผ่านมา

    Thank you....

  • @OmerNesher
    @OmerNesher 11 ชั่วโมงที่ผ่านมา

    thanks for the video and workflows! one small note, if you could just take your time and explain what you did in each node and why, it would be great. get into the details. again, thanks a lot!

  • @aproperhooligan5950
    @aproperhooligan5950 2 วันที่ผ่านมา

    Excellent tutorial, Oskar. Thank you!

    • @workfloows
      @workfloows 2 วันที่ผ่านมา

      You’re very welcome and thank you for watching!

  • @glances.
    @glances. 17 วันที่ผ่านมา

    This is great, but is there a way to format the json before pushing to GitHub so the raw json isn't on 1 line?

  • @ward_jl
    @ward_jl 17 วันที่ผ่านมา

    I love how easily these n8n flows can be shared! Great video man

    • @workfloows
      @workfloows 16 วันที่ผ่านมา

      Thank you very much!

  • @akumamassa
    @akumamassa 22 วันที่ผ่านมา

    Really simple to understand, and good explanation with good flow. Helpful when you are'nt english native.

  • @chrisder1814
    @chrisder1814 25 วันที่ผ่านมา

    hello I had an idea it was to make a robot that could remove the background from my images and put a white background instead a robot that could scan all the images on my site and remove all the backgrounds and change them to white backgrounds I thought it would be possible with the canva kind of api but first I wanted to know if it is possible to do more advanced stuff with the figma API for my background idea Can you tell me if this is feasible?

    • @workfloows
      @workfloows 23 วันที่ผ่านมา

      Hey, thanks for your comment. Automation of this process should be feasible - you can use one of AI background removers to erase the background and further in the process replace it with the specific colour/image. Overall this should be doable.

    • @chrisder1814
      @chrisder1814 23 วันที่ผ่านมา

      @@workfloows Yes I can do this with canva and other tools but I would like to do it automatically and I had some ideas but I don't know if these ideas are good and feasible, could I send you an email so you can tell me what you think?

    • @chrisder1814
      @chrisder1814 18 วันที่ผ่านมา

      @@workfloows hello, do you know api connector? do you use AI for coding? can I find "templates" ?

  • @MKTGGiova
    @MKTGGiova 25 วันที่ผ่านมา

    Extremely valueble! TY

    • @workfloows
      @workfloows 23 วันที่ผ่านมา

      You’re very welcome!

  • @binaryb4sher
    @binaryb4sher หลายเดือนก่อน

    This was a great walkthrough @workfloows thanks for sharing. I'm hoping this might replace a complex set of azure functions, log files, orchestration code and data factory... of course, it'll require more than you've demonstrated, but I do like the idea of using n8n and gotenberg to manage the process and pdf generation. Sweet!

    • @workfloows
      @workfloows 27 วันที่ผ่านมา

      Thank you very much!

  • @chrisder1814
    @chrisder1814 หลายเดือนก่อน

    hello I had some ideas for automation regarding SEO and also image editing but I am not sure that these ideas are feasible, could you give me your opinion, and what I could I send you an email

  • @pramodgeorgehq
    @pramodgeorgehq หลายเดือนก่อน

    Just discovered your channel. Some great posts here. I'd love to connect with you sometime!

  • @chrisder1814
    @chrisder1814 หลายเดือนก่อน

    hello I had some ideas but I don't know if they are feasible as I think, and what you can help me understand

  • @AbdullahAmer-eg1mm
    @AbdullahAmer-eg1mm หลายเดือนก่อน

    I get this error always:Error: Forbidden Your client does not have permission to get URL /getPageContent? Is there a solution ?

    • @workfloows
      @workfloows หลายเดือนก่อน

      At first sight, it looks to me like the IAM permissions for the invoker of your function are set incorrectly. Make sure your GCF function has its IAM permissions for the invoker set to ‘allUsers’. This will enable the function to be triggered without any additional authentication.

    • @AbdullahAmer-eg1mm
      @AbdullahAmer-eg1mm หลายเดือนก่อน

      @@workfloows Thanks a lot! It works now.

  • @moonsylyd
    @moonsylyd หลายเดือนก่อน

    Do you think this would work well for retreiving products from eCommerce sites?

    • @workfloows
      @workfloows หลายเดือนก่อน

      Hey, thanks for your comment! To retrieve data for a single product from multiple ecommerce sites, I think this workflow should do the job. However, if you want to scrape dozens or hundreds of products from a single online store, I’d recommend building a dedicated scraping script/workflow that handles pagination and doesn’t rely entirely on AI. This approach will ensure better scraping accuracy and lower execution costs.

    • @moonsylyd
      @moonsylyd หลายเดือนก่อน

      @@workfloows thanks for your reply!

  • @dominikr8730
    @dominikr8730 หลายเดือนก่อน

    Hey man where do you host n8n? Is there any place you would recommend?

    • @workfloows
      @workfloows หลายเดือนก่อน

      Hey, I host n8n on Digital Ocean and so far no issues (referral: m.do.co/c/ab48b9a16e92). You can find official n8n installation guide for Digital Ocean here: docs.n8n.io/hosting/installation/server-setups/digital-ocean/. Alternatively, I think also Hetzner can be a good choice.

  • @benyprodukcja
    @benyprodukcja หลายเดือนก่อน

    Awesome!

    • @workfloows
      @workfloows หลายเดือนก่อน

      Thanks a lot my friend! 🙌

  • @jinqimao4781
    @jinqimao4781 หลายเดือนก่อน

    Like this format, you solved the problem in easy way!

    • @workfloows
      @workfloows หลายเดือนก่อน

      Thank you very much for your feedback, I’m really happy you like it!

    • @andyzheng7377
      @andyzheng7377 หลายเดือนก่อน

      ​@@workfloows Hi, will you make Skool community for AI automation primarily using N8N? 😊😊😊

  • @zonadock
    @zonadock หลายเดือนก่อน

    Thanks Oskar ;)

    • @workfloows
      @workfloows หลายเดือนก่อน

      You’re very welcome!

  • @irfanMiral
    @irfanMiral หลายเดือนก่อน

    Amazing tutorial to understand logic behind.

    • @workfloows
      @workfloows หลายเดือนก่อน

      Thank you very much!

  • @Aaron7k
    @Aaron7k 2 หลายเดือนก่อน

    Bright Data not solving Captcha:(

    • @workfloows
      @workfloows หลายเดือนก่อน

      Hey, I apologize for my very late feedback. CAPTCHAs can be tricky as they change frequently. The best way to handle this would be to contact Bright Data support. They are very helpful and usually resolve issues quickly.

  • @rebrand5446
    @rebrand5446 2 หลายเดือนก่อน

    Thanks Oskar for your smart explained 🚀🚀 great work.

    • @workfloows
      @workfloows 2 หลายเดือนก่อน

      Thank you very much!

  • @spicyshpaget
    @spicyshpaget 2 หลายเดือนก่อน

    Nice format Although you left us hanging with the no clicking problem, that would've been great to know how to go around it at the end Maybe next video? 👀 Good work though taught me alot about n8n

    • @workfloows
      @workfloows 2 หลายเดือนก่อน

      Thanks for your comment! Indeed good idea for the next tutorial, definitely will think about it 😃

  • @gabrielrakemel3435
    @gabrielrakemel3435 2 หลายเดือนก่อน

    Great work

    • @workfloows
      @workfloows 2 หลายเดือนก่อน

      Thank you very much!

  • @LifeWithoutOffice
    @LifeWithoutOffice 2 หลายเดือนก่อน

    Nice workflow. Brightdata captcha solver is something that I should checkout!

  • @Aaron7k
    @Aaron7k 2 หลายเดือนก่อน

    Thanks

    • @workfloows
      @workfloows 2 หลายเดือนก่อน

      You're very welcome!

  • @faridullahkhan1
    @faridullahkhan1 2 หลายเดือนก่อน

    very nice video thank you. and thank you for making the workflow files available. Are you able to extend this workflow to read read reviews of the business and create a sentiment analysis overall and also create top 5 reasons why they got positive reviews and top 5 reasons why they got negative reviews. I am trying to figure out if we can get what value the business provides to their customers top 5, what problems for customers they solve top 5, what complaints customers have about their business top 5. etc. thank you

    • @workfloows
      @workfloows 2 หลายเดือนก่อน

      Hey, thank you for your comment! Do you have in mind any specific source of reviews (e.g. Google reviews)? Or would you like your agent to gather all possible reviews about specific company from various sources? Both options should be doable, but approach to development will be slightly different.

    • @faridullahkhan1
      @faridullahkhan1 2 หลายเดือนก่อน

      @@workfloows I’m thinking if I’m going to start a new service biz , then I could first do research about what going to start. For example let’s say I want to start medical billing, this is what m in trying to start, so first research the medical billing industry, gather competition data and client pain points , what to provide as a valuable service and what to do better than competition. Then in same research process gather the completion reviews either from their site or google my biz etc and output findings into let’s say 3 main categories. 1 customers pain points , 2 what competition is talking about as value they provide and 3 gather what customers don’t like about competition. Now I can start working on framing my offer or service to be aligned with what my icp is looking for and what they are not happy with etc. Idea is still fresh in my mind so haven’t dialed it in properly yet but this is what I’m going with for now. So it can be used for starting new service biz or modifying existing biz offering. I think this kind of research will help narrow down what you need to do or create. What you think ?

  • @workfloows
    @workfloows 2 หลายเดือนก่อน

    Hey, thank you for watching! This is my first video in a bit new format focusing on workflow concepts and architecture. You can quickly reproduce the workflow using the files in the description. How do you like this format? Please let me know in the comments - your feedback will help me shape future content!

  • @bupi.
    @bupi. 2 หลายเดือนก่อน

    Thanks so much Oskar. Just wondering, how would one be able to backup credential data?

  • @Paginasdelpasado_oficial
    @Paginasdelpasado_oficial 2 หลายเดือนก่อน

    Hello Oskar, how are you? The content is sensational, thank you very much, I am learning a lot from your videos. I have a specific question if you could please answer it. In this video, do you record and then narrate over what you recorded? Sorry, I am just getting into the world of production and I was amazed by your narration with the video, could you share this tip? Thank you!

    • @workfloows
      @workfloows 2 หลายเดือนก่อน

      Hey, thanks for your comment! Yes, in this video I added voiceover to already edited screen recordings.

  • @desouzagaabriel
    @desouzagaabriel 2 หลายเดือนก่อน

    Tks!!

  • @tarikalpat
    @tarikalpat 2 หลายเดือนก่อน

    At 2:33, You have connected "check if start" to "true" and "no operation". Shouldn't you bind it with "false"? So, when someone on Telegram says "/start", nothing will happen, based on what you did? Sorry, I'm trying to learn.

  • @jackmermigas9465
    @jackmermigas9465 2 หลายเดือนก่อน

    thank you this is very technical but also amazing. Is it possible to reply in thread like normal and have a 2 way conversation between AI and recipient that stays in the same thread?

  • @cgc2300
    @cgc2300 2 หลายเดือนก่อน

    hello could I pm you, I had some ideas but I don't know if they can be done with this software

  • @cgc2300
    @cgc2300 2 หลายเดือนก่อน

    hello could you help me understand when and how to use this or that node and also help me understand the workflow because there are very few explanations on the site

  • @korex_cf
    @korex_cf 2 หลายเดือนก่อน

    I am getting an erro on http node "The DNS server returned an error, perhaps the server is offline" I have add gotenberg as a service in docker-compose.yaml with my n8n

  • @yvannerosat
    @yvannerosat 2 หลายเดือนก่อน

    Thanks for your video, I've learned a lot of tricks and I see that I wasn't using IA agent the right way. I have a question: what do you use to capture your writing? What is the software?

    • @workfloows
      @workfloows 2 หลายเดือนก่อน

      Hey, thanks for your comment and kind words about my video! Do you mean screen recording app? It’s called Screen Studio for macOS (affiliate): www.screen.studio/@jmMwX

  • @cgc2300
    @cgc2300 2 หลายเดือนก่อน

    Hello, is there a scenario generator?

    • @workfloows
      @workfloows 2 หลายเดือนก่อน

      Hey, as far as I know, there is no such a native feature in n8n at the moment.

  • @urfr1endkg397
    @urfr1endkg397 2 หลายเดือนก่อน

    hey how did u integrate n8n with zep?

  • @jr_omw
    @jr_omw 3 หลายเดือนก่อน

    Hey Oskar what do you use to make these smooth screen recordings?

    • @workfloows
      @workfloows 2 หลายเดือนก่อน

      Hey, thanks for your comment! It’s an app called Screen Studio for macOS (affiliate): www.screen.studio/@jmMwX

    • @jr_omw
      @jr_omw 2 หลายเดือนก่อน

      @@workfloows Thank you Oskar, very kind to reply to an old video!

  • @MartinCooney1
    @MartinCooney1 3 หลายเดือนก่อน

    some really great content in your channel on n8n. I'm just starting with n8n myself and hoping to find examples or tutorials about managing/posting/etc using social media channels such as Facebook/X/LinkedIn/etc. Would love to see you do some of these in the near future. Keep up the great work. Subscribed

    • @workfloows
      @workfloows 2 หลายเดือนก่อน

      Hey, those are cool ideas for tutorials, I’m adding them to my list for future videos. Thank you very much for your kind comment and for subscribing, I appreciate it a lot!

  • @HerroEverynyan
    @HerroEverynyan 3 หลายเดือนก่อน

    You post the best n8n workflow tutorials. Just yesterday you very likely saved me 4+ hours. I was lucky enough that stumbled upon your Gmail AI auto-label workflow template in n8n - it was exactly what my client wanted. Not only that, but they were also discussing the possibility of AI drafts, and lo and behold you've got a template+tutorial for that too. Thanks so much for the valuable info you're sharing for free!

  • @sevenelven
    @sevenelven 3 หลายเดือนก่อน

    If you're using compose you don't need to issue the compose down command, just simply run pull and up or if you want to recreate all containers you can pass the --force-recreate flag.

    • @workfloows
      @workfloows 2 หลายเดือนก่อน

      Hey, thanks for your comment and sorry for my delayed response. This is a a valuable tip, thank you for sharing!

  • @clear_lake
    @clear_lake 3 หลายเดือนก่อน

    You know what I've done wrong at 2:27 : I've entered npm run deploy but my webbrowser doesn't open with cloudflare window

  • @bupi.
    @bupi. 3 หลายเดือนก่อน

    Do you have a way of scraping entire sites with multiple pages using Puppeteer and n8n?

    • @workfloows
      @workfloows 2 หลายเดือนก่อน

      Hey, thanks for your comment and sorry for my delayed response. Each website has a different structure, so it’s a bit challenging, but I have some AI flows for doing this and plan to record new tutorial to share them.

    • @bupi.
      @bupi. 2 หลายเดือนก่อน

      @@workfloows Thank you Oskar. will be looking forward to your upload

  • @yosbel12
    @yosbel12 3 หลายเดือนก่อน

    hye i love your videos can you make one tutorial with n8n to make a phone voice ai bot that could make calls automatically and recieve calls and respond them and add appoiments to calendary

  • @NakulGarg-pb2xw
    @NakulGarg-pb2xw 3 หลายเดือนก่อน

    Great content :)

  • @diplomat1837
    @diplomat1837 3 หลายเดือนก่อน

    Awesome. Can a picture be uploaded on the model for analysis? Is it possible to write separate code for this function

  • @clear_lake
    @clear_lake 3 หลายเดือนก่อน

    Great Video! Quick question: Do I have to put my OpenAI credentials in it or is it also working if I don't? And if I have to put it in, is it still free or do I have to pay for the tokens used? (beacause somehow openai is involved right)?

    • @workfloows
      @workfloows 3 หลายเดือนก่อน

      Hey, thanks for your comment! OpenAI credentials are only required to prevent errors in n8n. To be honest, you can use completely random values for both the OpenAI API key and model. As long as your base URL directs to Cloudflare AI Worker, your OpenAI account won’t be charged. The use of the Llama 3 model on Cloudflare is free until it rolls out of beta.

    • @clear_lake
      @clear_lake 3 หลายเดือนก่อน

      @@workfloows Cool, great news! Thanks for your fast response!

    • @clear_lake
      @clear_lake 3 หลายเดือนก่อน

      @@workfloows Do you know how I can to the same just with LLAMA 2, which is not in beta anymore?

  • @2mechanic
    @2mechanic 3 หลายเดือนก่อน

    Братан, спасибо тебе, очень помог

  • @WaldirBorbaJunior
    @WaldirBorbaJunior 3 หลายเดือนก่อน

    Nice tips... Now I'm search for a way to access data from previous workflow. Do you have any example ?