4a19d70af1
Lint with Ruff / ruff (push) Has been cancelled
MCP Server Tests / live-mcp-tests (push) Has been cancelled
Tests / unit-tests (push) Has been cancelled
Tests / database-integration-tests (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Server Tests / live-server-tests (push) Has been cancelled
Pyright Type Check / pyright (push) Has been cancelled
11 lines
305 B
Bash
11 lines
305 B
Bash
# Neo4j connection settings
|
|
NEO4J_URI=bolt://localhost:7687
|
|
NEO4J_USER=neo4j
|
|
NEO4J_PASSWORD=password
|
|
|
|
# Google API key (required for the LLM client and embeddings)
|
|
GOOGLE_API_KEY=your-google-api-key
|
|
|
|
# GLiNER2 model (optional, defaults to fastino/gliner2-large-v1)
|
|
# GLINER2_MODEL=fastino/gliner2-base-v1
|