ReMe/reme_ai/retrieve/task
jinli.yl 6bb3ab90fc refactor(llm): update LLM-related ops to use async execution
- Modify LLM-related ops to use async_execute instead of execute
- Replace chat method with achat for asynchronous LLM calls
- Update method signatures and return types to support async operations
- This change affects multiple files across the project
2025-09-06 20:27:25 +08:00
..
__init__.py refactor(import): update import statements and rename classes across multiple modules 2025-08-27 11:07:02 +08:00
build_query_op.py refactor(llm): update LLM-related ops to use async execution 2025-09-06 20:27:25 +08:00
build_query_prompt.yaml refactor(reme_ai): formatting and minor code improvements 2025-08-31 15:58:59 +08:00
merge_memory_op.py refactor(llm): update LLM-related ops to use async execution 2025-09-06 20:27:25 +08:00
rerank_memory_op.py refactor(llm): update LLM-related ops to use async execution 2025-09-06 20:27:25 +08:00
rerank_memory_prompt.yaml refactor(reme_ai): rename and restructure modules for better organization 2025-08-27 17:05:40 +08:00
rewrite_memory_op.py refactor(llm): update LLM-related ops to use async execution 2025-09-06 20:27:25 +08:00
rewrite_memory_prompt.yaml refactor(reme_ai): rename and restructure modules for better organization 2025-08-27 17:05:40 +08:00