Commit Graph

53 Commits

Author SHA1 Message Date
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
shenlan
04aab28a64 Merge branch 'main' into codex/optimize-cli-server-with-langchaingo 2025-08-12 21:27:56 +08:00
shenlan
224e6cdd23 docs: detail local and online models in tech stack 2025-08-12 21:25:00 +08:00
shenlan
325d17326b docs: add roadmap document 2025-08-12 19:33:52 +08:00
shenlan
e20b822fee docs: add embedding benchmark 2025-08-11 17:14:26 +08:00
shenlan
86f9de4496 docs: add benchmarking results 2025-08-11 17:01:52 +08:00
shenlan
27103f01c8 feat(api): allow custom askai timeout 2025-08-11 15:47:04 +08:00
Haitao Pan
e48c00eaba docs(pgvector): add common inspection SQL commands 2025-08-11 15:20:24 +08:00
Haitao Pan
6fe4e4d3d1 docs: move local embedding & Ollama API examples to api-endpoints.md 2025-08-11 09:03:05 +08:00
Haitao Pan
998ef1885b setup: make setup_macos_m4.sh idempotent and optimized for M4 Pro 2025-08-10 21:10:05 +08:00
Haitao Pan
048e3119fb optimize offline embedding server for macOS M4 Pro runtime 2025-08-10 21:00:21 +08:00
Haitao Pan
4b47863e6a merged: docs/offline_embed_server.py 2025-08-10 18:52:42 +08:00
shenlan
e1abcd4a1e Merge branch 'main' into codex/update-parameters-in-xcontrol-server-and-cli 2025-08-10 18:11:10 +08:00
Haitao Pan
5fd3078e3c add offline embedding server & model downloader 2025-08-10 17:38:45 +08:00
Haitao Pan
1c8876b69f docs: add offline embedding server & model downloader 2025-08-10 16:22:53 +08:00
Haitao Pan
98c3f12a62 docs: update /api/rag/upsert example to use upsert_1024.json for 1024-d test 2025-08-10 13:18:51 +08:00
shenlan
ed693a94aa Merge pull request #131 from svc-design/codex/add-embedding-configuration-fields
feat: add embedding config for rag
2025-08-10 10:41:44 +08:00
shenlan
aa373c9c23 feat: add embedding config for rag 2025-08-10 10:30:06 +08:00
shenlan
6f1e81687e Merge pull request #130 from svc-design/codex/replace-vector1536-with-vector1024
docs: update embedding dimension to 1024
2025-08-10 10:29:15 +08:00
shenlan
55b639c370 docs: update embedding dimension to 1024 2025-08-10 10:27:30 +08:00
shenlan
6fb9abf00f docs: add RAG upsert example and improve error handling 2025-08-10 10:18:35 +08:00
Haitao Pan
83a01546c2 docs: add hotfix.sql for schema fixes and make init.sql idempotent 2025-08-10 09:29:40 +08:00
shenlan
03680bc715 feat: ingest files automatically 2025-08-10 06:45:43 +08:00
shenlan
fb4fda84a8 docs: add pgvector DB initialization guide 2025-08-09 22:59:56 +08:00
shenlan
7377393848 feat: add rag upsert endpoint and retry cli 2025-08-09 22:28:25 +08:00
shenlan
6fb7a2e829 test: add default server config for tests 2025-08-09 21:42:44 +08:00
shenlan
5902ab8523 refactor: derive Chutes endpoint from provider config 2025-08-09 19:38:55 +08:00
shenlan
4c7082b7fd refactor: reorganize rag modules 2025-08-09 18:42:19 +08:00
shenlan
012f250412 feat: stream rag sync progress 2025-08-09 14:55:22 +08:00
shenlan
27054341bd Use default Redis port 2025-08-09 14:24:31 +08:00
shenlan
8117c89402 docs: clarify curl usage for rag query 2025-08-09 13:47:19 +08:00
shenlan
1d75d88083 refactor: merge markmind into rag 2025-08-09 12:08:04 +08:00
Haitao Pan
a57fbfa6aa update docs/overview.md 2025-08-08 00:48:52 +08:00
shenlan
de90540090 docs: add rag sync and query usage 2025-08-08 00:47:28 +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
7fe446d6a2 docs: document core API endpoints 2025-08-07 13:52:33 +08:00
shenlan
4fc6cf4fc8 feat(rag): auto sync and git watch 2025-08-07 11:53:36 +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
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
c02c2bc13a chore: move markmind module and add ask AI API 2025-08-02 20:54:53 +08:00
shenlan
312f57dc34 docs: add nginx deployment examples 2025-08-02 20:20:29 +08:00
shenlan
a179339d05 Move AI KB to modules directory 2025-07-25 09:37:15 +08:00
shenlan
d598329117 docs: add AI KB design 2025-07-25 09:15:10 +08:00
shenlan
5d22080d93 fix: update next export workflow 2025-06-18 20:47:24 +08:00
shenlan
38f5cf5e0b docs: add macOS Makefile and usage 2025-06-18 14:36:07 +08:00
shenlan
6f174afb53 Add integration status section 2025-06-18 11:43:06 +08:00
shenlan
07a68ca204 Make admin panel responsive 2025-06-18 11:09:16 +08:00