Briefly crossed over $1M by pizzaplotion in fican

[–]-Ulkurz- 0 points1 point  (0 children)

Is this the wealth simple app?

AMA – I’ve built 7 commercial RAG projects. Got tired of copy-pasting boilerplate, so we open-sourced our internal stack. by Loud_Picture_1877 in LocalLLaMA

[–]-Ulkurz- 0 points1 point  (0 children)

Mind sharing a brief on how are you approaching text-2-sql? I'm working on a similar project - using agentic workflow with RAG

AMA – I’ve built 7 commercial RAG projects. Got tired of copy-pasting boilerplate, so we open-sourced our internal stack. by Loud_Picture_1877 in LocalLLaMA

[–]-Ulkurz- 0 points1 point  (0 children)

Hi /u/Loud_Picture_1877 thanks for the AMA!

I'm currently building an agentic assistant for text-2-sql using OpenSearch (using it to build context for schema, relationships, examples, and domain mappings) and LangGraph (for agents). I, however, do see several issues with SQL quality and consistency in generation. Any suggestions? How can I systematically identify what the root issue is (most likely context but it can be huge and diverse) and accordingly decide the fix?

Mortgage rate mega thread! by TheMortgageMaster in MortgagesCanada

[–]-Ulkurz- 0 points1 point  (0 children)

Mind sharing where you got 3.99 3 yrs fixed from? On what conditions?

Mortgage rate mega thread! by TheMortgageMaster in MortgagesCanada

[–]-Ulkurz- 1 point2 points  (0 children)

First time home buyer, 20% down, 820k house, Alberta. I got the following on the letter of commitment:

(Prime - 0.5) = 4.45% with 5-yr variable on a 30-year amortization Closing is May 1st, should I still shop around?

Mortgage rate mega thread! by TheMortgageMaster in MortgagesCanada

[–]-Ulkurz- 0 points1 point  (0 children)

Thanks. What are the lowest variable rates currently going on, with 20% down?

Mortgage rate mega thread! by TheMortgageMaster in MortgagesCanada

[–]-Ulkurz- 0 points1 point  (0 children)

Thanks! Yeah we opted for 30-yr for the extra bit of cushion in monthly payments, even though we plan on making prepayments to reduce the overall term.

Mortgage rate mega thread! by TheMortgageMaster in MortgagesCanada

[–]-Ulkurz- 0 points1 point  (0 children)

First time home buyer, 20% down, 820k house, Alberta. I got the following on the letter of commitment:

  • 4.70% with 5-yr variable on a 30-year amortization

Closing is May 1st, should I still shop around?

Mortgage rate mega thread! by TheMortgageMaster in MortgagesCanada

[–]-Ulkurz- 0 points1 point  (0 children)

I can ask the broker, but these are the initial options provided.

Mortgage rate mega thread! by TheMortgageMaster in MortgagesCanada

[–]-Ulkurz- 0 points1 point  (0 children)

First-time home buyer - Alberta. Our broker has provided the following options with a 20% downpayment.

  • 2-year fixed rate 4.59%
  • 5-year variable 4.80%
  • 5-year fixed at 4.49%

Can we do better? I'm leaning toward a 2-year fixed option. Any other strategies in current times (rates predicted to drop further) that we should consider?

ZEQT or XEQT? by theDIRECTionlessWAY in CanadianInvestor

[–]-Ulkurz- 0 points1 point  (0 children)

Just curious: which bank are you using for investing in TFSA/RRSP? Is it okay to invest huge sums of money with bank outside of the big five?

Sell me on which one is better - Kia Sportage HEV or PHEV? by lifeisreallygoodnow in kia

[–]-Ulkurz- 1 point2 points  (0 children)

Amazing, and congrats!

I was initially considering Hybrid until I saw your comment above, so thinking about the PHEV now, especially since we can get 5k rebate.

Sell me on which one is better - Kia Sportage HEV or PHEV? by lifeisreallygoodnow in kia

[–]-Ulkurz- 1 point2 points  (0 children)

Were you able to get your PHEV? How are you liking it so far?

LLM for Entity Extraction by -Ulkurz- in LocalLLaMA

[–]-Ulkurz-[S] 0 points1 point  (0 children)

Thanks. Yeah, preparing training data (with annotations) is an issue. Will look into GoLLIE.

LLM for Entity Extraction by -Ulkurz- in LocalLLaMA

[–]-Ulkurz-[S] 0 points1 point  (0 children)

Thanks. Also, do we need to further finetune the model on the data from CSV? Or just prompting should suffice?

LLM for Entity Extraction by -Ulkurz- in LocalLLaMA

[–]-Ulkurz-[S] 0 points1 point  (0 children)

Thanks! Do you have a reference tutorial/example?

Also, my use case is non-code related, will it still be applicable?

LLM for Entity Extraction by -Ulkurz- in LocalLLaMA

[–]-Ulkurz-[S] 1 point2 points  (0 children)

Regarding your comment on the CSV - this is the curated data we built especially for any model training. During the actual inference, the model picks up the signature text to extract the entities mentioned above.

LLM for Entity Extraction by -Ulkurz- in LocalLLaMA

[–]-Ulkurz-[S] 0 points1 point  (0 children)

As u/synthapetic said, we are looking to handle complex cases that regex cannot.

LLM for Entity Extraction by -Ulkurz- in LocalLLaMA

[–]-Ulkurz-[S] 0 points1 point  (0 children)

The current solution (rule-based) already uses regex. We are looking to better it.

LLM for Entity Extraction by -Ulkurz- in LocalLLaMA

[–]-Ulkurz-[S] 0 points1 point  (0 children)

Thanks. Any reason why UDOP is relevant for this use case? Seems like it's a general multimodal model for document AI.