Home Explore Blog CI



a282bee7d-mac

result.json

total: 35, pass: 31, fail: 4

add 2 endpoints to ragit-server

`archive/{archive-key}` and `archive-list`

TOC

  1. recover  
  2. clone  
  3. clone2  
  4. cli  
  5. archive  
  6. ls  
  7. meta  
  8. ii  
  9. images  
  10. subdir  
  11. tfidf  
  12. merge  
  13. migrate  

Cases

cargo_tests
 

elapsed time: 48,585 ms

history

add_and_rm
 

elapsed time: 94,362 ms

history

recover
 

elapsed time: 11,544 ms

history

clone
 

elapsed time: 470,289 ms

history

clone2
 

elapsed time: 67,863 ms

history

cli
 

elapsed time: 11,645 ms

history

archive
 

elapsed time: 86,264 ms

history

many_chunks
 

elapsed time: 144,141 ms

Error

Command '['cargo', 'run', '--release', '--', 'build']' returned non-zero exit status 1.
Traceback (most recent call last):
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 368, in <module>
    test()
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/many_chunks.py", line 41, in many_chunks
    cargo_run(["build"], timeout=5.0)
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/utils.py", line 65, in cargo_run
    result = subprocess.run(args, **kwargs)
  File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 528, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--', 'build']' returned non-zero exit status 1.

history

many_jobs
 

elapsed time: 43,788 ms

history

ls
 

elapsed time: 232,279 ms

history

meta
 

elapsed time: 7,470 ms

history

ii
 

elapsed time: 73,822 ms

history

cat_file
 

elapsed time: 33,915 ms

history

images
 

elapsed time: 7,767 ms

history

markdown_reader
 

elapsed time: 14,409 ms

history

csv_reader
 

elapsed time: 7,634 ms

history

subdir
 

elapsed time: 21,863 ms

history

tfidf
 

elapsed time: 26,155 ms

history

merge
 

elapsed time: 47,513 ms

history

external_bases
 

elapsed time: 87,448 ms

history

end_to_end dummy
 

elapsed time: 72,814 ms

history

end_to_end gpt-4o-mini
 

elapsed time: 107,248 ms

history

prompts dummy
 

elapsed time: 11,824 ms

history

prompts gpt-4o-mini
 

elapsed time: 59,431 ms

history

prompts claude-3.5-sonnet
 

elapsed time: 98,681 ms

history

empty dummy
 

elapsed time: 5,439 ms

history

empty gpt-4o-mini
 

elapsed time: 6,605 ms

history

images2 gpt-4o-mini
 

elapsed time: 13,051 ms

history

images2 claude-3.5-sonnet
 

elapsed time: 13,915 ms

history

extract_keywords dummy
 

elapsed time: 7,424 ms

history

extract_keywords gpt-4o-mini
 

elapsed time: 19,375 ms

history

ragit_api llama3.2-11b-groq
 

elapsed time: 2,177 ms

Error

Command '['cargo', 'run', '--release', '--', '--model', 'llama3.2-11b-groq', '--input', 'hello_world.pdl']' returned non-zero exit status 101.
Traceback (most recent call last):
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 368, in <module>
    test()
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 337, in <lambda>
    ("ragit_api llama3.2-11b-groq", lambda: ragit_api(test_model="llama3.2-11b-groq")),
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/ragit_api.py", line 11, in ragit_api
    subprocess.run(["cargo", "run", "--release", '--', '--model', test_model, '--input', 'hello_world.pdl'], check=True)
  File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 528, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--', '--model', 'llama3.2-11b-groq', '--input', 'hello_world.pdl']' returned non-zero exit status 101.

history

ragit_api command-r
 

elapsed time: 388 ms

Error

Command '['cargo', 'run', '--release', '--', '--model', 'command-r', '--input', 'hello_world.pdl']' returned non-zero exit status 101.
Traceback (most recent call last):
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 368, in <module>
    test()
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 338, in <lambda>
    ("ragit_api command-r", lambda: ragit_api(test_model="command-r")),
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/ragit_api.py", line 11, in ragit_api
    subprocess.run(["cargo", "run", "--release", '--', '--model', test_model, '--input', 'hello_world.pdl'], check=True)
  File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 528, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--', '--model', 'command-r', '--input', 'hello_world.pdl']' returned non-zero exit status 101.

history

ragit_api phi-4-14b-ollama
 

elapsed time: 5,396 ms

Error

Command '['cargo', 'run', '--release', '--', '--model', 'phi-4-14b-ollama', '--input', 'hello_world.pdl']' returned non-zero exit status 101.
Traceback (most recent call last):
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 368, in <module>
    test()
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 339, in <lambda>
    ("ragit_api phi-4-14b-ollama", lambda: ragit_api(test_model="phi-4-14b-ollama")),
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/ragit_api.py", line 11, in ragit_api
    subprocess.run(["cargo", "run", "--release", '--', '--model', test_model, '--input', 'hello_world.pdl'], check=True)
  File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 528, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--', '--model', 'phi-4-14b-ollama', '--input', 'hello_world.pdl']' returned non-zero exit status 101.

history

migrate
 

elapsed time: 73,767 ms

history


<< c6f1d1ec3-linux
3e76f8b4f-linux >>