Commit Graph

28 Commits

Author SHA1 Message Date
gameloader dcc20609c8 fix(memory): specify full embedding model identifier
Build and Push Docker / build-and-push (push) Failing after 15m29s
2025-11-27 21:08:01 +08:00
gameloader a43c6a10ac feat(memory): replace Mem0 with local RAG using SQLite, ChromaDB, and bge-small
Build and Push Docker / build-and-push (push) Failing after 16m28s
2025-11-27 19:14:26 +08:00
gameloader b88a897151 feat(memory): increase memory search limit for response generation
Build and Push Docker / build-and-push (push) Failing after 14m50s
2025-10-26 17:10:10 +08:00
gameloader 2297ba097b feat(llm): implement structured JSON output for assistant responses
Build and Push Docker / build-and-push (push) Has been cancelled
2025-10-26 17:01:59 +08:00
gameloader 33063821df feat(memory): enhance memory integration prompt for better responses
Build and Push Docker / build-and-push (push) Failing after 8m5s
2025-10-23 20:36:13 +08:00
gameloader 994b6fc0fe feat(llm): update model version and add reasoning effort parameter
Build and Push Docker / build-and-push (push) Failing after 7m51s
2025-10-21 14:24:23 +08:00
gameloader ce1de82ee3 chore(haystack-rag): remove entire RAG module
Build and Push Docker / build-and-push (push) Failing after 2m44s
2025-10-18 10:36:25 +08:00
gameloader c0505479f0 style(memory): instruct AI to avoid emojis in responses
Build and Push Docker / build-and-push (push) Failing after 2m32s
2025-10-13 10:27:16 +08:00
gameloader d8e0a82b72 chore(i18n): translate memory prompt and system message to Chinese
Build and Push Docker / build-and-push (push) Failing after 2m29s
2025-10-13 10:24:04 +08:00
gameloader f1a48874d0 refactor(logging): introduce centralized logging and FastAPI lifespan
Build and Push Docker / build-and-push (push) Failing after 2m38s
2025-10-13 10:17:19 +08:00
gameloader 0e5199d3c0 chore(deps): add threading module import
Build and Push Docker / build-and-push (push) Failing after 3m5s
2025-10-13 09:54:00 +08:00
gameloader 7fcbbe2f02 perf(memory): store memories asynchronously to prevent blocking
Build and Push Docker / build-and-push (push) Failing after 3m3s
2025-10-13 09:44:26 +08:00
gameloader 2b2a40919b refactor(memory): explicitly disable infer in memory.add
Build and Push Docker / build-and-push (push) Failing after 10m1s
2025-10-12 19:57:00 +08:00
gameloader 9be1f8429a chore(debug): add script for mem0 operations debugging
Build and Push Docker / build-and-push (push) Failing after 20m52s
2025-10-12 19:31:37 +08:00
gameloader 26ad0dbf0f refactor(memory): standardize memory service response handling
Build and Push Docker / build-and-push (push) Failing after 43m47s
2025-10-12 17:48:55 +08:00
gameloader 3ef3b9449a chore(memory): add debug logs for memory search results
Build and Push Docker / build-and-push (push) Has been cancelled
2025-10-12 17:45:54 +08:00
gameloader 78cb5cd21d chore(memory): enhance debugging and memory retrieval robustness
Build and Push Docker / build-and-push (push) Has been cancelled
2025-10-12 17:38:24 +08:00
gameloader 5688e7a933 refactor(memory): handle varied memory search and retrieval formats
Build and Push Docker / build-and-push (push) Failing after 17m18s
2025-10-12 17:02:03 +08:00
gameloader a7f8e6f775 fix(memory): handle varied memory formats in prompt formatting
Build and Push Docker / build-and-push (push) Has been cancelled
2025-10-12 16:53:01 +08:00
gameloader 618c2ec209 feat(memory): integrate Mem0 for enhanced conversational memory
Build and Push Docker / build-and-push (push) Has been cancelled
2025-10-12 16:36:41 +08:00
gameloader 0ab8fc2fa9 build(docker): use direct UV base image
Build and Push Docker / build-and-push (push) Failing after 7m53s
2025-10-07 23:22:20 +08:00
gameloader 26cef158c2 ci(docker): add Docker build and push workflow
Build and Push Docker / build-and-push (push) Has been cancelled
2025-10-07 23:20:08 +08:00
gameloader 6fa2a329ae build(deps): configure default PyPI mirror for uv 2025-10-07 23:04:33 +08:00
gameloader 315dbfed90 feat(docker): containerize application and add TTS integration 2025-10-07 22:52:04 +08:00
gameloader 45470fd13d change to milvus standlone 2025-04-17 11:26:17 +08:00
gameloader b5c417f974 add embed_messages api for only embed user messages 2025-04-12 18:01:45 +08:00
gameloader 5489d0cda7 change port 2025-04-12 16:10:44 +08:00
gameloader 534919a646 first commit 2025-04-12 16:06:57 +08:00