'We'll Know We Have AGI When >50% of the GDP is Generated by AI' Community Center by Johannes C. … richer, better-fed, and more-urbanized**. We can reframe the question as, what would happen in the next decade if the… Re: Do email clients respect CSP? Programming Web Development by Dani I'm also realizing that my question is specific to CORS, not CSP, but I can make the presumption (or shall I never assume?) that they are both either supported or not supported. Re: Display specific html tag on specific pages Programming Web Development by Dani … class="{$class}">'; I'll also mark this question as solved for you. Re: Slaying Unicorns: How Europe Sabotages Its Own Economic Future Community Center by aishamushtaq Absolutely, I appreciate the reminder. If you're experiencing difficulties with your CRM's workflow feature, it might be beneficial to provide more details about the specific steps you've taken so far to troubleshoot the issue. That way, others in the community can offer more targeted assistance or suggest alternative solutions based on your … Question Answering with YouTube Videos Using RAG in LangChain Programming Computer Science by usmanmalik57 … ``` ``` embeddings = OpenAIEmbeddings(openai_api_key = openai_key) vector = FAISS.from_documents(documents, embeddings) ``` ## Question Answering with YouTube Videos The rest of the process is…city with no specific destination. ``` ## A Command Line YouTube Question Answering Chatbot Now that we know how to get answers… Retrieval Augmented Generation with Hugging Face Models in LangChain Programming Computer Science by usmanmalik57 … = """You are a an expert baking chef. {Question}""" prompt = PromptTemplate.from_template(template) chain = prompt | hf…;How to bake a pizza?" print(chain.invoke({"Question": question})) ``` **Output:** ![image1.png](https://static.daniweb.com/attachments/4… What's your favorite productivity hack outside of coding? Community Center by Dani Just a random question to try to get some good discussion going. For me, … Trying to create a lan-to-lan vpn between two differents networks Hardware and Software Networking by seb_081 … manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced… Do backlinks to disallowed URLs help the domain overall? Digital Media Digital Marketing Search Engine Strategies by Dani … search results (albeit with no page title or description). My question, however, is whether the domain overall is helped? I suspect… Re: Do backlinks to disallowed URLs help the domain overall? Digital Media Digital Marketing Search Engine Strategies by Dani … the URL, etc. Therefore, it's not relevant to my question :) > Also how do you know that it is using… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … one inputted by the submitter. What if this question is not asked ? So I'm seeing if in the …back end PHP file, the email address in question is not anything entered by submitter but simply one with…. It also seems to me the submitter's email address question doesn't have to be removed. That submitted info would… Re: This is me venting Community Center Meta DaniWeb by jkon … , but invest your time that when someone asks a serious question gets an answer. I have got the answer "because… Re: This is me venting Community Center Meta DaniWeb by Dani … published](https://www.daniweb.com/programming/computer-science/tutorials/541811/question-answering-with-youtube-videos-using-rag-in-langchain) a tutorial… Re: sequential file save read option button Programming Software Development by Reverend Jim Yes. People continue to ask about VB6. They shouldn't. And you likely won't see anyone answering questions about, for example, COBOL or QuickBASIC, except in a historical context. The only VB6 question that should be asked is "why are you still using it?" Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner My 4 domains are all through URL provider IONOS. The question is why does the sender's email address as entered on the front end of the on-line submission form have to have the same ending as the domain name of the site or one of the other 3 or else submitted info fails to send ? Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … the on-line submission form (most of them ask this question)). $from = $_POST['ShowingEmail']; $headers = "From: $from" . "\r… Re: What's the most unexpected hobby or interest you have outside of coding? Community Center Geeks' Lounge by Dani … one is more so everyone responding individually to the initial question being asked of them. I would like to argue that… Re: How Build Html form ? Programming Web Development by Dani I'm not exactly understanding your question. I see you have an HTML form here in this HTML code. What is not working about it? You need to specify the action="#" to be a URL that will process the form. Re: Calling an object from another in PHP using construct Programming Web Development by Dani I'm not understanding your question. You can definitely create objects within the methods of other classes. As pritaeas says, please post some code so we can understand better. Re: Slaying Unicorns: How Europe Sabotages Its Own Economic Future Community Center by Dani I'm happy to live in Silicon Valley :) Re: How long does it take to develop a game Programming Game Development by kishanrg Developing a game can vary greatly in terms of time depending on several factors such as the complexity of the game, the size of the development team, and the resources available. However, on average, it can take anywhere from six months to several years to develop a game from start to finish. Simple mobile games with basic mechanics might take … Re: What's your favorite productivity hack outside of coding? Community Center by jacobss One of my favorite productivity hacks outside of coding is the Pomodoro Technique. Re: What's your favorite productivity hack outside of coding? Community Center by Reverend Jim Odd that something so basic and obvious needs to be named. Of course, "Pomodoro Technique" is a lot shorter than "go hide in the server room so my boss won't keep interrupting me so I can get some work done" technique. At least that's what I used to call it. Re: What's your favorite productivity hack outside of coding? Community Center by Dani I don’t think there’s a better answer than that. Productivity hack when not coding are none other than breaks from coding. It’s so simple :) Re: What's your favorite productivity hack outside of coding? Community Center by Dani So basically my Palo Alto technique :) Re: What's your favorite productivity hack outside of coding? Community Center by Reverend Jim >So basically my Palo Alto technique :) A lot easier and more pleasant in mid-winter in Palo Alto than here in Winnipeg. Re: What's your favorite productivity hack outside of coding? Community Center by midnightbastet Having an 1 hour nap Re: Trying to create a lan-to-lan vpn between two differents networks Hardware and Software Networking by rproffitt I've only dabbled in Pfsense but know to ask about that in https://www.reddit.com/r/PFSENSE/ where there are experts. Having said that, be prepared to answer deeper questions about said setup, routers and more. Re: Do backlinks to disallowed URLs help the domain overall? Digital Media Digital Marketing Search Engine Strategies by jkon Dani I have never seen in in that way , just two clarification questions if you would like. As I understood you are talking about URLs that are disallowed in robots.txt to be crawled by Google , but what meta name="robots" do the have in their html head ? Also how do you know that it is using those signals to rank those URLs in page … Re: Do backlinks to disallowed URLs help the domain overall? Digital Media Digital Marketing Search Engine Strategies by AussieWebmaster The title and description can be pulled by Google without one being there - so same is done when blocked from crawling - if there is a link on the site to the page that does not have a no index no follow wrapped around the link will be how Google gets the page and ranks it. Google does not follow robots.txt instructions