langchain-ai / langchain

🦜🔗 Build context-aware reasoning applications
https://python.langchain.com
MIT License
84.79k stars 13.1k forks source link

community: add materialized view support for SQLDatabase #20954

Open juanjzunino opened 2 weeks ago

juanjzunino commented 2 weeks ago
vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **langchain** | ⬜️ Ignored ([Inspect](https://vercel.com/langchain/langchain/vsy4jD2fdDDQ4F4CbZeENW3tUs9f)) | [Visit Preview](https://langchain-git-fork-juanjzunino-jjz-add-materia-14d5a5-langchain.vercel.app) | | May 9, 2024 1:45am |
hwchase17 commented 5 days ago

i believe this is new in sqlalchemy 0.2, which means if using with sqlaclehmy before 0.2 (whcih we support) this would break. any ideas on how to handle? could include some check on sqlalchemy version