autoflow
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
Langfuse does not provide TypeScript version of Llamaindex support (reference: https://github.com/langfuse/langfuse-js/issues/200), so we need to realize it ourself. - [x] Work around - [ ] Add `LangfuseContext` - [ ]...
https://tidb-ai-playwright.vercel.app/ - [x] Bootstrap [bootstrap.spec.ts](https://github.com/pingcap/tidb.ai/blob/main/e2e/tests/bootstrap.spec.ts) - [x] Required - [x] Reranker #294 - [ ] Langfuse - [ ] Admin Pages - [ ] LLMs - [ ] Rerankers -...
### TODO - [x] Support multiple user roles (admin / user / anonymous) - [x] Metadata Filter
## Usage ```bash npm i @tidb-ai/[email protected] ``` ### API Calls ```js import { listApiKeys } from "@tidb-ai/sdk"; listApiKeys().then(console.log) ``` ### Chat ```js import { ChatController } from '@tidb-ai/sdk'; const controller...