szcc

Results 2 issues of szcc

### What is your question? I deployed DS-wizard to one of my linux server and when I try to load the page from URL: myserverip:8080. I got an error: Bootstrap...

Question

### Bug Description I follow your sample https://docs.llamaindex.ai/en/stable/examples/index_structs/struct_indices/SQLIndexDemo/#part-1-text-to-sql-query-engine `from llama_index.core.query_engine import NLSQLTableQueryEngine query_engine = NLSQLTableQueryEngine( sql_database=sql_database, tables=["city_stats"], llm=llm ) query_str = "Which city has the highest population?" response = query_engine.query(query_str)`...

bug
triage