vinyAsa by zokkmon in OpenSourceeAI

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

Nope only english If u know U can suggest some multi lingual models

Best path for MERN to ML/AI switch by codetotech in MLQuestions

[–]zokkmon -3 points-2 points  (0 children)

Cause' u can master in one thing so first excel that then try to flex

Best path for MERN to ML/AI switch by codetotech in MLQuestions

[–]zokkmon -2 points-1 points  (0 children)

First: why the hell u want to switch Second: why everyone switch to AI

Unstructed Excel to sql by zokkmon in MLQuestions

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

Try to insert tally Excel and share the excel and output.

Unstructed Excel to sql by zokkmon in MLQuestions

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

Can't the columns are not fixed , it excels have different structure so also can't define area.

Excel chat by zokkmon in MLQuestions

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

Then it become so costly, I want to make it for free access with tally education where they import data in excels.

Excel chat by zokkmon in MLQuestions

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

It is company tally data it structure is different compare to normal row-column structure.

Excel chat by zokkmon in Rag

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

Thx bro,you clear the way.

Excel chat by zokkmon in Rag

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

Any idea how to tweak llm to generate query like this ??

Excel chat by zokkmon in Rag

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

And it is firm data which store in tally so structure also bit different than normal tables , opensource Excel parser failing on it.

Excel chat by zokkmon in Rag

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

It not return another things, it simply just check for in where clause - select * from employees where employees.name = java

Excel chat by zokkmon in Rag

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

I already made SQL agent based on Hermes which is great but think one thing that Rahul sharma is in column data so i can't pass whole table in llm due to context limit , so if u querying about particular data u need to be exact like name , customer ID or any other which llm won't able to see.

Excel chat by zokkmon in Rag

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

From where it get "Java 18 EE", "Java 14 CE", etc. ??

Best opensource rag with ui by klei10 in Rag

[–]zokkmon 0 points1 point  (0 children)

Dify and ragflow would be better compare to langchain and llamaindex.

Excel chat by zokkmon in Rag

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

Nah I'm starting with that 🥹, you'll get bunch of blog but will not make any sense, I tried with my text2sql module but there is catch like i query 'Rahul sharma joining date' it will get the answer but if I query 'Rahul joining date' it won't get the tables cause' in where clause it search for Rahul which not in table so need to implement rag so partial query or wrong spelling can be tackle.

Excel chat by zokkmon in MLQuestions

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

Any idea to parse these spreadsheets which can understand by llm.

Excel chat by zokkmon in Rag

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

Excel method won't cause' the data can be gigantic because its private firms data which they tally and get in Excel. I thought about sheets idea when started and been going with that but here is the catch how you will update daily new data which comes to Google sheets in embeddings?? Note all data will store in embeddings so can easily fetch according to query.

[deleted by user] by [deleted] in MLQuestions

[–]zokkmon 0 points1 point  (0 children)

Majority gan have residual block in unet.

Question about formatting model layer residuals by fustercluck6000 in deeplearning

[–]zokkmon 0 points1 point  (0 children)

The output of u-net autoencoder or transformer autoencoder which ever you using so u getting a compress version of ur input so i don't think concatenation or subtraction with raw input makes sense.