mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-08-29 01:40:42 +02:00
Add event-driven Cognee ingestion pipeline
This commit is contained in:
Vendored
+13
@@ -63,3 +63,16 @@ LLM_EMBEDDING_MODEL=litellm_proxy/text-embedding-3-large
|
||||
# -----------------------------------------------------------------------------
|
||||
UI_USERNAME=fuzzforge
|
||||
UI_PASSWORD=fuzzforge123
|
||||
|
||||
# Cognee service configuration
|
||||
COGNEE_MCP_URL=
|
||||
COGNEE_SERVICE_URL=http://localhost:18000
|
||||
COGNEE_API_KEY=
|
||||
COGNEE_STORAGE_BACKEND=s3
|
||||
COGNEE_S3_BUCKET=cognee
|
||||
COGNEE_S3_PREFIX=projects
|
||||
COGNEE_S3_ENDPOINT=http://localhost:9000
|
||||
COGNEE_S3_REGION=us-east-1
|
||||
COGNEE_S3_ACCESS_KEY=fuzzforge
|
||||
COGNEE_S3_SECRET_KEY=fuzzforge123
|
||||
COGNEE_S3_ALLOW_HTTP=1
|
||||
|
||||
Reference in New Issue
Block a user