|
|
|
|
|
by zzorphcreator
11 days ago
|
|
just tried from claude code. some observations:
setup (without openai embeddings) was pretty easy. Nice!
Not sure why it took ~19 minutes for a postgres database with 20sh tables.
Also the data from pg_desc did not get into the wiki I am going to try to embed it in our agentic flow and see how it fits. Very cool project though. |
|
As for the descriptions: `pg_description` should be used already, we store raw pg descriptions in the semantic-layer/<connection>/_schema/*.yaml files under descriptions.db. there's also an AI generated description next to it. AI is the combination of the raw DB description + bunch of metadata we manage to collect about a table/column.
could you run `ktx sl` and see if the descriptions appear in the CLI ?
also feel free to join our community Slack - ktx.sh/slack We'll be happy to help with other questions