Open
Conversation
There was a problem hiding this comment.
license-eye has totally checked 1696 files.
| Valid | Invalid | Ignored | Fixed |
|---|---|---|---|
| 461 | 13 | 1222 | 0 |
Click to see the invalid file list
- memory-networkx-service/.env.example
- memory-networkx-service/Dockerfile
- memory-networkx-service/README.md
- memory-networkx-service/app/init.py
- memory-networkx-service/app/config.py
- memory-networkx-service/app/main.py
- memory-networkx-service/app/memory_engine.py
- memory-networkx-service/app/memory_graph.py
- memory-networkx-service/app/memory_item.py
- memory-networkx-service/app/text_processor.py
- memory-networkx-service/deploy/ai-history-plugin-config.yaml
- memory-networkx-service/deploy/complete-deployment.yaml
- memory-networkx-service/deploy/kubernetes.yaml
| @@ -0,0 +1,15 @@ | |||
| # 环境变量配置文件 | |||
There was a problem hiding this comment.
Suggested change
| # 环境变量配置文件 | |
| # Copyright 2025 alibaba | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, | |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| # See the License for the specific language governing permissions and | |
| # limitations under the License. | |
| # 环境变量配置文件 |
| @@ -0,0 +1,28 @@ | |||
| # Memory Enhancement Service Dockerfile | |||
There was a problem hiding this comment.
Suggested change
| # Memory Enhancement Service Dockerfile | |
| # Copyright 2025 alibaba | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, | |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| # See the License for the specific language governing permissions and | |
| # limitations under the License. | |
| # Memory Enhancement Service Dockerfile |
| @@ -0,0 +1,303 @@ | |||
| # Memory Enhancement Service | |||
There was a problem hiding this comment.
Suggested change
| # Memory Enhancement Service | |
| <!-- | |
| ~ Copyright 2025 alibaba | |
| ~ | |
| ~ Licensed under the Apache License, Version 2.0 (the "License"); | |
| ~ you may not use this file except in compliance with the License. | |
| ~ You may obtain a copy of the License at | |
| ~ | |
| ~ http://www.apache.org/licenses/LICENSE-2.0 | |
| ~ | |
| ~ Unless required by applicable law or agreed to in writing, software | |
| ~ distributed under the License is distributed on an "AS IS" BASIS, | |
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| ~ See the License for the specific language governing permissions and | |
| ~ limitations under the License. | |
| --> | |
| # Memory Enhancement Service |
| @@ -0,0 +1,4 @@ | |||
| """ | |||
There was a problem hiding this comment.
Suggested change
| """ | |
| # Copyright 2025 alibaba | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, | |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| # See the License for the specific language governing permissions and | |
| # limitations under the License. | |
| """ |
| @@ -0,0 +1,28 @@ | |||
| """ | |||
There was a problem hiding this comment.
Suggested change
| """ | |
| # Copyright 2025 alibaba | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, | |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| # See the License for the specific language governing permissions and | |
| # limitations under the License. | |
| """ |
| @@ -0,0 +1,50 @@ | |||
| """ | |||
There was a problem hiding this comment.
Suggested change
| """ | |
| # Copyright 2025 alibaba | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, | |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| # See the License for the specific language governing permissions and | |
| # limitations under the License. | |
| """ |
| @@ -0,0 +1,76 @@ | |||
| """ | |||
There was a problem hiding this comment.
Suggested change
| """ | |
| # Copyright 2025 alibaba | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, | |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| # See the License for the specific language governing permissions and | |
| # limitations under the License. | |
| """ |
| @@ -0,0 +1,34 @@ | |||
| apiVersion: extensions.higress.io/v1alpha1 | |||
There was a problem hiding this comment.
Suggested change
| apiVersion: extensions.higress.io/v1alpha1 | |
| # Copyright 2025 alibaba | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, | |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| # See the License for the specific language governing permissions and | |
| # limitations under the License. | |
| apiVersion: extensions.higress.io/v1alpha1 |
| @@ -0,0 +1,161 @@ | |||
| # 完整部署配置 - Memory Enhancement Service + ai-history Plugin | |||
There was a problem hiding this comment.
Suggested change
| # 完整部署配置 - Memory Enhancement Service + ai-history Plugin | |
| # Copyright 2025 alibaba | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, | |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| # See the License for the specific language governing permissions and | |
| # limitations under the License. | |
| # 完整部署配置 - Memory Enhancement Service + ai-history Plugin |
| @@ -0,0 +1,107 @@ | |||
| --- | |||
There was a problem hiding this comment.
Suggested change
| --- | |
| # Copyright 2025 alibaba | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, | |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| # See the License for the specific language governing permissions and | |
| # limitations under the License. | |
| --- |
There was a problem hiding this comment.
license-eye has totally checked 1701 files.
| Valid | Invalid | Ignored | Fixed |
|---|---|---|---|
| 461 | 17 | 1223 | 0 |
Click to see the invalid file list
- memory-networkx-service/.env.example
- memory-networkx-service/Dockerfile
- memory-networkx-service/INTEGRATION_GUIDE.md
- memory-networkx-service/LIGHTRAG_INTEGRATION.md
- memory-networkx-service/LIGHTRAG_QUICKSTART.md
- memory-networkx-service/README.md
- memory-networkx-service/app/init.py
- memory-networkx-service/app/config.py
- memory-networkx-service/app/lightrag_config.py
- memory-networkx-service/app/main.py
- memory-networkx-service/app/memory_engine.py
- memory-networkx-service/app/memory_graph.py
- memory-networkx-service/app/memory_item.py
- memory-networkx-service/app/text_processor.py
- memory-networkx-service/deploy/ai-history-plugin-config.yaml
- memory-networkx-service/deploy/complete-deployment.yaml
- memory-networkx-service/deploy/kubernetes.yaml
| @@ -0,0 +1,360 @@ | |||
| # Memory Enhancement Service 集成指南 | |||
There was a problem hiding this comment.
Suggested change
| # Memory Enhancement Service 集成指南 | |
| <!-- | |
| ~ Copyright 2025 alibaba | |
| ~ | |
| ~ Licensed under the Apache License, Version 2.0 (the "License"); | |
| ~ you may not use this file except in compliance with the License. | |
| ~ You may obtain a copy of the License at | |
| ~ | |
| ~ http://www.apache.org/licenses/LICENSE-2.0 | |
| ~ | |
| ~ Unless required by applicable law or agreed to in writing, software | |
| ~ distributed under the License is distributed on an "AS IS" BASIS, | |
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| ~ See the License for the specific language governing permissions and | |
| ~ limitations under the License. | |
| --> | |
| # Memory Enhancement Service 集成指南 |
| @@ -0,0 +1,1240 @@ | |||
| # LightRAG 集成方案 - 增强长期记忆系统 | |||
There was a problem hiding this comment.
Suggested change
| # LightRAG 集成方案 - 增强长期记忆系统 | |
| <!-- | |
| ~ Copyright 2025 alibaba | |
| ~ | |
| ~ Licensed under the Apache License, Version 2.0 (the "License"); | |
| ~ you may not use this file except in compliance with the License. | |
| ~ You may obtain a copy of the License at | |
| ~ | |
| ~ http://www.apache.org/licenses/LICENSE-2.0 | |
| ~ | |
| ~ Unless required by applicable law or agreed to in writing, software | |
| ~ distributed under the License is distributed on an "AS IS" BASIS, | |
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| ~ See the License for the specific language governing permissions and | |
| ~ limitations under the License. | |
| --> | |
| # LightRAG 集成方案 - 增强长期记忆系统 |
| @@ -0,0 +1,409 @@ | |||
| # LightRAG 集成快速入门指南 | |||
There was a problem hiding this comment.
Suggested change
| # LightRAG 集成快速入门指南 | |
| <!-- | |
| ~ Copyright 2025 alibaba | |
| ~ | |
| ~ Licensed under the Apache License, Version 2.0 (the "License"); | |
| ~ you may not use this file except in compliance with the License. | |
| ~ You may obtain a copy of the License at | |
| ~ | |
| ~ http://www.apache.org/licenses/LICENSE-2.0 | |
| ~ | |
| ~ Unless required by applicable law or agreed to in writing, software | |
| ~ distributed under the License is distributed on an "AS IS" BASIS, | |
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| ~ See the License for the specific language governing permissions and | |
| ~ limitations under the License. | |
| --> | |
| # LightRAG 集成快速入门指南 |
| @@ -0,0 +1,182 @@ | |||
| """ | |||
There was a problem hiding this comment.
Suggested change
| """ | |
| # Copyright 2025 alibaba | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, | |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| # See the License for the specific language governing permissions and | |
| # limitations under the License. | |
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ⅰ. Describe what this PR did
1.支持多层级的召回,分别对应不同的时间段
2.支持关键词联想
Ⅱ. Does this pull request fix one issue?
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews