2 questions
0
votes
1
answer
369
views
Issue with Storing and Loading Index Timescale Vector Llama Index
I'm currently working with the llama_index Python package and using the llama-index-vector-stores-timescalevector extension to manage my vectors with Timescale. However, I’ve encountered an issue ...
0
votes
2
answers
256
views
How to use LLM for SQL generation over highly normalized data model
If a database table is highly normalized (no semantic column names), what instructions and context can we provide to an LLM to generate proper queries to answer user questions. The schema alone will ...