Makhfi_AI / db

Commit History

fix(db): update async engine configuration to use connection pool settings
d1f2042

Aasher commited on

fix wrong index line
292a151

Aasher commited on

fix index in message model
e34e43b

Aasher commited on

fix connection error
56db15b

Aasher commited on

fix(db): update async engine configuration with connection pool settings
7d15b55

Aasher commited on

fix: add index param into Column
4fefe49

Aasher commited on

fix(db): update connection pool settings to use NullPool for async engine
644dc3b

Aasher commited on

fix: Add index to chat model
aadaf40

Aasher commited on

refactor(chat): remove db parameter from update_chat_title_from_message and manage DB session internally
cbe29b5

Aasher commited on

feat(chat): add background task for updating chat title from message content
fc7c411

Aasher commited on

feat(db): configure the connection pool to ensure efficient connection reuse and prevent requests from getting starved.
db5367c

Aasher commited on

refactor(message): return MessageRead schema instead of raw model
3361c41

Aasher commited on

refactor(db): use timezone-aware timestamps in models
b68a6a7

Aasher commited on

refactor(db): remove redundant updated_at timestamp updates
50b464f

Aasher commited on

refactor(db): remove redundant scalars() call in ORM queries
2d9a53a

Aasher commited on

refactor(db): use db.exec instead of db.execute and add chat auth check
79313c0

Aasher commited on

refactor(db): migrate from sqlalchemy to sqlmodel async session
0d53b01

Aasher commited on

refactor(db): use scalars() for consistent ORM result handling
0399162

Aasher commited on

fix(db): correct async database operations syntax
73bc093

Aasher commited on

refactor(db): migrate database operations to async/await
ce2db9f

Aasher commited on

fix(db): Update database messages code to return only the final message
c92423f

Aasher commited on

fix(chats): filter messages to include only relevant user and assistant content in chat retrieval
8909b6d

Aasher commited on

fix(agent): pass user_id in agent invocation for enhanced context
2c9f86d

Aasher commited on

Refactor workflow to integrate ChatGoogleGenerativeAI and update vectorstore embeddings
38ccc4e

Aasher commited on

feat(memory): add memory service with CRUD endpoints and schemas
03a551b

Aasher commited on

feat(db): add CRUD operations for chat and message models
0e13f6d

Aasher commited on

feat(db): add session management and database connection setup
eeb3f17

Aasher commited on

feat(db): add message and chat schemas for input/output
34ec765

Aasher commited on

feat(db): add chat and message models for conversation tracking
f6462a2

Aasher commited on

Update README.md with new emoji and color scheme; initialize directories with empty __init__.py files for project structure
f858c19

Aasher commited on