arc53/DocsGPT

Feature: Add graph retriever

Open

#1,015 创建于 2024年6月27日

在 GitHub 查看
 (5 评论) (0 反应) (1 负责人)Python (1,359 fork)batch import
applicationbackendhelp wantedpython

仓库指标

Star
 (13,691 star)
PR 合并指标
 (平均合并 8天 11小时) (30 天内合并 35 个 PR)

描述

I think we can make upload / training process more advanced, maybe let users choose some "advanced" options on upload in the UI.

This way we can for example prepare data for graph + vector database. And when user creates a query it will automatically figure out where which retriever type needs to be used for that source. So I guess its a two part issue:

  • Edit structure of source docs in general (clean up a bit, and add retriever type field)

  • Add new graph retriever, add graph ingest, add UI to choose ingestion method maybe

贡献者指南