Eugene Amirov

Results 5 comments of Eugene Amirov

Hey, folks. It seems that isolation-forest dependency has been upgraded in `master` separately. Can anyone please give this issue another try?

Hi, @mark2997, i think this solution only get objects that are stored in the root folder. I have to adapt it like this to make it working for the nested...

> but sometimes it looks like So, the issue here is likely that [thinking models](https://ollama.com/search?c=thinking) are using tags like `` in the response, so response instead of `["query 1", "query...

I don't think this will work (or maybe I haven't understood your suggestion). The prompt that is generating the result is [generated](https://github.com/assafelovic/gpt-researcher/blob/516938669afe7d7a8dc1f2bddd2ac5a8cca59098/gpt_researcher/actions/query_processing.py#L52-L58) in [generate_search_queries_prompt](https://github.com/assafelovic/gpt-researcher/blob/516938669afe7d7a8dc1f2bddd2ac5a8cca59098/gpt_researcher/prompts.py#L38-L81). When this prompt is later [processed](https://github.com/assafelovic/gpt-researcher/blob/516938669afe7d7a8dc1f2bddd2ac5a8cca59098/gpt_researcher/actions/query_processing.py#L61-L70)...

For anyone who is coming here experiencing the same issue: until this is fixed in the library, I am simply working around it with a wrapper: ```python import re def...