We’re partnering with @scale_AI to provide support for enterprises fine-tuning GPT-3.5 on their proprietary data.
SOFTWARE
-

LangSmith Tutorial: Monitor and Evaluate LLM Applications
By
–
Just uploaded a brand-new tutorial on how to use @LangChain
's new LangSmith platform to monitor and evaluate your LLM-powered applications. Go check it out here: https://
youtu.be/tFXm5ijih98 Awesome platform @hwchase17 -
Papers with Code bug fix deployed successfully
By
–
better late than ever, I onboarded onto the paperswithcode codebase and found the bug and made the fix and @rbstojnic graciously re-deployed the code. All instances like this should be correctly classified now (or over the next few days as the script runs through). Addendum:
-

Hugging Face Balances Enterprise Growth With Community Model Sharing
By
–
Part of the challenge for Hugging Face will be continuing to grow its enterprise core—an experience around models on Hugging Face with spaces and endpoints—while fostering its community that has uploaded more than 1 million models. As expected, GitHub is the model here.
-
Cotton Ace: AI-Powered Pest Warning System for Farmers
By
–
Cotton Ace is an AI-powered early pest warning and instant advisory system. It helps cotton farmers to protect their crops by providing timely and localized advice on pesticide application, and helps extension workers and administrators to monitor the solution.
-
SQL QA Integration Improves Context Management for AI Applications
By
–
It’s often hard to bring in appropriate context to do sql qa This integration should help with that!
-
Alternative Precision Flag for Non-GPU Machines
By
–
I haven't tried on non-GPU machines, but maybe the following works:
"–precision 16-true" instead of "–precision bf16-true" -

NVIDIA AI-Ready Servers Enable Generative AI Deployment
By
–
We announced that the world’s leading system manufacturers will deliver NVIDIA AI-ready servers to help companies customize and deploy #GenerativeAI applications using their proprietary business data. https://
nvda.ws/45kUtcU #VMwareExplore @VMware @NVIDIAAI -

SQLChain Upgrade: Multi-Database QnA Chatbot Support
By
–
SQLChain upgrade We have upgraded SQLChain to now supports MySQL, MsSQL, PostgreSQL and the default SQLite! You can now have a QnA chatbot answering questions about your databases
-

Postgres Vector Store Using TypeORM and pgvector Extension
By
–
Postgres Vector Store Postgres Vector Store is using TypeORM with the pgvector extension – https://
github.com/pgvector/pgvec
tor
…