Inspiration
- Google Cloud Blog Integrating BigQuery data into your LangChain application and the corresponding notebook
- BigFunctions with the ask_my_data BigQuery UDF
What it does
Let's you ask your BigQuery data any question in natural language from a chat interface. The user prompt is send to an LLM to generate a SQL query which is then run on BigQuery directly.
How I built it
Built With
- langchain
- python
- streamlit
- vertexai
Log in or sign up for Devpost to join the conversation.