Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Azure-Samples/rag-postgres-openai-python
/ run_server
Function
run_server
tests/e2e.py:40–41 ·
view source on GitHub ↗
(port: int)
Source
from the content-addressed store, hash-verified
38
39
40
def
run_server(port: int):
41
uvicorn.run(app.create_app(testing=True), port=port)
42
43
44
@pytest.fixture()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected