Build a serverless AI chat with RAG using LangChain.js This shows how LangChain.js, Ollama with Mistral 7B model and Azure can be used together to build a serverless chatbot that can answer questions using a RAG pipeline https://
techcommunity.microsoft.com/t5/apps-on-azu
re-blog/build-a-serverless-ai-chat-with-rag-using-langchain-js/ba-p/4111041
…
TOOLS
-

Build Serverless AI Chat RAG LangChain.js Azure
By
–
-
Making Unreliable AI Algorithms Work Practically
By
–
We can also figure out how to get useful results out of inherently unreliable algorithms – it's definitely possible, I've been finding useful ways to put this stuff to work for a couple of years now
-

Grok AI Auto-Generated Summary Review and Analysis
By
–
I like the Grok @X auto-generated summary.
I previously wrote a more in-depth review at Ground Truths (see profile) -
Agent Quality Breakthroughs and Automated AI Testing Loops
By
–
Folks, agent-based models have been a staple of social science for a long time. The idea of using simulated agents is not that big of a deal. The breakthrough is a potential big jump in agent quality and the addition of automated testing loops, including AI hypotheses testing.
-
Open Models and Efficient Hardware Making AI More Accessible
By
–
"The combination of powerful open models like LLaMA and highly efficient “AI-first” inference hardware like Groq’s could make advanced language AI more cost-effective and accessible to a wider range of businesses and developers." – @MichaelFNunez
-
Voice Notes App Transcribes to Podcast-Like Format
By
–
It’s so interesting how it listens like a podcast when it plays through. Even though it’s just threaded voice notes to each other with pretty accurate transcription. pic.twitter.com/RN3qSPtkTh
— 🖤 Christine (@christinelu) 20 avril 2024It’s so interesting how it listens like a podcast when it plays through. Even though it’s just threaded voice notes to each other with pretty accurate transcription.
-

Chat with PDFs Using Local LLMs and Ollama RAG
By
–
How to chat with your PDFs using local Large Language Models [Ollama RAG] Covers loading PDFs with Unstructured, splitting that text data with RecursiveCharacterTextSplitter, creating embeddings with Ollama https://
youtube.com/watch?v=ztBJqz
BU5kc&t=1s
… -
Explore AI Tools Through daansan_ml’s Articles
By
–
Check out @daansan_ml
's articles for more information on AI tools -
Vector Space Mapping for Semantic Search and Fuzzy Matching
By
–
Similar concepts are mapped to nearby points in the high-dimensional vector space, enabling fuzzy matching and retrieval based on conceptual relevance rather than just keyword matching.
-
Vector Databases: Storing High-Dimensional Data Embeddings
By
–
What is a vector databases? A vector database is a database system designed to store and search high-dimensional vector representations of data, such as text embeddings produced by large language models.