Replies: 13 comments 10 replies
-
|
For calling a knowledge pipeline via API, Dify has a two-step process:
There are also dedicated RAG pipeline endpoints:
Important caveats:
If you're on the open-source version without Enterprise features, you may be limited to the standard document APIs which use default processing rules. To reply, just mention @dosu. Share context across your team and agents. Try Dosu. |
Beta Was this translation helpful? Give feedback.
-
|
I am using community version dify 1.12.1.
But you mention that "Web UI uploads guarantee full custom pipeline execution", I am confused about this. Do you mean that I can not use the knowledge database pipeline by the #28278 (comment) method? |
Beta Was this translation helpful? Give feedback.
-
|
Its really a good news. What's the value I should set when I call the create-by-file api and let it just upload instead of automatically use default knowledge pipeline? |
Beta Was this translation helpful? Give feedback.
-
|
Still have some points need to confirm? |
Beta Was this translation helpful? Give feedback.
-
|
I confirmed that ther dify version I used is 1.11.4. But I did not find the user-scoped token. Where to find it? Can you give me the web page link fo add or get it? |
Beta Was this translation helpful? Give feedback.
-
|
我现在只能在进入知识库的页面的时候,在左下角的找到有一个service的api,这个页面上有一个api key的链接,这个链接打开后可以创建key,但是都是按照data开头的,我试了只有upload的权限。是我必须要升级到比1.11.4更新的版本吗?
|
Beta Was this translation helpful? Give feedback.
-
|
我现在已经升级到1.13.0版本,但是我依然没有找到可以使用访问下面api的接口的 api key。这个在哪里找到?我在知识库中找到可以创建的api key都是data开头,但是这个api key测试没有执行权限啊。这个key在哪里生成,能直接给我个创建key的链接吗? |
Beta Was this translation helpful? Give feedback.
-
|
现在升级到1.13.0版本以后,这个知识库的api key链接没有了,只有在知识库访问的入口页面有一个服务api的连接可以申请api key,这个api key就是具备读写权限的吗? |
Beta Was this translation helpful? Give feedback.
-
|
我在一个特定的知识库里,我没有看到右侧有详情页面啊?难道我的1.13.0有问题?
|
Beta Was this translation helpful? Give feedback.
-
|
我的设置里只有这些选项,我这个空间只有我一个用户,就是dify的空实例我添加的第一个也是唯一的用户,是因为这个用户不是管理员权限?
|
Beta Was this translation helpful? Give feedback.
-
|
执行数据库迁移: 1)docker compose exec api flask upgrade-db 2)或者设置环境变量 MIGRATION_ENABLED=true 然后重启容器 |
Beta Was this translation helpful? Give feedback.
-
|
我执行了docker compose exec api flask upgrade-db之后输出如下的日志: 2026-03-19 10:59:53.467 INFO [MainThread] [utils.py:151] - Note: NumExpr detected 64 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 16. 这个MIGRATION_ENABLED=true我升级到1.13的时候,就已经设置了。但是似乎没起作用 |
Beta Was this translation helpful? Give feedback.
-
|
我看了docker compose中定义web的部分使用的也是对应1.13.0的版本,但是我升级结束后,我还是没看到你说的这个知识库的详细设置页面
我全新创建了一个基于流水线的空数据库也没有看到你说的知识库右侧的详情页面 |
Beta Was this translation helpful? Give feedback.







Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
How can I use api to call the knowledge pipeline I created? I tested that the dify knowledge or documents api can only call the normal api? How can I use api to call pipeline to process upload files and load data into embeding database?
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions