diff --git a/docs/use_cases/queries.md b/docs/use_cases/queries.md index f8a47d35842b4ed0adfb2b8c0b64b2957f0c270e..9491b88d9749df6c1a922d0ac23db87fb2ea83c5 100644 --- a/docs/use_cases/queries.md +++ b/docs/use_cases/queries.md @@ -53,10 +53,10 @@ LlamaIndex supports queries over structured data, whether that's a Pandas DataFr Here are some relevant resources: - [Guide on Text-to-SQL](/guides/tutorials/sql_guide.md) -- [SQL Demo Notebook 1](https://github.com/jerryjliu/llama_index/blob/main/examples/struct_indices/SQLIndexDemo.ipynb) -- [SQL Demo Notebook 2 (Context)](https://github.com/jerryjliu/llama_index/blob/main/examples/struct_indices/SQLIndexDemo-Context.ipynb) -- [SQL Demo Notebook 3 (Big tables)](https://github.com/jerryjliu/llama_index/blob/main/examples/struct_indices/SQLIndexDemo-ManyTables.ipynb) -- [Pandas Demo Notebook](https://github.com/jerryjliu/llama_index/blob/main/examples/struct_indices/PandasIndexDemo.ipynb). +- [SQL Demo Notebook 1](https://github.com/jerryjliu/llama_index/blob/main/docs/examples/index_structs/struct_indices/SQLIndexDemo.ipynb) +- [SQL Demo Notebook 2 (Context)](https://github.com/jerryjliu/llama_index/blob/main/docs/examples/index_structs/struct_indices/SQLIndexDemo-Context.ipynb) +- [SQL Demo Notebook 3 (Big tables)](https://github.com/jerryjliu/llama_index/blob/main/docs/examples/index_structs/struct_indices/SQLIndexDemo-ManyTables.ipynb) +- [Pandas Demo Notebook](https://github.com/jerryjliu/llama_index/blob/main/docs/examples/index_structs/struct_indices/PandasIndexDemo.ipynb). ### Synthesis over Heterogeneous Data