llama_index [Bug]: 文档机器人没有更新

zi8p0yeb  于 22天前  发布在  其他
关注(0)|答案(1)|浏览(25)

问题描述

你好,
我开始使用新的属性图索引,并对它的工作原理以及如何定制它有一些疑问。所以,我尝试向文档网站中嵌入的机器人("由mendable提供支持")提问。但是它提供的答案表明它可能没有使用更新后的文档文件来给出答案。
我不想在社区中大量发布关于这个新引入功能的问题(因为我有很多关于这个新特性的问题),所以我没有在GitHub上发布问题。根据我的经验,用于回复GitHub问题的dosu-bot会给出更好的答案(尽管我不知道它是否会回复关于属性图存储的问题)。你建议我们可以发布问题/issue以便从dosu-bot或有经验的用户那里获得答案吗?

版本

  • 在线文档网站的版本*

重现步骤

尝试提出一个关于新功能的简单问题,例如“如何在LlamaIndex中使用新的属性图索引?”。它会尝试将旧技术与LLM对该主题的知识结合起来给出答案。

相关日志/回溯

  • 无响应*
ccrfmcuu

ccrfmcuu1#

是的,可以在GitHub上发布问题以获取dosu-bot或有经验的用户关于新属性图索引功能的答案。提供的通用问题问题模板支持这一点,通过允许用户在确认已搜索文档和Discord后提问。

name: General Question
description: Ask a question
title: "[Question]: "
labels: ["question"]
body:
  - type: markdown
    attributes:
      value: |
Thanks for taking the time to fill out this question form!
Please complete the following form to help us assist you.
  - type: checkboxes
    id: pre-question
    attributes:
      label: Question Validation
      description: By submitting this issue, you agree that you've previously search our [documentation](https://docs.llamaindex.ai/en/latest/index.html) and [discord](https://discord.gg/dGcwcsnxhU) and did not find a proper answer to your question.
      options:
        - label: I have searched both the documentation and discord for an answer.
          required: true
  - type: textarea
    id: question
    attributes:
      label: Question
      description: Ask your question here!
    validations:
      required: true

1(https://github.com/run-llama/llama_index/blob/main/.github/ISSUE_TEMPLATE/question-form.yml)

  • 要继续与 Dosu 交谈,请提及 @dosu。*

相关问题