Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] add a postgresql record manager in agent flows #3485

Open
bodzebod opened this issue Nov 8, 2024 · 5 comments
Open

[FEATURE] add a postgresql record manager in agent flows #3485

bodzebod opened this issue Nov 8, 2024 · 5 comments
Labels
question Further information is requested

Comments

@bodzebod
Copy link

bodzebod commented Nov 8, 2024

Describe the feature you'd like
I'm building an agent flow and I'm using postgresql with pgvector as a vector database in order to be able to upload files via the chat.
However, there's no record manager to avoid duplicate upserts. Please can you make it available in agentflows? Thank you!

Additional context
image

@isikepalaku
Copy link

same here

@isikepalaku
Copy link

postgress

when upsert using postgresql record manager using supabase

@bodzebod
Copy link
Author

bodzebod commented Nov 8, 2024

@isikepalaku this ticket is a feature request, not a bug report. You must open a bug report for raising issues.

@HenryHengZJ
Copy link
Contributor

Can you try using Document Store?
image

You can setup embeddings, vector store, record manager from there, then use it within the chatflow/agentflow

@HenryHengZJ HenryHengZJ added the question Further information is requested label Nov 8, 2024
@bodzebod
Copy link
Author

hi @HenryHengZJ , I aim at allowing a file upsert from the chat UI. I'm not sure if using document stores allows that.
In addition, I want to be able to upsert text files (mainly application log files). When adding a File loader in a document store, there's no options for setting up the record manager and vector store. It gives this option for PDF loader.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants