autoflow icon indicating copy to clipboard operation
autoflow copied to clipboard

pingcap/autoflow is a Graph RAG based and conversational knowledge base tool built with TiDB Serverless Vector Storage. Demo: https://tidb.ai

Results 81 autoflow issues
Sort by recently updated
recently updated
newest added

![IMG_0857](https://github.com/pingcap/tidb.ai/assets/1237528/bde83e39-ff0f-482f-9a5b-7ef7031df06c)

* For self-hosted * Vercel

`src/core/interface.ts` ```diff export namespace rag { export interface Content { content: string[]; digest: string; + lastModifiedAt: Date; metadata: ContentMetadata; } export type ImportSourceTaskResult = { enqueue?: Array content?: { buffer:...

## Background For our next milestone, we'll focus on making our app easier to deploy and use: Product Refinement: * Dedicate efforts to polishing the product, ensuring it meets user...

milestone

3 related(next) questions according to the previous context.

enhancement

https://tidb.ai/c/dSHuudxqQXUY

- support multiple indexing config (splitter, embedding, ...) for same document - UI to compare conversation quality

enhancement