Federico Aguzzi

Results 25 comments of Federico Aguzzi

Check out [this gist](https://gist.github.com/JGalego/67a3db0005f5ed052224e549e8ee627c). As soon as #228 gets merged, Bedrock will be fully supported.

Is this the complete `JSON`? Does it actually contain `...` at the end of `links` and `images` or is this a shortened version?

Try this: ```python graph_config = { "llm": { "model": "gpt-3.5-turbo", "api_key": "YOUR_API_KEY", "temperature": 0, "openai_api_base": "https://your_custom_url.com", }, } ``` The recent `DeepSeek` implementation we added in the latest beta is...

I'll take this, assign me @VinciGit00

@baggiponte might this be related to the dependency clashes caused by Poetry you mentioned in issue #198?

I'm working on this with @VinciGit00 's supervision. We'll figure this out soon.

From the weirdness of the error message, it looks like the LLM has replied with words (in a chat-like way, by saying it's ready to analyze the scraped data) instead...

I'll help you with this as we discussed yesterday. Let's go 🤝

I had a talk with @VinciGit00 a few days ago. Some of the nodes are likely to receive an overhaul to their inner workings, but without any breaking changes to...

There's a similar problem in issue #400. We need to debug the request chunking system because these problems are getting frequent lately. Hopefully, I will be able to work on...