Ragna AWS extension package #233
Replies: 3 comments 6 replies
-
Nice example! What do you think about creating some sort of monorepo for storing all the Coincidentally, I spent a bit of time yesterday seeing how easy it would be to add support for other 'filesystems' via Does |
Beta Was this translation helpful? Give feedback.
-
I don't like it, for one major reason: who is in charge of the mono repo? Imagine I am and you want to add something that I disagree with. What now? If you are unable to add your patch to the central extension repo, the only choice you have is to create an external one. And now we are back at the starting point of how are we discovering these "second class extensions". My idea is to have a "How to extend Ragna" tutorial in the documentation that links to a third-party packages page. On there we can just advertise stuff and people can send PRs to add their package to the list. I don't think that is much different than having a monorepo in terms of discoverability.
Feel free to share any pain points so we can have a look if there is something we can improve.
Yes. The assistants don't need any extra treatment and the S3 document is something that I have used before so it works as well. |
Beta Was this translation helpful? Give feedback.
-
In case you have time now, I have just pushed my changes for the Python & REST APIs here - see the new notebooks in I will push the UI and markdown parser later this evening. I probably spent most of the time with the UI, but to be fair this is probably a bit separate to the core The changes I made were largely me just playing around. Feel free to ignore all of it! The motivation I had was that I personally didn't really like having to retrieve files to my local system, then upload to the server (and if I have understood correctly, the S3 extension also requires file upload, but to S3). I wanted to be able to read files from remote filesystems directly from the server. If you think this might be useful, happy to chat how I can help contribute to the work. |
Beta Was this translation helpful? Give feedback.
-
I recently got access to AWS Bedrock and decided to build the first (that I know of) Ragna extension package with it: https://github.com/pmeier/ragna-aws. This implements a superset of #173. Feel free to comment here or open issues on the repo directly if you have any questions.
Beta Was this translation helpful? Give feedback.
All reactions