New Machina
2230
 Subscribers

New Machina delivers in-depth explorations of machine learning and AI applications within the AWS cloud. The channel offers tutorials, comparisons, and insights into tools like LangChain, Chroma, Pinecone, and Hugging Face, targeting developers and data enthusiasts.

Spotlighted Software & Tools
Discover the top tools
New Machina
loves for growth!
Langchain
Streamline LLM application development with LangChain's modular framework.
This is some text inside of a div block.
Development Tools
AI & Automation
Pinecone
Power AI applications with fast, scalable, and reliable vector search.
This is some text inside of a div block.
Database Management
AI & Automation
Hugging Face
Build, train, and deploy AI models using pre-trained resources.
This is some text inside of a div block.
AI & Automation
Development Tools
Playbooks
What is Hugging Face ?

Learn how to leverage the Hugging Face platform for AI development and deployment, accessing its vast repository of pre-trained models and datasets. The video showcases how to utilize Hugging Face's Spaces feature to build, deploy, and share your own machine learning applications, along with its open-source models and libraries.

What is RAG ?

Learn how to build a Retrieval Augmented Generation (RAG) system to improve LLM responses using proprietary data. The process involves creating embeddings of your data using an embedding LLM, storing them in a vector database (like Pinecone), and then using Langchain (in Python) to query the database to enhance LLM prompts for more accurate and context-specific outputs.