David de Matheu

Results 18 comments of David de Matheu

A bit late to the party, but wrote a more generic loader that simply processes the JSON into individual documents for each property in it: ``` import json from pathlib...

I have published the loader through a small package that we created which includes both CSV and JSON versions of it. https://pypi.org/project/neumai-tools/

Let me know if you have any questions :)

It was the same with me. No change from my side and starting seeing error.

The thought process was given a database, to generate a set of common queries for it (based on schema) using an LLM. Fron there take the queries amd the descriptions...

@RilDev I used your workaround to get things to work, but on Android 14 things broke due to the need to add foreground service on manifest for Android. Curious if...

@silentworks The issue is transient as it required the request to fail. Hard to provide a repo for this to reproduce. My question to you would be is there any...

Today has been particularly bad with seeing lots of these coming back. Not consistent

Seeing a http read timeout Traceback (most recent call last): File \"/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py\", line 69, in map_httpcore_exceptions yield File \"/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py\", line 233, in handle_request resp = self._pool.handle_request(req) File \"/usr/local/lib/python3.10/site-packages/httpcore/_sync/connection_pool.py\", line 216,...

Sure. At a high level, we have Pipelines that each have a description associated to them. (https://github.com/NeumTry/NeumAI/blob/main/neumai/neumai/Pipelines/Pipeline.py) The pipeline represents a collection of data as it has a data source...