llama-stack/llama_stack/providers/inline/datasetio
Derek Higgins 6949bd1999
fix: Call pandas.read_* in a seperate thread (#1698)
These block on io reads which in turn block the
server. Move them to their own thread.

Closes: #1697

# What does this PR do?
To avoid blocking the main eventloop, updates datasetio/localfs to load
data in a seperate thread

Signed-off-by: Derek Higgins <derekh@redhat.com>
2025-03-19 10:46:37 -07:00
..
localfs fix: Call pandas.read_* in a seperate thread (#1698) 2025-03-19 10:46:37 -07:00
__init__.py add missing __init__ 2024-11-25 17:23:27 -08:00