Technological Bonuses Results for Python Contest
Hi Contestansts!
Here are the results of bonuses gathered by applications in InterSystems Python Programming Contest 2024!
| Project |
Vector Search |
PEX |
Python in BPL |
WSGI Web Apps |
sqlalchemy and dbt |
LLM AI or LangChain |
NoObjectScriptLine |
Hugginface |
Find a bug |
Docker |
IPM |
Online Demo |
Community Idea Implementation |
First Article on DC |
Second Article on DC |
First Time Contribution |
Video on YouTube |
YouTube Short |
Total Bonus |
| Nominal | 3 | 3 | 2 | 2 | 2 | 3 | 3 | 2 | 2 | 2 | 2 | 2 | 4 | 2 | 1 | 3 | 3 | 1 | 42 |
| iris-email-analyzer-app | 3 | 2 | 3 | 3 | 2 | 4 | 3 | 3 | 1 | 24 | |||||||||
| sheltershare | 2 | 3 | 2 | 2 | 2 | 2 | 3 | 3 | 19 | ||||||||||
| ServiceInspection | 2 | 2 | 3 | 7 | |||||||||||||||
| IRIS RAG App | 3 | 2 | 2 | 3 | 3 | 2 | 2 | 2 | 1 | 3 | 3 | 1 | 27 | ||||||
| iris-RAG-Gen | 3 | 2 | 3 | 3 | 2 | 2 | 2 | 17 | |||||||||||
| iris-errors-analysis-graph | 2 | 2 | 2 | 6 | |||||||||||||||
| IRIS-production-chat-robot | 3 | 3 | 2 | 2 | 3 | 13 | |||||||||||||
| irislab | 2 | 2 | 2 | 6 | |||||||||||||||
| sqlzilla | 3 | 3 | 3 | 2 | 2 | 1 | 3 | 1 | 18 |
Please apply with your comments for new implementations and corrections to be made here in the comments or in Discord.
Comments
For mine (iris-email-analyzer-app) I want to make one correction that I did have one article on DC from a few days ago here: https://community.intersystems.com/post/implemented-community-idea-abou…
So I should get points for the First Article on DC column. Thank you!
Hi Eric! The article is too short; it's more like an announcement. Consider exposing in an article what your application does and how it works, and maybe some insights on how it was built.
Here is a good example of what we expect as an article for the app.
Please, make it more desrcriptive and useful for readers and collect your bonus!
I use huggingface to download local embedding models, even though it's through the llama-index library.
I also use SQLAlchemy in the vectorstore.py script. Most of that came from llama-iris but I added methods to support deletion and updated the node creation.
I understand if they didn't qualify but I did have those bonuses in mind as well when building this project.
Thanks either way!
Hi Alex! About huggingface, please read bonus description
HuggingFace - 2
Deploy your solution at the hugging face repository and collect 2 extra points. Example.
I've added bonus for sqlalchemy. You actually use it in _drop_table func. I'm sorry, I didn't see that on bonus check.
Oh that makes sense. Thank you so much! ❤️
SQLzilla now has:
- First article: Building a frontend using only Python
- Second article: Text to IRIS SQL with LangChain
- Youtube video: https://youtu.be/uuJudLQx0Q4
Hi Henrique! I've added bonuses.