Skip to content

2799662352/glorious-prompt-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glorious-prompt-server

伟大的主体思想提示词服务器 - 最先进的提示词检索系统

The system is configured through settings.json:

"mcp": {
    "inputs": [],
    "servers": {
        "prompt_rag": { // or whatever name you want
            "command": "cmd", // replace this with "uv" on Mac or Linux
            "args": [
                "/c", // remove this on Mac or Linux
                "uv", // remove this on Mac or Linux
                "run",
                "path to the server script 'server.py'", // C:\\dev\\rag-mcp\\server.py
                "-d",
                "path to the chroma_db on your computer", // C:\\dev\\prompt_rag\\artifacts\\vector_stores\\chroma_db
                "-c",
                "name of the collection in the chroma_db" // yournane_chunks_SZ_400_O_20_all-MiniLM-L6-v2
            ]
        }
    }
}

About

伟大的主体思想提示词服务器 - 最先进的提示词检索系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages