Commit Graph

3781 Commits

Author SHA1 Message Date
yangdx
e26a013fc3 Fix linting 2025-05-16 09:28:17 +08:00
yangdx
0a613208c1 Update README 2025-05-16 09:28:08 +08:00
yangdx
c41f8d9ed3 Update README 2025-05-16 09:05:50 +08:00
yangdx
b058b59355 Add workflow_dispatch to docker-publish.yml 2025-05-16 00:51:11 +08:00
yangdx
451cff8756 Add arm64 to docker-publish workflow 2025-05-16 00:27:07 +08:00
yangdx
e5b0807298 Update README 2025-05-15 17:36:45 +08:00
yangdx
485563ed3a Update docker compose file 2025-05-14 23:47:53 +08:00
yangdx
f0d5e4e65b Update env sample file 2025-05-14 21:51:49 +08:00
yangdx
b9c25dfeb0 Update README 2025-05-14 14:42:52 +08:00
yangdx
8ca6325ff3 Fix linting 2025-05-14 13:33:33 +08:00
yangdx
a8029f1657 Fix linting 2025-05-14 13:25:05 +08:00
yangdx
d15d3d78e3 Update env sample file 2025-05-14 13:22:03 +08:00
yangdx
c6e943976a Update docker publish tags 2025-05-14 12:21:18 +08:00
yangdx
1797670a4d Add docker publish workflow 2025-05-14 12:06:58 +08:00
yangdx
29be2aac71 Remove tenacity from dynamic import 2025-05-14 11:30:48 +08:00
yangdx
db125c3764 Update README 2025-05-14 11:29:46 +08:00
yangdx
313b7d5423 Update dockerfile 2025-05-14 11:11:27 +08:00
yangdx
ac2b6af97e Eliminate tenacity from dynamic import 2025-05-14 10:57:05 +08:00
yangdx
284e8aac79 Remove deprecated demo code 2025-05-14 01:57:20 +08:00
yangdx
ba26b82d40 Remove deprected demo code 2025-05-14 01:56:26 +08:00
Daniel.y
75487f8c16 Merge pull request #1572 from danielaskdd/optimize-ollama
Update ollama LLM driver and sample code
2025-05-14 01:28:58 +08:00
yangdx
0e26cbebd0 Fix linting 2025-05-14 01:14:45 +08:00
yangdx
5c9fd9c4d2 Update Ollama sample code 2025-05-14 01:14:15 +08:00
yangdx
b836d02cac Optimize Ollama LLM driver 2025-05-14 01:13:03 +08:00
yangdx
aa36894d6e Remove deprecated demo code 2025-05-14 00:36:38 +08:00
yangdx
ab75027b22 Remove deprecated demo code 2025-05-13 23:59:00 +08:00
yangdx
bb7b360269 Fix linting 2025-05-13 21:35:04 +08:00
Daniel.y
cbb656747e Merge pull request #1570 from danielaskdd/update-dockerfile
Update Dockerfile and docker-compose.yml
2025-05-13 21:26:32 +08:00
yangdx
cb4ae4f62a Update docker files 2025-05-13 21:22:00 +08:00
yangdx
55e28f45e4 Updage logo 2025-05-13 20:35:35 +08:00
yangdx
43948d6f17 Update openai demo 2025-05-13 18:27:55 +08:00
yangdx
461c76ce28 Update openai compatible demo 2025-05-13 17:48:45 +08:00
yangdx
2845e268e4 Ensure priority_limit_async_func_call decorator receive callable 2025-05-13 02:00:01 +08:00
yangdx
5c533f5e1a Fix liinting 2025-05-13 00:08:21 +08:00
yangdx
911bbd17a4 Fix linting 2025-05-12 23:27:41 +08:00
yangdx
746d353336 Update security.md 2025-05-12 23:26:44 +08:00
yangdx
d0029b5b53 Update favicon.png 2025-05-12 20:02:03 +08:00
yangdx
85ac94bae0 Update icon.svg 2025-05-12 19:47:35 +08:00
yangdx
00b78b91d6 Change website icon 2025-05-12 19:14:02 +08:00
yangdx
cbc8796bb0 Update logo from png to svg 2025-05-12 18:49:58 +08:00
yangdx
dfc44ec4be Update logo.png 2025-05-12 18:21:52 +08:00
yangdx
56f82bdcd5 Ensure OpenAI connection is closed after streaming response finished 2025-05-12 17:37:28 +08:00
zrguo
cf4bb148fb fix linting 2025-05-12 16:28:36 +08:00
zrguo
61a21f8d5d Merge pull request #1325 from venkateshpabbati/main
security fix
2025-05-12 16:25:11 +08:00
zrguo
f6dac9c287 Update logo.png 2025-05-12 14:56:46 +08:00
yangdx
c36d499a43 Update webui assets 2025-05-11 12:44:50 +08:00
yangdx
fd5f61f166 Enhances property edit dialog with error handling and loading states
- Displays error messages when save operations fail
- Shows loading spinner during save attempts
- Improves UX with loading state indicators
- Updates translations for save-related strings in multiple languages
2025-05-11 12:35:51 +08:00
yangdx
d5b9318553 Bump api version to 0170 2025-05-11 11:51:53 +08:00
yangdx
9ec9579a95 Fix linting 2025-05-11 11:24:52 +08:00
yangdx
68653f853a fix: handle missing 'weight' attribute in edge data to prevent KeyError
- Add validation in _find_most_related_edges_from_entities and  _get_edge_data function during edge data construction
- Add warning logs when 'weight' attribute is missing and set default value of 0.0
2025-05-11 11:16:32 +08:00