eosphoros-ai / DB-GPT

AI Native Data App Development framework with AWEL(Agentic Workflow Expression Language) and Agents
http://docs.dbgpt.cn
MIT License
13.15k stars 1.74k forks source link

multi user space_name conflict #1709

Closed fangyiwb closed 2 weeks ago

fangyiwb commented 1 month ago

Search before asking

Operating system information

Windows

Python version information

=3.11

DB-GPT version

main

Related scenes

Installation Information

Device information

GPU、CPU

Models information

chatglm-6b

What happened

创建知识库的时候,代码中会通过space_name检查知识库是否存在,如果涉及到多用户,且某些用户各自创建了对方相同名称的知识库就会造成冲突吧?有没有比较好的方法解决呢?

What you expected to happen

数据库表是否要重新设计呢?

How to reproduce

Additional context

No response

Are you willing to submit PR?

Aries-ckt commented 1 month ago

hi, @fangyiwb now we do not implement multi user isolation, Later, the space_name uniqueness verification will be changed to a unique id.

github-actions[bot] commented 3 weeks ago

This issue has been marked as stale, because it has been over 30 days without any activity.

github-actions[bot] commented 2 weeks ago

This issue bas been closed, because it has been marked as stale and there has been no activity for over 7 days.