MCPcopy
hub / github.com/PromtEngineer/localGPT / run_api_server

Function run_api_server

rag_system/main.py:313–316  ·  view source on GitHub ↗

Starts the advanced RAG API server.

()

Source from the content-addressed store, hash-verified

311 print(f"Error: {e}")
312
313def run_api_server():
314 """Starts the advanced RAG API server."""
315 from rag_system.api_server import start_server
316 start_server()
317
318def main():
319 if len(sys.argv) < 2:

Callers 1

mainFunction · 0.85

Calls 1

start_serverFunction · 0.90

Tested by

no test coverage detected