Deployment Questions for Streamlit Cloud & Introducing PolyRAG (RAG Fork) #213
Replies: 2 comments
-
|
This is awesome!! Very nice!! Excited to try the demo. To your questions:
Hope this helps! I will add your project to the README. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks a lot for the reply and for adding PolyRAG to the README! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @JoshuaC215
First off, a huge thank you for creating the template! It's incredibly well-structured and helpful
Inspired by your work, I've created a fork called PolyRAG (https://github.com/QuentinFuxa/PolyRAG). My fork extends the toolkit to specifically focus on Retrieval-Augmented Generation (RAG), enabling agents to interact with both PostgreSQL databases (with dynamic schema discovery) and PDF documents (using backends like nlm-ingestor or pymupdf for indexing and vector/text search). It also includes features like direct PDF uploads, Plotly visualizations, and conversation history management within PostgreSQL
I'm planning to deploy a public demo using Streamlit Community Cloud, similar to your demo app, to showcase PolyRAG's capabilities, with a demo set of documents and a small postgres db attached. However, I've run into a couple of questions regarding the deployment strategy, and seeing that you have a running Streamlit demo, I was hoping you might share some insights:
Finally, as I continue to actively develop PolyRAG, would you be open to potentially adding a link to it in the "Projects built with or inspired by agent-service-toolkit" section of your README? I think it represents a specific, RAG-focused application of your toolkit that might be interesting to others in the community.
Thanks again for the great project and any guidance you can offer!
Beta Was this translation helpful? Give feedback.
All reactions