Yuxi-Know icon indicating copy to clipboard operation
Yuxi-Know copied to clipboard

结合LightRAG 知识库的知识图谱智能体平台。 An agent platform that integrates a LightRAG knowledge base and knowledge graphs. Build with LangChain v1 + Vue + FastAPI, support DeepAgents、MinerU PDF、Neo...

Results 81 Yuxi-Know issues
Sort by recently updated
recently updated
newest added

### 描述这个 bug 简单描述一下这个 BUG:无论是否选择使用知识图谱都不会基于所给知识图谱回答问题 ### 如何复现 什么情况下出现:直接使用代码将数据信息导入neo4j数据库并创建所需各类节点标签信息 ### 相关信息 **1)检查 `docker logs`** 请运行以下命令,并提供部分相关日志: ```sh docker logs --tail=100 api-dev ``` 如果问题与模型调用相关,请尝试切换到其他在线模型 **2)相关截图** ![Image](https://github.com/user-attachments/assets/a00f4cb7-5a0b-494c-b417-f4921df3db2a) ![Image](https://github.com/user-attachments/assets/174648cb-2d39-4dde-b773-3b6c86c65f2f) **3)其他相关信息**

question

规划中: 1. Build a Question Answering application over a Graph Database:https://python.langchain.com/docs/tutorials/graph/ 2. Knowledge Graph RAG Query Engine - Llamaindex: https://docs.llamaindex.ai/en/stable/examples/query_engine/knowledge_graph_rag_query_engine/ 3. Neo4jGraph - LangChain:https://python.langchain.com/api_reference/community/graphs/langchain_community.graphs.neo4j_graph.Neo4jGraph.html

enhancement

--- name: 提交一个BUG about: 提交一个 BUG title: "[BUG]" labels: bug assignees: xerrors --- ### 描述这个 bug 简单描述一下这个 BUG: ### 如何复现 什么情况下出现: ### 相关信息 **1)检查 `docker logs`** 请运行以下命令,并提供部分相关日志: ```sh docker logs...

bug

包含对话页面和配置页面 ![Image](https://github.com/user-attachments/assets/c521921b-64e8-4f3f-9f9e-4b665a0f9ae2) ![Image](https://github.com/user-attachments/assets/85c83626-8a17-476d-96c4-b21b16cd9014)

这个可能不会在系统级别去设置权限,而是会在后面的智能体(开发中)设置用户管理

目前的实现思路是文件读取,然后转文字,文字作为上下文加进去。

![Image](https://github.com/user-attachments/assets/4bad88ef-88b8-43cd-a549-7e2207d0c08b)

![Image](https://github.com/user-attachments/assets/046f8767-dfbf-49e8-8219-c1de574389eb) ![Image](https://github.com/user-attachments/assets/6dd61e2c-4c53-4fe2-bb7d-cd8fb6c0da8d) 知识库检索信息过多导致,对话没有停止,且调试面板崩溃,服务也崩溃,其余模型对话同样无法停止,需刷新页面。

bug

![Image](https://github.com/user-attachments/assets/93d303f5-e198-437a-8dd3-d05bcf2a53d4)

参考:https://python.langchain.com/docs/integrations/document_loaders/web_base/