4156 Commits

Author SHA1 Message Date
zrguo
d4651d59c1 Add rerank to server 2025-07-08 21:44:20 +08:00
Daniel.y
a10503a573
Merge pull request #1757 from danielaskdd/fix-issue-1746
Fix: Ensured token tracking information is present for stream responses from OpenAI
2025-07-08 18:49:44 +08:00
yangdx
b6ab69e25d Merge branch 'main' into fix-issue-1746 2025-07-08 18:20:02 +08:00
yangdx
2a0cff3ed6 Fix linting 2025-07-08 18:17:21 +08:00
Daniel.y
b87e48c532
Merge pull request #1752 from SLKun/main
remove <think> tag for entities and keywords extraction
2025-07-08 17:56:51 +08:00
Daniel.y
f6067ad563
Merge pull request #1749 from frankxjkuang/patch-1
Fix incorrect file path (404 Not Found)
2025-07-08 17:24:24 +08:00
zrguo
cf26e52d89 fix init 2025-07-08 15:13:09 +08:00
zrguo
71cb3adb4f Merge branch 'main' into rerank 2025-07-08 15:10:23 +08:00
zrguo
c295d355a0 fix chunk_top_k limiting 2025-07-08 15:05:30 +08:00
SLKun
5f330ec11a remove <think> tag for entities and keywords extraction 2025-07-08 14:59:15 +08:00
zrguo
04a57445da update chunks truncation method 2025-07-08 13:31:05 +08:00
Molion Surya
8cbba6e9db Fix #1746: [openai.py logic for streaming complete] 2025-07-08 13:25:52 +08:00
yangdx
56d43de58a Merge branch 'main' into merge_lock_with_key 2025-07-08 12:46:31 +08:00
zrguo
f5c80d7cde Simplify Configuration 2025-07-08 11:16:34 +08:00
Daniel.y
88935d135f
Merge pull request #1750 from danielaskdd/embedding-batch-size
Reduce default embedding batch size from 32 to 10
v1.3.10
2025-07-08 11:02:52 +08:00
yangdx
9b7b2a9b0f Reduce default embedding batch size from 32 to 10 2025-07-08 11:00:09 +08:00
yangdx
186c6411fb Update env.example 2025-07-08 10:45:32 +08:00
frankj
9a9674d590
Fix incorrect file path (404 Not Found)
Issue Description
A 404 error occurred when accessing the repository link pointing to README_zh.md. Upon inspection, the actual file path is README-zh.md, indicating an incorrect path reference in the original link.

Fix Details
Corrected the broken link from README_zh.md to the correct path README-zh.md.

Verification Method
After modification, the target file opens normally in the browser.

Hope this fix helps users access the Chinese documentation properly—thanks for the review!
2025-07-08 10:24:19 +08:00
yangdx
3eaadb8a44 Update env.example 2025-07-08 03:06:19 +08:00
yangdx
2670f8dc98 Merge branch 'main' into add-Memgraph-graph-db 2025-07-08 00:31:46 +08:00
Daniel.y
82869ec7c3
Merge pull request #1747 from danielaskdd/max-graph-node
Sync frontend with backend MAX_GRAPH_NODES
2025-07-08 00:28:57 +08:00
yangdx
a1bbf367ad Update webui assets 2025-07-08 00:22:14 +08:00
yangdx
9bf048a4b1 Sync frontend with backend MAX_GRAPH_NODES
- Auto-adjust graph nodes when limit changes
- Add refresh trigger for node count changes
- Store backend limit in settings
2025-07-08 00:21:42 +08:00
zrguo
75dd4f3498 add rerank model 2025-07-07 22:44:59 +08:00
yangdx
ef79088f60 Move max_graph_nodes to global config 2025-07-07 21:53:57 +08:00
yangdx
cb14ce6ff3 Bump api version to 0180 2025-07-07 18:14:31 +08:00
yangdx
907a07d71e Allow to delete files with incomplete status 2025-07-07 18:14:14 +08:00
yangdx
68921bc475 Update env.example 2025-07-07 17:49:33 +08:00
yangdx
f417118e27 Center banner text dynamically 2025-07-07 17:28:59 +08:00
yangdx
f86ae6df0a Update api server README 2025-07-07 17:16:14 +08:00
yangdx
13b2c93eec Update README.md 2025-07-07 16:44:30 +08:00
yangdx
752df9d674 Update env.example 2025-07-07 08:53:33 +08:00
yangdx
7a7a01b68b Fix linting 2025-07-07 04:44:06 +08:00
yangdx
9e823de74e Exit program on vector index creation failure for MongoDB 2025-07-07 04:43:46 +08:00
yangdx
809f839c07 Merge branch 'main' into add-Memgraph-graph-db 2025-07-07 04:29:12 +08:00
Daniel.y
d7d59ed973
Merge pull request #1743 from danielaskdd/add-workspace-env
Feat: Implement data isolation for all storage types via WORKSPACE environment variable
2025-07-07 04:24:22 +08:00
yangdx
4632adb355 Add NEO4J_WORKSPACE env var override support
- Allow workspace override via NEO4J_WORKSPACE
- Update env.example with new config option
2025-07-07 04:16:44 +08:00
yangdx
7916b3d18f Update webui assets 2025-07-07 03:45:19 +08:00
yangdx
da8655002a Add composite indexes for workspace+id columns for PostgreSQL 2025-07-07 03:36:49 +08:00
yangdx
907f2313cd Improve MongoDB vector index handling with workspace support
- Add workspace-specific index naming
- Store index name as instance variable
2025-07-07 03:19:41 +08:00
yangdx
1d24e8ca3c Bump api version to 0179 2025-07-07 01:40:26 +08:00
yangdx
db22cad2c8 feat: add workspace and MAX_GRAPH_NODES to /health endpoint and webui 2025-07-07 01:39:48 +08:00
yangdx
30e263329f Fix linting 2025-07-07 01:27:02 +08:00
yangdx
253833475f Add workspace info to splash screen display 2025-07-07 01:26:27 +08:00
yangdx
033098c1bc Feat: Add WORKSPACE support to all storage types 2025-07-07 00:57:21 +08:00
yangdx
1b2d295a4f Remove namespace_prefix 2025-07-06 00:16:47 +08:00
yangdx
6c75bcbaae Merge branch 'add-log' 2025-07-05 23:19:56 +08:00
yangdx
98150e80b8 Improved empty/whitespace file handling
- Better detection of whitespace-only files
- Changed error to warning for empty chunks
2025-07-05 23:16:39 +08:00
yangdx
bd50827ffc Update pyproject.toml to specify Python 3.10 as the minimum required version. 2025-07-05 23:00:22 +08:00
xuewei
648a87653f 文本块是空白 2025-07-05 14:28:42 +08:00