Skip to content

Commit 977cb12

Browse files
authored
Merge branch 'dev' into dev
2 parents b8b6180 + 63b31e9 commit 977cb12

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Join our community to ask questions, share your projects, and connect with other
196196
- **Discord**: Join our <a href="https://discord.gg/Txbx3gebZR" target="_blank">Discord Server</a>.
197197
- **WeChat**: Scan the QR code to join our WeChat group.
198198

199-
<img src="docs/assets/qr-code.png" alt="QR Code" width="600">
199+
<img src="docs/assets/qr_code.png" alt="QR Code" width="600">
200200

201201
## 📜 Citation
202202

evaluation/scripts/locomo/locomo_search.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,6 @@ def search_query(client, query, metadata, frame, reversed_client=None, top_k=20)
306306

307307
if frame == "zep":
308308
context, duration_ms = zep_search(client, query, conv_id, top_k)
309-
elif frame == "memos":
310-
context, duration_ms = memos_search(client, query)
311309
elif frame == "mem0":
312310
context, duration_ms = mem0_search(
313311
client, query, speaker_a_user_id, speaker_b_user_id, top_k

evaluation/scripts/run_locomo_eval.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)