aigc-apps / PAI-RAG

An easy-to-use framework for modular RAG
288 stars 42 forks source link

uvicorn: error: unrecognized arguments: webui:app --host 0.0.0.0 #33

Closed zg9uagfv closed 3 months ago

zg9uagfv commented 4 months ago

what happened?

` (llm_py310) hs@xxxxx-dl:/Data/Projects/LLM_Solution$ uvicorn webui:app --host 0.0.0.0 --port 8000

usage: uvicorn [-h] [--config CONFIG] [--prompt_engineering {general,extract_url,accurate_content}] [--embed_model {bge-large-zh-v1.5,SGPT-125M-weightedmean-nli-bitfit,text2vec-large-chinese,text2vec-base-chinese,paraphrase-multilingual-MiniLM-L12-v2}] [--vectordb_type {AnalyticDB,Hologres,ElasticSearch,OpenSearch,FAISS}] [--embed_dim EMBED_DIM] [--upload] [--user_query USER_QUERY] [--query_type {retrieval_llm,only_llm,only_vectorstore}] [--port PORT] [--log-level {DEBUG,INFO,WARNING,ERROR}]

uvicorn: error: unrecognized arguments: webui:app --host 0.0.0.0 `

moria97 commented 3 months ago

Close this issue as there's another thread tracking this