vanna-ai / vanna

🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.
https://vanna.ai/docs/
MIT License
10.5k stars 797 forks source link

Add AWS Bedrock Integration #186

Open zainhoda opened 7 months ago

zainhoda commented 7 months ago

Start with this example that they have and replace the components with Vanna components:

https://github.com/aws-samples/amazon-bedrock-workshop/blob/main/06_CodeGeneration/01_sql_query_generate_w_bedrock.ipynb

ShaswatPanda commented 3 months ago

@zainhoda the amazon-bedrock-workshop link does not exist anymore. Any idea how I can still get bedrock to work with Vanna?

hotsun commented 3 months ago

Start with this example that they have and replace the components with Vanna components:

https://github.com/aws-samples/amazon-bedrock-workshop/blob/main/06_CodeGeneration/01_sql_query_generate_w_bedrock.ipynb

The link is broken, maybe refer to another old branch: https://github.com/aws-samples/amazon-bedrock-workshop/blob/upgrade-embeddings/06_CodeGeneration/01_sql_query_generate_w_bedrock.ipynb