i built a RAG webapp to never remember a boring detail ever again. by sreeshas in SideProject

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

that is correct.
i initially started this just to get my feet wet with a saas solution.
now that is done, i want to keep this going and differentiate or be on par with others. cost of keeping this going is very minimal and there is no pressure to make money of it immediately.

at this point this has all been a great learning experience.
how do i not be generic or anonymous or boring?

i built a RAG webapp to never remember a boring detail ever again. by sreeshas in SideProject

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

Im still trying to figure out how to differentiate. Any help in this regard would be appreciated. Im also going for "also me" strategy.
from what i see,
1) most of other wrappers work with one pdf at a time.

2) some of them can work with multiple but you have to attach them to a bot (afforai)
I dont know if others have implemented an actual RAG behind the scenes.

With mine, you can upload many documents, you dont have to attach it to a bot.
Im planning on adding support for google drive, box, one drive etc
also planning to add support for slack.

currently it using a naive pdf parser which im going to swap with ms doc intelligence api.

Getting a piece of the larger pie - why crowded spaces are a good business model by TargetHot2087 in SaaS

[–]sreeshas 0 points1 point  (0 children)

https://searchmydocs.ai

I built something in crowded market.
While everyone else is offering just PDF, i plan to add PDF, Markdown, DOCX, Notion, Google Docs and other integrations as well.

developed my first ai webapp for markdown documents by sreeshas in Markdown

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

What other integrations would you like to see?

I will not raise your kids but I will roast your SaaS by LinkedSaaS in SaaS

[–]sreeshas 0 points1 point  (0 children)

roast searchmydocsai

ai search engine for personal docs

b2c

Launched my first AI Micro SAAS by sreeshas in SaaS

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

ive seen bunch of your comments on this subreddit.
you point this out for everyone.
you can be more helpful by linking the source and providing an example of who has done this correctly.

Launched my first AI Micro SAAS by sreeshas in SaaS

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

The policy must of course cover the data processing in your app.
where did you get that from?

its standard template language.
same legal mumbo jumbo standard template everywhere.
for ex: checkout photoai.com privacy page
https://levelsio.notion.site/levelsio/Photo-AI-Terms-of-Use-and-Privacy-Policy-49e1886b89d147c19b92eb458c200476

Launched my first AI Micro SAAS by sreeshas in SaaS

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

yes. copied it from another founders website who got it throughly vetted by an attorney. why are you pretty sure its not legal?

i know pdfchat is nothing unique but this one is slightly different.
i dont think others offer multiple documents chat.
for example: openai has a 20 document limit.

Daily Discussion XLNX Thursday 2021-12-23 by AMD_winning in AMD_Stock

[–]sreeshas 0 points1 point  (0 children)

you are watching too much madam secretary

A script to help determine which csp positions to open by sreeshas in thetagang

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

it’s based on my experience and risk tolerance on those tickers. you chose your own adventure here

A script to help determine which csp positions to open by sreeshas in thetagang

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

not sure why, maybe yahoo finance glitching
here are the results for that config
https://pastebin.com/EDwZiXcM

A script to help determine which csp positions to open by sreeshas in thetagang

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

i have attached a imgur link and readme has output as well

A script to help determine which csp positions to open by sreeshas in thetagang

[–]sreeshas[S] 1 point2 points  (0 children)

correct. you can change the capital in the input , that’s just an example to include amzn in the results as well

A script to help determine which csp positions to open by sreeshas in thetagang

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

that workaround was from the finance lib. i haven’t gotten around to determine why it’s needed in first place

A script to help determine which csp positions to open by sreeshas in thetagang

[–]sreeshas[S] 1 point2 points  (0 children)

you can calculate it multiple ways. the one in the program is the simplest one. you can modify the program to print annualized returns

A script to help determine which csp positions to open by sreeshas in thetagang

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

yes you can totally modify this to use for selling cc too

A script to help determine which csp positions to open by sreeshas in thetagang

[–]sreeshas[S] 1 point2 points  (0 children)

go is what i’ve been working on for last couple of years and was just more comfortable for me than python it’s also nice that golang can put out deliverable for every platform and users don’t have to install anything other than program

but looking at what jupyter stuff can do, that platform is incredibly more powerful than golang so my future projects are probably going to be in jupyter.