shenlan
9ceff86df5
feat(account): add email verification and password reset ( #378 )
2025-10-02 17:56:30 +08:00
shenlan
56bd9d95bf
feat: allow configuring account TLS and default UI endpoints ( #376 )
2025-10-02 16:55:03 +08:00
shenlan
1f7c231255
feat: wire authentication gateway to account service ( #374 )
2025-10-02 16:27:11 +08:00
shenlan
3193ef3882
Improve account service TLS configuration handling ( #369 )
2025-10-02 15:22:51 +08:00
shenlan
cf6d5a343a
Improve MFA verification tolerance and docs ( #368 )
2025-10-02 15:16:38 +08:00
shenlan
2123809f27
docs: update account service mfa guidance ( #366 )
2025-10-02 14:06:07 +08:00
shenlan
7d72025ecf
feat(ui): hydrate homepage user state with zustand ( #346 )
2025-10-01 12:48:12 +08:00
shenlan
3ee4a55d3d
docs: add account service guidance ( #324 )
2025-09-30 19:33:42 +08:00
shenlan
7bd2ce088e
Finalize docs static view component ( #253 )
2025-09-19 09:34:06 +08:00
shenlan
a30819f6f7
feat(download): add sidebar and cards ( #226 )
2025-09-15 18:46:31 +08:00
shenlan
9181a65dce
docs: refine routing plan and dl components ( #221 )
2025-09-15 17:33:40 +08:00
shenlan
973029f5ce
docs: document dl mirror storage ( #212 )
2025-09-14 10:48:11 +08:00
shenlan
ee1561ba93
docs: add observability plan
2025-08-21 19:31:09 +08:00
Haitao Pan
cc8423f0b0
chore(project): add project bootstrap & workflow
2025-08-21 16:54:40 +08:00
shenlan
f8ca5ccb70
feat: scaffold account service and ui
2025-08-19 12:49:05 +08:00
root
e214cae629
feat(install): update Grafana repo & git pull timer in tiny monitor script
2025-08-17 12:26:49 +08:00
root
350a5e340b
docs/install_tiny_agent.sh: add setup process-exporter
2025-08-17 00:31:54 +08:00
root
98c6883171
update docs/install_tiny_agent.sh
2025-08-16 23:33:39 +08:00
root
b3c5ba4dbf
update docs/setup_ubuntu_2204.sh
2025-08-16 16:56:17 +08:00
root
657e7937a9
docs: add tiny monitor server setup scripts
...
- init_grafana_gitops_repo.sh : 初始化 grafana-as-code GitOps 仓库骨架
- install_tiny_monitor_server.sh : 一键安装 Prometheus + Grafana 12 (GitOps provisioning)
- install_tiny_monitor_system.md : 使用说明文档
2025-08-16 16:31:34 +08:00
root
bb99ae1239
add docs/install_tiny_agent.sh
2025-08-16 16:00:16 +08:00
Haitao Pan
a2a2d5215e
docs: add install-xcontrol-service script & pg-vector-db-init comparison; feat: add server-chutes-qwen-ai.yaml
2025-08-16 14:02:55 +08:00
root
9ad1a7d271
docs(pg-vector-db-init): add macOS vs Ubuntu 22.04 init comparison and update TOC
2025-08-16 13:38:23 +08:00
root
27694621b4
chore(build): update Makefiles & setup script for Go, Node.js, and DB deps
...
- Add install-node target with NODE_MAJOR support in Makefile
- Update client/server Makefiles for Go build compatibility
- Enhance docs/setup_ubuntu_2204.sh with modular install functions
- Update yarn.lock for ui/homepage and ui/panel
- Minor HTML update in ui/dist/index.html
2025-08-15 21:03:04 +08:00
root
8ccef4bdac
add docs/setup_ubuntu_2204.sh
2025-08-15 17:49:58 +08:00
shenlan
b645b18f64
Revert "refactor: add native chutes embeddings client"
2025-08-14 19:36:29 +08:00
shenlan
302aded586
chore: rename endpoint config to baseurl
2025-08-14 19:27:11 +08:00
shenlan
0109967cd7
Merge branch 'main' into codex/analyze-optimization-for-askaidialog-flow
2025-08-14 13:27:52 +08:00
shenlan
c01584a674
docs: document AskAIDialog improvements
2025-08-14 13:11:27 +08:00
shenlan
d6889742aa
feat: enhance AskAIDialog caching and safety
2025-08-14 13:05:24 +08:00
shenlan
8f23398219
refactor askai to support local and online modes
2025-08-14 08:52:54 +08:00
shenlan
f341beaf9f
Merge pull request #166 from svc-design/codex/verify-rag-implementation-in-askai-component
...
docs: document AskAIDialog RAG flow
2025-08-13 17:42:36 +08:00
shenlan
efff407be5
docs: document AskAIDialog RAG flow
2025-08-13 17:23:11 +08:00
Haitao Pan
0511501386
docs: fix zhparser build instructions for macOS Homebrew setup
2025-08-13 16:27:33 +08:00
Haitao Pan
d306ad8f00
docs: enhance pg-vector-db-init.md with zhparser installation steps
2025-08-13 15:15:41 +08:00
Haitao Pan
e5fe62d009
update: docs/pg-vector-db-init.md
2025-08-13 14:53:32 +08:00
shenlan
a479b10efd
feat(rag): add zhcn schema
2025-08-13 14:00:57 +08:00
shenlan
9c50d22189
Merge pull request #162 from svc-design/codex/simplify-init.sql-for-hybrid-search
...
Simplify RAG DB schema for hybrid search
2025-08-13 13:17:23 +08:00
shenlan
ec94825fbe
Simplify RAG schema and upsert logic
2025-08-13 13:14:35 +08:00
Haitao Pan
b4d7ccb241
update docs/models.txt
2025-08-13 13:12:34 +08:00
Haitao Pan
84cb83933d
Add benchmarking scripts and configs:
...
- bench_embedding.sh / bench_ollama.sh for Ollama & embedding API tests
- hf_embedding_bench.py for HF model performance
- models.txt / models-emb.txt for test configs
- docs in bench_embedding.md / bench_ollama.md
2025-08-13 13:12:34 +08:00
shenlan
8680731e1d
Merge pull request #158 from svc-design/codex/add-best-practices-for-document-qa-embedding
...
docs: add QA embedding best practices
2025-08-13 10:40:41 +08:00
shenlan
eaf0d01d04
docs: add QA embedding best practices
2025-08-13 10:39:15 +08:00
shenlan
5676a11927
feat(rag): enhance chunking and embedding
2025-08-13 09:50:13 +08:00
shenlan
61d4dff7d3
Merge branch 'main' into codex/optimize-cli-server-with-langchaingo
2025-08-12 23:48:45 +08:00
shenlan
96eba3c71e
fix: correct generator endpoint handling
2025-08-12 23:40:43 +08:00
shenlan
4a113f42a6
Merge branch 'main' into nk5qth-codex/optimize-cli-server-with-langchaingo
2025-08-12 22:47:48 +08:00
shenlan
ecebcb6d64
docs: detail Milestone 2 subtasks
2025-08-12 22:32:45 +08:00
shenlan
915d7d8c3e
Merge branch 'main' into codex/optimize-cli-server-with-langchaingo
2025-08-12 21:39:29 +08:00
shenlan
96e3c27b36
Update changelog.md
2025-08-12 21:34:46 +08:00