You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RAG notebook spits out some warning from the SQLAlchemy library:
/tmp/ipykernel_71/582989623.py:7: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)
Base = declarative_base()
The text was updated successfully, but these errors were encountered:
The RAG notebook spits out some warning from the SQLAlchemy library:
The text was updated successfully, but these errors were encountered: