yangdx
5099ac8213
Fix linting
2025-06-23 18:41:30 +08:00
yangdx
a215939c41
Refac: Avoid duplicate edge processing in adelete_by_doc_id
2025-06-23 18:39:36 +08:00
yangdx
dffe659388
Feat: Add document deletion by ID API endpoint
...
- New DELETE endpoint for document removal
- Implements doc_id-based deletion
- Handles pipeline status during operation
- Includes proper error handling
- Updates pipeline status messages
2025-06-23 18:10:40 +08:00
yangdx
a0be65d5d9
Refac: Return status and messages for delete by doc id operaton
2025-06-23 17:59:27 +08:00
yangdx
9fae0eadff
feat: Ensure thread safety for graph write operations
...
Add a lock to delete, adelete_by_entity, and adelete_by_relation methods to prevent race conditions and ensure data consistency during concurrent modifications to the knowledge graph.
2025-06-23 09:57:56 +08:00
zrguo
4937de8809
Update
2025-06-22 15:12:09 +08:00
zrguo
afdc2b3da8
Merge branch 'main' into delete_doc
2025-06-22 14:39:07 +08:00
Ken Chen
a047d966ab
MongoGraph: Separate edges from node collection
2025-06-21 21:05:04 +08:00
zrguo
96b9bd8cc5
fix lint
2025-06-19 14:16:24 +08:00
zrguo
523550d9ba
Merge pull request #1643 from eddiemaru-101/fix/ollama-timeout-handling
...
Fix: Increase Ollama timeout values to prevent ReadTimeout errors
2025-06-19 14:15:05 +08:00
zrguo
c8b56620c1
Merge branch 'main' into delete_doc
2025-06-19 14:12:17 +08:00
zrguo
03dd99912d
RAG-Anything Integration
2025-06-17 01:16:02 +08:00
zrguo
3abdc42549
Merge branch 'main' into delete_doc
2025-06-16 17:02:21 +08:00
Ken Chen
cf441aa84c
Add missing methods for MongoGraphStorage
2025-06-15 21:22:32 +08:00
yangdx
1389265695
Bump api version to 1.3.9
2025-06-11 17:03:27 +08:00
yangdx
62621979f0
Bump api version to 0173
2025-06-11 16:37:52 +08:00
yangdx
888be97b06
Fix linting
2025-06-11 16:36:05 +08:00
yangdx
ba5e95ea9e
Merge branch 'main' into litellm-problem
2025-06-11 16:27:32 +08:00
yangdx
c3f5c413fa
feat(api): add /ps endpoint to list running models for Ollama API
2025-06-11 16:23:02 +08:00
yangdx
9351b09cc7
Enhance Ollama interface compatibility
2025-06-11 15:16:32 +08:00
yangdx
7b07d4c917
feat: 支持 LiteLLM 客户端的 application/octet-stream 请求
...
修改 Ollama API 路由处理程序,使 /chat 和 /generate 端点能够接受 Content-Type 为 application/octet-stream 的请求。通过绕过 FastAPI 的自动请求验证机制,手动解析请求体,解决了 LiteLLM 客户端连接时出现的 422 错误。此更改保持了对现有 application/json 请求的向后兼容性。
2025-06-11 13:42:30 +08:00
yangdx
ad81e59d9a
Fix logger problem
2025-06-11 13:30:45 +08:00
kwilt
09cbcc4572
fix typo: "extrat" -> extract
2025-06-09 08:28:14 -05:00
zrguo
3a9494ab60
Update operate.py
2025-06-09 19:47:29 +08:00
zrguo
9a71a10bc0
Update operate.py
2025-06-09 19:40:29 +08:00
zrguo
ead82a8dbd
update delete_by_doc_id
2025-06-09 18:52:34 +08:00
pablo-statsig
4a8202138c
Remove graspologic pip installation that no longer seems to be used
...
As far as I can tell this is no longer actually used and its usage was removed in this commit:
83353ab9a6 (diff-a346bcfb05aab0cc0c0baa6018976f4efab339e8cade9f6f8fb658fcbd54ae2e)
Our systems are flagging this package as having a dependency on a package with a less permissive license so I would appreciate if it can be removed if its no longer needed. Let me know if that is not the case.
2025-06-05 18:01:00 -07:00
zrguo
cc9040d70c
fix lint
2025-06-05 17:37:11 +08:00
zrguo
8a726f6e08
MinerU integration
2025-06-05 17:02:48 +08:00
Alexander Bruhn
5e3970e18b
Resolve confusion between azure embedding and completion environment variables
2025-06-04 14:45:11 +02:00
yangdx
1575c7a5f4
Update webui assets
2025-06-02 18:11:04 +08:00
yangdx
ca3ae05356
Update webui assets
2025-06-02 17:46:22 +08:00
yangdx
66e4109cff
Bump api version to 0172
2025-06-02 17:44:44 +08:00
eddiemaru-101
77399e051f
Fix: Increase Ollama timeout values to prevent ReadTimeout errors
2025-05-30 22:43:52 +09:00
yangdx
36a736db0b
Fix node merge error
2025-05-30 12:30:24 +08:00
zrguo
40b10e8fcf
Update insert_custom_kg
2025-05-27 16:07:04 +08:00
omri.alon
efccdf0838
Adding citation support in custom graph creation
2025-05-26 20:30:59 +03:00
yangdx
070a5db801
Update README
2025-05-23 12:50:48 +08:00
yangdx
ada2443653
Optimize default setting of PostgreSQL
2025-05-22 17:09:26 +08:00
yangdx
2ee809cf58
Increase PG connection pool to 20
2025-05-22 16:37:18 +08:00
yangdx
c300f2fc91
Merge branch 'jidodata-ykim/main'
2025-05-22 10:48:24 +08:00
yangdx
3b9c28fae9
Fix linting
2025-05-22 10:46:03 +08:00
yangdx
e14c69ce4a
Merge branch 'belabon25/main'
2025-05-22 10:06:52 +08:00
yangdx
a6046bf827
Fix linting
2025-05-22 10:06:09 +08:00
yangdx
bb27bb4309
Fix linting
2025-05-22 09:59:53 +08:00
Benjamin L
1b6ddcaf5b
change validator method names
2025-05-21 16:06:35 +02:00
Benjamin L
62b536ea6f
Adding file_source.s as optional attribute to text.s requests
2025-05-21 15:10:27 +02:00
yumpyy
4d806a1263
feat(api): update endpoint to support new parameter
...
Update the API server to support the new parameter from the core library (PR #1032 ).
2025-05-21 15:50:05 +05:30
yangdx
702e87492c
Bump api version to 0171
2025-05-21 16:52:33 +08:00
yangdx
85bed30764
Fix linting
2025-05-21 16:46:36 +08:00