Find answers from the community

Updated last month

Combining Text-to-SQL with Semantic Sear...

Hi everyone, I am trying to do text 2 sql application using context from a vector database. Found this article but links seem broken with probably outdated libraries. Do you know what I can use now with llamaindex?

https://www.llamaindex.ai/blog/combining-text-to-sql-with-semantic-search-for-retrieval-augmented-generation-c60af30ec3b
L
g
2 comments
The docs are probably the best place to look πŸ™‚

Using some prebuilt engines
https://docs.llamaindex.ai/en/stable/examples/index_structs/struct_indices/SQLIndexDemo/

Building your own custom implementation with workflows
https://docs.llamaindex.ai/en/stable/examples/workflow/advanced_text_to_sql/

If you haven't used workflows before, this page is probably helpful
https://docs.llamaindex.ai/en/stable/module_guides/workflow/#workflows
Add a reply
Sign up and join the conversation on Discord