Thoonsen Maxime

Results 84 comments of Thoonsen Maxime

@killrawr @prykris it's cool to see you guys starting using tools. In the AutoPHP code, you have some example of agentic behavior with tools. What you want to do @killrawr...

Yes we should update the class so we can use tools with Ollama

@killrawr the api seems to be compatible with openai. Do you want to make a pull request? Something like : https://github.com/LLPhant/LLPhant/blob/main/src/Chat/MistralAIChat.php

Hey @synio-wesley , This makes a lot of sense, even more since the context windows of a lot of LLMs have increased by a lot. It is not native yet....

The SlidingWindowTransformer make sense only if have very big document right? Or I am missing something? @synio-wesley

Hey @prykris, we should add it yes. Do you want to work on it?

@prykris @f-lombardo My two main goals are: - simplicity - avoid too much magic so that people understand what is happening under the hood After that I'm quite open on...

Hey @adrien-may, The problem is indeed nodegit that is super slow to add compatibility for node > 14. I didn't have a plan to switch yet. https://github.com/isomorphic-git/isomorphic-git seems to be...

sorry @f-lombardo I got confused on this one + lot of work right now. Is it ready?

@f-lombardo look nice. You don't use a parent-child relation but you use a windows context to also return what was before and after the embedding which is matched right?