Alan Hou的个人博客

Dify常见使用问题

  1. psycopg2.errors.FeatureNotSupported: extension “vector” is not available
    默认的pg镜像不带有向量扩展,可选择另一个镜像

    然后进入psql,执行
  2. ImportError: cannot import name ‘default_tfidf’ from ‘jieba.analyse’
  3. indexing_status始终为waiting即文档处于排队中的状态,注意要开启异步任务:
  4. psycopg2.errors.InsufficientPrivilege: permission denied to create extension “vector”
    HINT: Must be superuser to create this extension.
    如提示所述,需要将用户权限设置为超级管理员
退出移动版