日期: 2026-03-10
目的: 評估 self-hosted Mem0 的 LLM extraction 與 Embedding retrieval 最佳組合
約束: 不儲存任何資料到 Mem0 Cloud,純 API 呼叫測試
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2020-08-24T08:43:37.206Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Future versions of Hyper may add additional config options, | |
| // which will not automatically be merged into this file. | |
| // See https://hyper.is#cfg for all currently supported options. | |
| module.exports = { | |
| config: { | |
| // choose either `'stable'` for receiving highly polished, | |
| // or `'canary'` for less polished but more frequent updates | |
| updateChannel: 'stable', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "log": { | |
| "access": "/dev/null", | |
| "error": "/var/log/v2ray/error.log", | |
| "loglevel": "warning" | |
| }, | |
| "inbounds": [ | |
| { | |
| "port": 80, | |
| "protocol": "vmess", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "log": { | |
| "access": "/dev/null", | |
| "error": "/tmp/v2ray_log.log", | |
| "loglevel": "error" | |
| }, | |
| "routing": {}, | |
| "policy": {}, | |
| "inbound": { | |
| "port": 23456, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hosted by China Telecom ZheJiang Branch (Hangzhou) [10598.60 km] | |
| 延迟 : 140.709 ms | |
| 上传 : 127.54 Mbit/s | |
| 下载 : 84.90 Mbit/s | |
| 当前时间: 2018-11-18 19:07:18 | |
| 测试到 杭州电信 完成! | |
| Hosted by Hangzhou , Zhejiang Unicom (Hangzhou) [10598.60 km] | |
| 延迟 : 142.987 ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| sudo add-apt-repository -y ppa:martin-frost/thoughtbot-rcm | |
| sudo apt-get update | |
| sudo apt-get -y install rcm | |
| # load dotfiles | |
| git clone --quiet https://github.com/farrrr/dotfiles ~/.dotfiles | |
| rcup -f |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "count": 10785236, | |
| "photos": [{ | |
| "photo_id": 27932, | |
| "photo_title": "Atardecer en Embalse", | |
| "photo_url": "http://www.panoramio.com/photo/27932", | |
| "photo_file_url": "http://mw2.google.com/mw-panoramio/photos/medium/27932.jpg", | |
| "longitude": -64.404945, | |
| "latitude": -32.202924, | |
| "width": 500, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -Xms128m | |
| -Xmx750m | |
| -XX:MaxPermSize=350m | |
| -XX:ReservedCodeCacheSize=225m | |
| -XX:+UseCompressedOops | |
| -agentlib:yjpagent=probe_disable=*,disablealloc,disabletracing,onlylocal,disableexceptiontelemetry,delay=10000,sessionname=WebIde90 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # XXX: use at your own risk - do not run without understanding this first! | |
| exit 1 | |
| # safety directory | |
| BACKUP='/tmp/fix-dropbox/' | |
| # TODO: detect or pick manually... | |
| NAME="MacBook Air" |
NewerOlder