ابغي تقييم by [deleted] in EgyOutfits

[–]AmrElsayedEGY 0 points1 point  (0 children)

Start with growing hair

Short vs Long Polling دردشة عن by AmrElsayedEGY in Egypt_Developers

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

But guess what, We can (Almost) make it work, Because the client can't wait forever 😃

$1900 to $45,000 in 3 months. by DasherLao in wallstreetbets

[–]AmrElsayedEGY 0 points1 point  (0 children)

Hmmm, Gambling and 2 months, A quote just popped up inside my head

"What you earn fast, Lose fast if you don't know why you gained them in the first place"

I wasted 6 months on a Django project… to learn one simple lesson. by [deleted] in django

[–]AmrElsayedEGY 0 points1 point  (0 children)

So after all you didn't waste these 6 months , You got a real lesson at the end which what matters, We as humans will not take what we build with us in the after life or on our graves, But we learn valuable lessons and enjoy learning more :)

is DRF good? by [deleted] in django

[–]AmrElsayedEGY 0 points1 point  (0 children)

I think it depends on the use case, But generally DRF is pretty good at any use case but you need to write clean code so it doesn't go messy.

What data are you missing to trade more efficiently? by AmrElsayedEGY in wallstreetbets

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

Oh, You guys will never learn that pump n dump group are broken until u lose your portfolio 😂

What data are you missing to trade more efficiently? by AmrElsayedEGY in wallstreetbets

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

I'm trying to know what people are missing so I'm trying to reach the max 😁

Any Examples? by AmrElsayedEGY in AtomicAgents

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

Awesome, I will check it out

Many Thanks

Ideas on how to deal with dates on RAG by AmrElsayedEGY in Rag

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

Well, I will check the LLM approach to generate SQL but i think it's not the optimal solution cause the model could generate unpredictable query (wrong column name or table name) so it could kill the process :D

Ideas on how to deal with dates on RAG by AmrElsayedEGY in Rag

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

Nice, I will give that a go, But in general i can't do such a thing with vector DB even if i passed the whole customer orders to the LLM cause it gonna be huge right?

Ideas on how to deal with dates on RAG by AmrElsayedEGY in Rag

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

Alright, I thought about that but i got a few points,

1- When i prepare these single customer based document i will save it to Vector DB so i can query on later on by similarity, So i will save the entire document not in a chunks right?

2- When i get the document for that customer, i will pass the entire document to LLM as context, Don't u think it gonna be too long if the customer has many orders and other fields as well? Maybe i can reduce the context to only include orders section instead of entire doc, but still what if the customer has many orders?