shenlan
|
2be3e95310
|
Use OS-specific service management
|
2025-08-08 09:39:48 +08:00 |
|
shenlan
|
a6d2801362
|
Merge pull request #85 from svc-design/codex/implement-rag-api-query-in-askai
Use RAG query for Ask AI dialog with PG vector fallback
|
2025-08-08 09:01:28 +08:00 |
|
shenlan
|
5902d7ec36
|
Use RAG query for Ask AI dialog with PG vector fallback
|
2025-08-08 08:47:03 +08:00 |
|
shenlan
|
639cb5ced5
|
Merge pull request #84 from svc-design/codex/implement-git-clone-and-conversion-to-embedding
feat: support branch in rag repo sync
|
2025-08-08 00:59:22 +08:00 |
|
shenlan
|
9d0f8b2814
|
feat: support branch in rag repo sync
|
2025-08-08 00:58:54 +08:00 |
|
Haitao Pan
|
a57fbfa6aa
|
update docs/overview.md
|
2025-08-08 00:48:52 +08:00 |
|
shenlan
|
23c298b6e2
|
Merge pull request #83 from svc-design/codex/test-/api/rag/query-interface-using-curl
docs: add rag sync and query usage
|
2025-08-08 00:47:40 +08:00 |
|
shenlan
|
de90540090
|
docs: add rag sync and query usage
|
2025-08-08 00:47:28 +08:00 |
|
shenlan
|
43391ce998
|
Merge pull request #82 from svc-design/codex/complete-ui-frontend-and-server-code
feat: integrate RAG askai UI and tests
|
2025-08-08 00:20:47 +08:00 |
|
shenlan
|
50c69e252e
|
test: cover rag runtime config
|
2025-08-08 00:18:54 +08:00 |
|
shenlan
|
fc18a8001c
|
Merge pull request #81 from svc-design/codex/add-missing-go-unit-test-files
Add configuration and stats unit tests
|
2025-08-07 23:47:46 +08:00 |
|
shenlan
|
220fff2685
|
Add unit tests for config load and stats collection
|
2025-08-07 23:45:30 +08:00 |
|
shenlan
|
9b13d396a2
|
Merge pull request #80 from svc-design/codex/replace-run-with-start/restart/stop-in-makefile
Add start/stop/restart targets to Makefiles
|
2025-08-07 23:38:35 +08:00 |
|
shenlan
|
b1f501c9e6
|
Replace run with start/stop/restart in Makefiles
|
2025-08-07 23:37:30 +08:00 |
|
shenlan
|
a65437dd30
|
Merge pull request #79 from svc-design/codex/merge-changes-into-makefiles-and-workflows
Add CLI build Makefile and update workflow
|
2025-08-07 23:34:51 +08:00 |
|
shenlan
|
6e38fe1d45
|
Add CLI build support and disable wasm artifact
|
2025-08-07 23:29:17 +08:00 |
|
shenlan
|
596bd72960
|
Merge pull request #78 from svc-design/codex/add-cli-function-for-/api/rag/sync
feat: add rag sync CLI
|
2025-08-07 23:16:04 +08:00 |
|
shenlan
|
f0a38a71db
|
feat: add rag sync CLI
|
2025-08-07 23:15:07 +08:00 |
|
shenlan
|
2339dbc317
|
Merge pull request #77 from svc-design/codex/add-test-targets-to-makefile
Add server logging config and background run tasks
|
2025-08-07 23:14:42 +08:00 |
|
shenlan
|
9f6da286ba
|
feat: add config and logging
|
2025-08-07 23:13:44 +08:00 |
|
Haitao Pan
|
8d25d50376
|
add docs/remove-secret.sh server/config/server.yaml
|
2025-08-07 20:03:34 +08:00 |
|
Haitao Pan
|
fe374cfd03
|
chore: add .gitignore and init.sql, update Makefile and docs
|
2025-08-07 19:32:03 +08:00 |
|
shenlan
|
dec52a19e6
|
Merge pull request #75 from svc-design/codex/add-api-documentation-to-docs-directory
docs: document core API endpoints
|
2025-08-07 19:29:07 +08:00 |
|
shenlan
|
7fe446d6a2
|
docs: document core API endpoints
|
2025-08-07 13:52:33 +08:00 |
|
shenlan
|
9db57a2dc8
|
Merge pull request #74 from svc-design/codex/update-server.yaml-for-vectordb-coexistence
feat: add vectordb postgres config fields
|
2025-08-07 13:33:13 +08:00 |
|
shenlan
|
2b13b274cc
|
feat: add vectordb postgres config fields
|
2025-08-07 13:31:43 +08:00 |
|
shenlan
|
b34c63b723
|
Merge pull request #73 from svc-design/codex/add-makefile-for-pgvector-table-initialization
Add pgvector init target and review RAG components
|
2025-08-07 13:27:09 +08:00 |
|
shenlan
|
3676589137
|
Add pgvector init target
|
2025-08-07 13:26:02 +08:00 |
|
shenlan
|
cf9072bb73
|
Merge pull request #72 from svc-design/codex/fix-runtime-error-on-server
rag: guard against nil service components
|
2025-08-07 12:17:25 +08:00 |
|
shenlan
|
fa0f560891
|
rag: guard against nil service components
|
2025-08-07 12:13:39 +08:00 |
|
shenlan
|
ada46b7a8b
|
Merge pull request #71 from svc-design/codex/add-pgvector-initialization-instructions
feat(rag): auto sync and git watch
|
2025-08-07 11:56:04 +08:00 |
|
shenlan
|
4fc6cf4fc8
|
feat(rag): auto sync and git watch
|
2025-08-07 11:53:36 +08:00 |
|
shenlan
|
842c0d7558
|
Merge pull request #69 from svc-design/codex/analyze-rag-api-usage
refactor: integrate rag service
|
2025-08-07 10:05:53 +08:00 |
|
shenlan
|
ddfa85837b
|
feat: expose rag endpoints under /api
|
2025-08-07 08:19:34 +08:00 |
|
Haitao Pan
|
ca3af0adfd
|
Makefile: add OpenResty install with GeoIP build and fallback to source on macOS 26
|
2025-08-07 00:25:28 +08:00 |
|
shenlan
|
7e6327d6a7
|
Merge pull request #68 from svc-design/codex/update-server.yaml-for-rag-configuration
Add placeholder RAG configuration settings
|
2025-08-06 13:37:27 +08:00 |
|
shenlan
|
06e80f6c64
|
feat: add default RAG config
|
2025-08-06 13:35:50 +08:00 |
|
shenlan
|
1b141eabf6
|
Merge pull request #67 from svc-design/codex/update-root-makefile-for-subdirectory-support
feat: add cross-platform make orchestration
|
2025-08-06 09:29:42 +08:00 |
|
shenlan
|
a95b66ae79
|
feat: add cross-platform make orchestration
|
2025-08-06 09:27:49 +08:00 |
|
shenlan
|
12817edfa0
|
Merge pull request #63 from svc-design/svc-design-patch-1
Update overview.md
|
2025-08-05 12:54:31 +08:00 |
|
shenlan
|
925d7b3fdf
|
Merge pull request #64 from svc-design/codex/develop-go-based-rag-system
server: implement rag system modules
|
2025-08-05 12:54:15 +08:00 |
|
shenlan
|
907461c8e8
|
server: implement rag system modules
|
2025-08-05 09:26:07 +08:00 |
|
shenlan
|
0ff8c18c8b
|
Update overview.md
|
2025-08-04 11:25:25 +08:00 |
|
shenlan
|
b9a8c7ea3a
|
Merge pull request #62 from svc-design/codex/merge-build-askai-limiter.yml-into-build-and-release.yml
chore: merge askai limiter build into main release workflow
|
2025-08-04 08:13:59 +08:00 |
|
shenlan
|
fe7ccbb747
|
chore: combine limiter build into main release
|
2025-08-04 08:04:19 +08:00 |
|
shenlan
|
c8f5ed1783
|
Merge pull request #61 from svc-design/codex/add-rate-limiting-modes-support
feat: add flexible askai rate limiter
|
2025-08-04 00:07:11 +08:00 |
|
shenlan
|
8a4cb649e3
|
feat: add flexible askai rate limiter
|
2025-08-04 00:00:49 +08:00 |
|
shenlan
|
cdd66a5be6
|
Merge pull request #60 from svc-design/codex/fix-github-release-asset-upload-error
fix: ensure unique release assets
|
2025-08-03 23:42:15 +08:00 |
|
shenlan
|
ede145ffdf
|
fix: ensure unique release assets
|
2025-08-03 23:42:02 +08:00 |
|
shenlan
|
21b284fcad
|
Merge pull request #59 from svc-design/codex/implement-nginx-wasm_module-with-rust-proxy-wasm
Add Askai limiter Proxy-Wasm module
|
2025-08-03 23:35:45 +08:00 |
|