Josh Hayes
Josh Hayes
Overall I agree with you @stephenrs and I'm glad we're beginning to speak up. I've never seen a project ignore the community so hard while simultaneously release breaking changes that...
@Dev-Khant is there anything I need to do here? It says checks failed but that I don't have access to fix it.
@Dev-Khant can you please review this for inclusion into the next release?
> Hey [@hayescode](https://github.com/hayescode), can you please provide the code you are using with an example? cc [@prateekchhikara](https://github.com/prateekchhikara) @deshraj I added it to the PR description. `search_agent_docs()` is a custom function...
> Hi @hayescode, thanks for the detailed report! > > We have looked into the issue, and based on your observation that it only occurs after 5–10 minutes of inactivity...
@prateekchhikara i think posthog is causing this issue. I get logs like below only when failure to retrieve memories happens. I even try re-instantiating the sAsyncMem0Memory client and then searching...
well setting the `MEM0_TELEMETRY=False` environment variable got rid of the failure logs, but the issue persists. I wonder it it's because of the AsyncMemory class simply wrapping the Azure AI...
> @hayescode can you please raise a PR so I can review it? @prateekchhikara I just changed back to the sync memory which fixed it.
@cedricvidal how can we use this with the new Foundry projects (no hub)? This code gives an error. ```py azure_ai_project={ "subscription_id": os.environ["REPORT_AZURE_SUBSCRIPTION_ID"], "project_name": os.environ["REPORT_PROJECT_NAME"], "resource_group_name": os.environ["REPORT_RESOURCE_GROUP_NAME"], }, ``` ```bash EvaluationException:...
@rcypher-databricks @yunbodeng-db @andrefurlan-db @jackyhu-db @benc-db @kravets-levko There is a community desire for async execution for various reasons. #82 and #176 My use case is OpenAI parallel tool calling which can...