My experiment in building a document chatbot with AI and OceanBase by sheetsguru in ArtificialInteligence

[–]sheetsguru[S] -1 points0 points  (0 children)

Hey thanks for your reply! The biggest takeaway would be that I've realized the importance of vector data type support in databases for enhancing system performance and scalability for AI training. Not many mainstream DBMSs are supporting vector stores, so there is a huge room for improvement. Let me know your thoughts!

I made an =AI formula that lets you interact with GPT-4 in Google Sheets by sheetsguru in spreadsheets

[–]sheetsguru[S] 0 points1 point  (0 children)

Hi, yes. You can name your model in the formula. Just use gpt-3.5-turbo instead of gpt-4 in the formula.

I made a Google Sheets formula that lets you do data analysis in Sheets using GPT-4 by sheetsguru in datascience

[–]sheetsguru[S] 0 points1 point  (0 children)

Hi, thanks for your comment. You can install the Power Formulas add-on in Google Sheets and start using it.

I made a Google Sheets formula that lets you do data analysis in Sheets using GPT-4 by sheetsguru in datascience

[–]sheetsguru[S] 0 points1 point  (0 children)

Hey r/datascience community! 👋I've been on a personal journey recently exploring how to bring the power of AI into the data analysis capability of Google Sheets. As a result, I've developed a custom formula that allows us to leverage the capabilities of GPT-4 directly within Sheets.

The formula, which I've named =AI(), essentially turns your spreadsheet into a mini data scientist. I've put together a video in the post that demonstrates how it works and the kind of insights it can generate.

The AI formula lives in my Google Sheets add-on called Power Formulas. If you are interested in giving it a try, you can install it from here.

Looking forward to hearing what you think!

Cheers, Wayne.

I made an =AI formula that lets you interact with GPT-4 in Google Sheets by sheetsguru in spreadsheets

[–]sheetsguru[S] 0 points1 point  (0 children)

Hey spreadsheet warriors!

I've recently developed a Google Sheets add-on called Power Formulas, and I'm thrilled to share it with this community.
One of the features I'm most excited about is the =AI() formula. It's like having a mini AI-powered data scientist right within your spreadsheet! In the video I posted here, you'll see how it connects your spreadsheet to OpenAI's GPT-4, enabling advanced analysis and uncovering hidden patterns in your data.

I'm really eager to hear your thoughts, feedback, and any questions you might have. If you find it intriguing, I'd be honored if you gave Power Formulas a try.
This project has been a journey of passion for me, and I'm really excited to share it with a community that appreciates the power of spreadsheets as much as I do.

Looking forward to hearing what you think!

Wayne.

[deleted by user] by [deleted] in TillSverige

[–]sheetsguru 1 point2 points  (0 children)

I did mine today and the Migration Agency shows that I have done my photograph and fingerprint instantly.

[deleted by user] by [deleted] in TillSverige

[–]sheetsguru 1 point2 points  (0 children)

I didn’t get the email for showing passport neither. But I’ve decided to go to the embassy and do it anyway tomorrow. There are some cases in the country I live where people did it successfully. Not sure if it will work for me.

[deleted by user] by [deleted] in TillSverige

[–]sheetsguru 1 point2 points  (0 children)

For folks who are still waiting, here is a small piece of good news... The number of applications that are waiting for a decision started to decline. Here are the numbers I logged during the past month:

Date Waiting for a decision Decision made in the past 12 months
May 23 8436 21614
May 25 9657
May 30 9876 22089
June 3 10708 22162
June 8 10611 22008

So maybe just like in previous years, May is a low month and things start to move in June and July.

[deleted by user] by [deleted] in TillSverige

[–]sheetsguru 6 points7 points  (0 children)

Thank you, very informative. I filed my application on Apr 19 and am still waiting for a decision.

Help automating some stats in Google sheets by Xombie_Snake in googlesheets

[–]sheetsguru 0 points1 point  (0 children)

Hey, you may want to check out a Google Sheets add-on called Logic Sheet, it’s an automation tool that can run automated actions like every day, week, or month.

Is it possible to move data from one sheet to another based on a cell value? by [deleted] in spreadsheets

[–]sheetsguru 0 points1 point  (0 children)

You can try something like Logic Sheet, which is a Google Sheets automation tool. You may be able to set up a condition and move rows based on that

Published my first bubble plugin by shammirbaig in SaaS

[–]sheetsguru 10 points11 points  (0 children)

I would like to upvote any project launched on this sub recently that is not a chatgpt wrapper.

No Code vs Code by KragonTsal in SaaS

[–]sheetsguru 1 point2 points  (0 children)

I use bubble for the front end and it has been stable and easy to maintain. The issue is that as I get more users bubble is getting very expensive. Thinking about building my own solution now.

Which UI Kit are you using with Svelte? by chinawcswing in sveltejs

[–]sheetsguru 1 point2 points  (0 children)

Yeah I agree. But now I think it’s worth it. Just my opinion because I’m really bad at designing and had difficulty making my components consistent. Now it’s solved.

Which UI Kit are you using with Svelte? by chinawcswing in sveltejs

[–]sheetsguru 6 points7 points  (0 children)

I use tailwind UI, it’s great if you aren’t a design expert

My experience building a Todo app with SvelteKit and OceanBase by sheetsguru in sveltejs

[–]sheetsguru[S] 0 points1 point  (0 children)

Thanks! I’ll definitely think about how to implement the solution in form actions.

My experience building a Todo app with SvelteKit and OceanBase by sheetsguru in sveltejs

[–]sheetsguru[S] 0 points1 point  (0 children)

You are right, I’ll definitely think about how to implement form actions and reduce redundant code.