• Joined on 2024-12-18
Logic pushed to main at Logic/rag_chat 2025-10-21 14:24:27 +08:00
994b6fc0fe feat(llm): update model version and add reasoning effort parameter
Logic pushed to main at Logic/rag_chat 2025-10-18 10:36:30 +08:00
ce1de82ee3 chore(haystack-rag): remove entire RAG module
Logic pushed to main at Logic/rag_chat 2025-10-13 10:27:20 +08:00
c0505479f0 style(memory): instruct AI to avoid emojis in responses
Logic pushed to main at Logic/rag_chat 2025-10-13 10:24:13 +08:00
d8e0a82b72 chore(i18n): translate memory prompt and system message to Chinese
Logic pushed to main at Logic/rag_chat 2025-10-13 10:17:25 +08:00
f1a48874d0 refactor(logging): introduce centralized logging and FastAPI lifespan
Logic pushed to main at Logic/rag_chat 2025-10-13 09:54:06 +08:00
0e5199d3c0 chore(deps): add threading module import
Logic pushed to main at Logic/rag_chat 2025-10-13 09:44:30 +08:00
7fcbbe2f02 perf(memory): store memories asynchronously to prevent blocking
Logic pushed to main at Logic/rag_chat 2025-10-12 19:57:06 +08:00
2b2a40919b refactor(memory): explicitly disable infer in memory.add
Logic pushed to main at Logic/rag_chat 2025-10-12 19:31:42 +08:00
9be1f8429a chore(debug): add script for mem0 operations debugging
Logic pushed to main at Logic/rag_chat 2025-10-12 17:48:59 +08:00
26ad0dbf0f refactor(memory): standardize memory service response handling
Logic pushed to main at Logic/rag_chat 2025-10-12 17:45:57 +08:00
3ef3b9449a chore(memory): add debug logs for memory search results
Logic pushed to main at Logic/rag_chat 2025-10-12 17:38:28 +08:00
78cb5cd21d chore(memory): enhance debugging and memory retrieval robustness
Logic pushed to main at Logic/rag_chat 2025-10-12 17:02:08 +08:00
5688e7a933 refactor(memory): handle varied memory search and retrieval formats
Logic pushed to main at Logic/rag_chat 2025-10-12 16:53:07 +08:00
a7f8e6f775 fix(memory): handle varied memory formats in prompt formatting
Logic pushed to main at Logic/rag_chat 2025-10-12 16:36:47 +08:00
618c2ec209 feat(memory): integrate Mem0 for enhanced conversational memory
Logic pushed to main at Logic/rag_chat 2025-10-07 23:26:41 +08:00
0ab8fc2fa9 build(docker): use direct UV base image
Logic pushed to main at Logic/rag_chat 2025-10-07 23:20:12 +08:00
26cef158c2 ci(docker): add Docker build and push workflow
Logic pushed to main at Logic/rag_chat 2025-10-07 23:04:39 +08:00
6fa2a329ae build(deps): configure default PyPI mirror for uv
Logic pushed to main at Logic/rag_chat 2025-10-07 22:52:13 +08:00
315dbfed90 feat(docker): containerize application and add TTS integration
Logic pushed to main at Logic/rag_chat 2025-10-07 11:02:08 +08:00
45470fd13d change to milvus standlone
b5c417f974 add embed_messages api for only embed user messages
5489d0cda7 change port
534919a646 first commit