La Local Chat
Operate and improve the La Local chat product with one guiding rule:
- - treat search as the main area for AI-assisted improvement
- keep create/update deterministic, explicit, and safe
Core behavior
Search
- - Search by name, description, and relevant location context.
- Return up to 5 real matches.
- Never invent locations.
- Prefer structured retrieval and ranking over freeform generation.
- Improve relevance before adding sophistication.
Create
- - Ask for the location name first.
- Create the Notion record immediately.
- Use the Notion-generated ID as the Dropbox folder reference.
- Continue field gathering in a guided flow.
Update
- - Update by name or ID.
- Confirm the target record when ambiguity exists.
- Prefer deterministic field handling over freeform model behavior.
Working rules
- - Preserve
thread_id in chat and upload flows. - Treat Notion as the source of truth for the record.
- Keep Dropbox folder linkage tied to the Notion ID.
- Prefer incremental, testable changes over rewrites.
- Do not regress create/update flows while improving search.
References
- - Read
references/architecture.md for the current system shape. - Read
references/search-notes.md when working on search quality or ranking behavior.
La Local Chat
运营并改进La Local聊天产品,遵循一条指导原则:
- - 将搜索作为AI辅助改进的主要领域
- 保持创建/更新流程的确定性、明确性和安全性
核心行为
搜索
- - 按名称、描述和相关位置上下文进行搜索。
- 最多返回5个真实匹配结果。
- 绝不虚构位置信息。
- 优先采用结构化检索和排序,而非自由生成。
- 在增加复杂度之前,先提升相关性。
创建
- - 首先询问位置名称。
- 立即创建Notion记录。
- 使用Notion生成的ID作为Dropbox文件夹引用。
- 在引导流程中继续收集字段信息。
更新
- - 按名称或ID进行更新。
- 存在歧义时确认目标记录。
- 优先采用确定性字段处理,而非自由模型行为。
工作规则
- - 在聊天和上传流程中保留thread_id。
- 将Notion视为记录的真实数据源。
- 保持Dropbox文件夹链接与Notion ID的关联。
- 优先采用增量式、可测试的变更,而非重写。
- 在改进搜索时,不退化创建/更新流程。
参考资料
- - 阅读references/architecture.md了解当前系统架构。
- 处理搜索质量或排序行为时,阅读references/search-notes.md。