MCPcopy Create free account
hub / github.com/TAMustafa/Local_Chat_RAG / get_db

Function get_db

backend/app/db/session.py:30–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 raise
29
30def get_db():
31 db = SessionLocal()
32 try:
33 yield db
34 finally:
35 db.close()

Callers 1

health_checkFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected