Overseas access: www.kdjingpai.com
Bookmark Us
Current Position:fig. beginning " AI Answers

How to implement Deep Recall's personalized reply feature via API?

2025-08-24 1.2 K
Link directMobile View
qrcode

The following workflow needs to be followed to use the personalization features through the RESTful API:

  1. memory storage::
    • invocations/memory/storeEndpoint Storage User Characteristics
    • Example: Storing user movie preferences
      curl -X POST http://localhost:8000/memory/store -H "Content-Type: application/json" -d '{"user_id":"u1001", "data":"偏爱科幻片和诺兰导演"}'
  2. memory retrieval::
    • invocations/memory/retrieveAccess to Associative Memory
    • Key parameter: time decay factor (to control historical memory weights)
  3. Response Generation::
    • Automatically use the search results as a system prompt for LLM.
    • Degree of personalization throughconfig/memory_config.jsonhit the nail on the headcontext_windowalign

Advanced Usage:
1. Batch import of historical data is availablescripts/batch_importer.py
2. Adoption of the dialogue continuumsession_idParameter Maintenance

Recommended

Can't find AI tools? Try here!

Just type in the keyword Accessibility Bing SearchYou can quickly find all the AI tools on this site.

Top