repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | |
| #2 | # Run the experiments |
| #3 | run-mem0-add: |
| #4 | python run_experiments.py --technique_type mem0 --method add |
| #5 | |
| #6 | run-mem0-search: |
| #7 | python run_experiments.py --technique_type mem0 --method search --output_folder results/ --top_k 30 |
| #8 | |
| #9 | run-mem0-plus-add: |
| #10 | python run_experiments.py --technique_type mem0 --method add --is_graph |
| #11 | |
| #12 | run-mem0-plus-search: |
| #13 | python run_experiments.py --technique_type mem0 --method search --is_graph --output_folder results/ --top_k 30 |
| #14 | |
| #15 | run-rag: |
| #16 | python run_experiments.py --technique_type rag --chunk_size 500 --num_chunks 1 --output_folder results/ |
| #17 | |
| #18 | run-full-context: |
| #19 | python run_experiments.py --technique_type rag --chunk_size -1 --num_chunks 1 --output_folder results/ |
| #20 | |
| #21 | run-langmem: |
| #22 | python run_experiments.py --technique_type langmem --output_folder results/ |
| #23 | |
| #24 | run-zep-add: |
| #25 | python run_experiments.py --technique_type zep --method add --output_folder results/ |
| #26 | |
| #27 | run-zep-search: |
| #28 | python run_experiments.py --technique_type zep --method search --output_folder results/ |
| #29 | |
| #30 | run-openai: |
| #31 | python run_experiments.py --technique_type openai --output_folder results/ |
| #32 |