Piero Dotti

Results 28 comments of Piero Dotti

Hi @nicholaszein, Thank for your answer. I honestly think that the information I provided is enough to fix the issue. I literally give you the line of code where the...

Hi @nicholaszein , Not really bothered, I really just don't have the time to isolate the issue (aka: create a clean installation of elementor & pro and make a video)....

@alchaplinsky Because the raw_content could be in any possible (binary) format, like PDF, docx, etc... I would benefit from the abstraction introduced by the Langchain::Loader class to try to import...

Uhm... Well, yes. As I said before, it's not that you can't work around (for instance, if you use a Tempfile, it just works), it's just pretty common in libraries...

@andreibondarev Not sure if this should be just a method of the LLM classes. When I say toolkit, I mean the full set of things: a) a method in LLM...

> @ProGM Just a quick iteration on top of your pseudo-ish code: > > ```ruby > cohere = LLM::Cohere.new(...) # Let's say you want to use Cohere's summarize endpoint >...

@andreibondarev Thanks for keeping me up to date! It's a good start for sure. I think that token limit is not something exclusive of OpenAI. PaLM should have 8000 tokens....