- Replaced `get_container_db_async_session` with `async_session_maker` for improved session handling in background tasks. - Refactored chat memory services to utilize a shared `mem0` client for better memory management. - Introduced new methods for retrieving and storing chat history, integrating with SQL and memory layers. - Enhanced error handling and response management in chat-related services. - Cleaned up unused code and improved overall structure for maintainability. |
||
|---|---|---|
| .. | ||
| alembic | ||
| api | ||
| assets | ||
| constants | ||
| enums | ||
| models | ||
| scripts | ||
| services | ||
| static | ||
| templates | ||
| tests | ||
| utils | ||
| .python-version | ||
| alembic.ini | ||
| build_vectorstore.py | ||
| mcp_server.py | ||
| migrations.py | ||
| openai_spec.json | ||
| placeholder | ||
| pyproject.toml | ||
| server.py | ||
| server.spec | ||
| uv.lock | ||