Skip to content

smartmark-pro/qa-rag-app

Repository files navigation

问答对RAG应用

在线应用

应用地址(可能会无法使用, 需要点击激活)

本地部署

  1. Install the requirements

    $ pip install -r requirements.txt
    
  2. run bge-m3 model service

    (注意修改自己的配置)

    .streamlit

    cp secrets.toml.example secrets.toml
    # 内置token 参见 https://github.com/popjane/free_chatgpt_api
    

    run 模型服务

    $ pip install -r model_requirements.txt
    $ python run_correct_service.py
    
  3. Run the app

    $ streamlit run streamlit_app.py
    

注意

以上demo并不能直接应用到生产环境, 只是作为实现的参考。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages