Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ DAILY_TOKEN_LIMIT=100000
LOG_EACH_QUERY=false
RESERVATION_TTL_SECONDS=600
EMBEDDING_MODEL=text-embedding-3-small
MAX_QUERY_DOCUMENTS=10
MAX_QUERY_TOTAL_PAGES=100

# ===== Ingestion Limits =====
MAX_FILE_SIZE_BYTES=10485760
Expand All @@ -39,6 +41,9 @@ EMBEDDING_BATCH_SIZE=32
OPENAI_EMBEDDING_TIMEOUT_SECONDS=300
INGEST_EXTRACT_JOB_TIMEOUT_SECONDS=900
INGEST_INDEX_JOB_TIMEOUT_SECONDS=1800
INGEST_STALE_UPLOADED_SECONDS=3600
INGEST_STALE_EXTRACTING_SECONDS=1800
INGEST_STALE_INDEXING_SECONDS=3600

# ===== Client (React) =====
VITE_API_URL=http://localhost:8000
Expand Down
643 changes: 643 additions & 0 deletions artifacts/ingestion-load/ingestion-load-valid-10-20260608T081032Z.json

Large diffs are not rendered by default.

1,552 changes: 1,552 additions & 0 deletions artifacts/ingestion-load/ingestion-load-valid-25-20260608T081409Z.json

Large diffs are not rendered by default.

3,548 changes: 3,548 additions & 0 deletions artifacts/ingestion-load/ingestion-load-valid-50-20260608T083216Z.json

Large diffs are not rendered by default.

124 changes: 70 additions & 54 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
"react-router-dom": "^6.21.3",
"@supabase/supabase-js": "^2.39.3",
"@tanstack/react-query": "^5.17.19",
"axios": "^1.6.5",
"axios": "^1.17.0",
"zustand": "^4.5.0",
"lucide-react": "^0.309.0",
"clsx": "^2.1.0",
"tailwindcss": "^3.4.1"
"tailwindcss": "^3.4.1",
"postcss": "^8.4.33"
},
"devDependencies": {
"@types/react": "^18.2.48",
Expand All @@ -29,7 +30,6 @@
"vite": "^5.0.11",
"vitest": "^1.2.0",
"eslint": "^8.56.0",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33"
"autoprefixer": "^10.4.17"
}
}
Loading
Loading