Skip to content

Add pgvector file retrieval toolkit#259

Open
Chel-Tbl wants to merge 1 commit into
jasonhedman:mainfrom
Chel-Tbl:bounty/file-rag-toolkit
Open

Add pgvector file retrieval toolkit#259
Chel-Tbl wants to merge 1 commit into
jasonhedman:mainfrom
Chel-Tbl:bounty/file-rag-toolkit

Conversation

@Chel-Tbl
Copy link
Copy Markdown

Summary

  • add pgvector-backed file embedding chunks and indexing status for uploads
  • add a local no-key embedding/chunking pipeline for indexed PDFs and image metadata
  • ask users to opt in on first upload and add a File Search retrieval toolkit

Verification

  • node .\node_modules\prisma\build\index.js generate
  • tsc --noEmit --pretty false
  • DATABASE_URL=postgresql://postgres:password@localhost:5432/toolkit prisma validate
  • targeted prettier --check for changed TS/TSX/YAML files
  • SKIP_ENV_VALIDATION=1 next build

Closes #146

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add embeddings on PDF and Image uploads + RAG toolkit

1 participant