arc53/DocsGPT

Feature: Add graph retriever

Open

#1.015 aberto em 27 de jun. de 2024

Ver no GitHub
 (5 comments) (0 reactions) (1 assignee)Python (1.359 forks)batch import
applicationbackendhelp wantedpython

Métricas do repositório

Stars
 (13.691 stars)
Métricas de merge de PR
 (Mesclagem média 8d 11h) (35 fundiu PRs em 30d)

Description

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

Guia do colaborador