DavIvek
15c4bac87f
wip fix Memgraph get_knowledge_graph issue by using mage function
2025-07-11 17:02:42 +02:00
DavIvek
8d295bd294
wip fix Memgraph get_knowledge_graph issues
2025-07-11 11:55:53 +02:00
DavIvek
63d554bad8
run pre-commit
2025-07-10 16:57:13 +02:00
DavIvek
a0c4d88b0d
wip fix Memgraph get_knowledge_graph issues
2025-07-10 16:56:44 +02:00
Daniel.y
ba0cffd853
Merge pull request #1753 from HKUDS/rerank
...
Add rerank optional for chunks
2025-07-09 16:06:55 +08:00
zrguo
b0479c078a
fix process_chunks_unified()
2025-07-09 15:55:38 +08:00
yangdx
9aa2ed0837
Merge branch 'main' into rerank
2025-07-09 15:33:39 +08:00
yangdx
e457374224
Fix linting
2025-07-09 15:33:05 +08:00
yangdx
bfa0844ecb
Update README
2025-07-09 15:17:05 +08:00
zrguo
e1541caea9
Update webui setting
2025-07-09 12:10:06 +08:00
Daniel.y
feb30d8987
Merge pull request #1759 from antonvice/bugfix/handle-none-filepath
...
Fix: Handle NoneType error when processing documents without a file path
2025-07-09 09:21:04 +08:00
Anton Vice
b192f8c9a3
Fix: Handle NoneType error when processing documents without a file path
...
The document processing pipeline would crash with a TypeError when a document was submitted as raw text via the API, as the file_path attribute would be None. This change adds a check to handle the None case gracefully, preventing the crash and allowing text-based documents to be indexed correctly.
2025-07-08 19:35:22 -03:00
yangdx
4705a22861
Bump core version to 1.4.0
2025-07-09 04:43:20 +08:00
yangdx
2056c3c809
Increase default CHUNK_TOP_K from 5 to 15
2025-07-09 04:41:51 +08:00
yangdx
78033edabb
Update env.example
2025-07-09 04:37:04 +08:00
yangdx
e9c3503f77
Update logger info
2025-07-09 04:36:52 +08:00
yangdx
5d4484882a
Merge branch 'main' into rerank
2025-07-09 03:59:04 +08:00
Daniel.y
1497f334f6
Merge pull request #1703 from DavIvek/add-Memgraph-graph-db
...
Add Memgraph as a Supported Graph Database Backend.
2025-07-09 03:45:22 +08:00
Daniel.y
565b274490
Merge pull request #1758 from HKUDS/memgraph
...
Merge Memgraph branch
2025-07-09 03:43:25 +08:00
yangdx
14d51518dd
Merge branch 'add-Memgraph-graph-db' into memgraph
2025-07-09 03:38:07 +08:00
yangdx
3a0249a6b9
Update env.example
2025-07-09 03:36:17 +08:00
DavIvek
1854d7c75a
Merge remote-tracking branch 'upstream/memgraph' into add-Memgraph-graph-db
2025-07-08 21:00:24 +02:00
DavIvek
08eb68b8ed
run pre-commit
2025-07-08 20:21:20 +02:00
yangdx
75ce636084
Merge branch 'main' into add-Memgraph-graph-db
2025-07-09 02:09:35 +08:00
DavIvek
4438897b6b
add changes based on review
2025-07-08 16:28:06 +02:00
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
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