Running postgres:15.5-alpine
On mac so installed via CMAKE_ARGS="-DLLAMA_METAL=on" pip install "sqlcoder[llama-cpp]"
I see the following log that seems to indicate a success.
INFO: 127.0.0.1:52972 - "POST /integration/generate_tables HTTP/1.1" 200 OK
However the contents of tables.json is an empty array []
I manually populated the file with the correct table names, and the metadata population was successful. Seems to be just an issue with generating the table name file.
Running
postgres:15.5-alpine
On mac so installed viaCMAKE_ARGS="-DLLAMA_METAL=on" pip install "sqlcoder[llama-cpp]"
I see the following log that seems to indicate a success.
INFO: 127.0.0.1:52972 - "POST /integration/generate_tables HTTP/1.1" 200 OK
However the contents oftables.json
is an empty array[]
I manually populated the file with the correct table names, and the metadata population was successful. Seems to be just an issue with generating the table name file.