if we remove the unrecognized argument, then we will meet this:
sage-index Project-HAMi/ascend-device-plugin \
--mode=remote \
--embedding-provider=openai
Traceback (most recent call last):
File "/home/isvic/.local/bin/sage-index", line 8, in <module>
sys.exit(main())
File "/home/isvic/.local/share/pipx/venvs/storia-sage/lib/python3.10/site-packages/sage/index.py", line 37, in main
validator(args)
File "/home/isvic/.local/share/pipx/venvs/storia-sage/lib/python3.10/site-packages/sage/config.py", line 378, in validate_vector_store_args
raise ValueError(
ValueError: Please set the ANTHROPIC_API_KEY environment variable to use the LLM retriever. (We're constrained to Claude because we need prompt caching.)
Expected behavior
A clear and concise docs which confirmed work.
Screenshots
Setup (please complete the following information):
Describe the bug https://sage-docs.storia.ai/quality#openai docs here won't work
To Reproduce Steps to reproduce the behavior:
sage
viapipx install git+https://github.com/Storia-AI/sage.git@main
the above command is from the offical doc here: https://sage-docs.storia.ai/quality#openai
if we remove the unrecognized argument, then we will meet this:
Expected behavior A clear and concise docs which confirmed work.
Screenshots
Setup (please complete the following information):