MostlyK

Results 13 comments of MostlyK

> Hi @FaizelK this is not built into Ollama, but it is a good example of a workflow that you could build on top of Ollama. As an aside I...

oh boy, I would love to work on the embedding, we can implement the similar stuff as localGPT, using smaller instructor models to find the most relevant data and then...

Is the revamp started yet, I would love to start working and is there a slack?

Same issue with me on my PR as well..

Hey I think we can find more Unicode characters like epsilon and once and for all fix everything, if you want I would love to help on this.. I can...

try : ```python import sympy eps = 'ϵ' eps_replaced = eps.replace('ϵ', 'ε') sympy.parse_expr(eps_replaced, local_dict={eps: sympy.Symbol(eps_replaced)}) ``` It works on my system without doing this aswell.

Should I write a function inside the library and submit a pull request, doesn't seem to be that big of a deal, if any contributor says so I am ready...

- You showed us about the 2*3 before the function right, I don't think so we necessarily need that.. we can just gives roots and then simplify it and that...