What's Changed * Add BigQuery as metadata and vector storage by zainhoda in https://github.com/vanna-ai/vanna/pull/592 * Mistral 1.0.0 by zainhoda in https://github.com/vanna-ai/vanna/pull/593
What's Changed * Fix anthropic_chat.py - self.temperature doesn't exist if an Anthropic client is passed into VannaBase by tdstark in https://github.com/vanna-ai/vanna/pull/564 * Attempt issue 403 by supercoder-dev in https://github.com/vanna-ai/vanna/pull/491 * chore: update questions.json by eltociear in https://github.com/vanna-ai/vanna/pull/503 * Remove max_tokens from openai_chat.py by boeckers in https://github.com/vanna-ai/vanna/pull/563 * Split VannaFlaskApp into an API and full app by Molrn in https://github.com/vanna-ai/vanna/pull/508 * Document Flask API with Swagger by Molrn in https://github.com/vanna-ai/vanna/pull/513 * feat: add Validate the syntax of the output SQL to ensure it is correct and executable. by zyclove in https://github.com/vanna-ai/vanna/pull/520 * 548: Added support for additional db connect options. by pygeek in https://github.com/vanna-ai/vanna/pull/549
New Contributors * tdstark made their first contribution in https://github.com/vanna-ai/vanna/pull/564 * supercoder-dev made their first contribution in https://github.com/vanna-ai/vanna/pull/491 * eltociear made their first contribution in https://github.com/vanna-ai/vanna/pull/503 * boeckers made their first contribution in https://github.com/vanna-ai/vanna/pull/563 * pygeek made their first contribution in https://github.com/vanna-ai/vanna/pull/549
What's Changed * Fix regex in `extract_sql` to correctly handle SQL containing CTEs (without matching WITHIN) by mahendrasinghbora in https://github.com/vanna-ai/vanna/pull/512 * Added quantization support for huggingface models by SMAntony in https://github.com/vanna-ai/vanna/pull/509 * Added weaviate database for vanna by ishitachauhan12 in https://github.com/vanna-ai/vanna/pull/543 * feat: Bedrock_Converse integration by lopezfelipe in https://github.com/vanna-ai/vanna/pull/540 * fix: model name for gemini chat is hardcoded when no api-key is used by everdark in https://github.com/vanna-ai/vanna/pull/535
New Contributors * mahendrasinghbora made their first contribution in https://github.com/vanna-ai/vanna/pull/512 * SMAntony made their first contribution in https://github.com/vanna-ai/vanna/pull/509 * lopezfelipe made their first contribution in https://github.com/vanna-ai/vanna/pull/540
What's Changed * Qdrant - Return `True` on successful deletion by AlbertoLanaro in https://github.com/vanna-ai/vanna/pull/492 * fix: Qdrant id_suffixes when using custom collection names by Anush008 in https://github.com/vanna-ai/vanna/pull/490 * add reconnect mysql if the connection is closed by mingminsun in https://github.com/vanna-ai/vanna/pull/498 * Add Milvus vectorstore support by zc277584121 in https://github.com/vanna-ai/vanna/pull/496
New Contributors * mingminsun made their first contribution in https://github.com/vanna-ai/vanna/pull/498 * zc277584121 made their first contribution in https://github.com/vanna-ai/vanna/pull/496