📰 Dev.to · Abhishek Gupta
Articles from Dev.to · Abhishek Gupta · 15 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10065)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog

Dev.to · Abhishek Gupta
1mo ago
DocumentDB on Kubernetes: Resilient, Highly Available Databases with Automatic Failover
DocumentDB is an open-source MongoDB-compatible database built on PostgreSQL that provides a familiar...

Dev.to · Abhishek Gupta
1mo ago
Build a Time Tracking App with GitHub Copilot SDK
The GitHub Copilot SDK lets you embed Copilot's agentic workflows directly into your apps, and it's...

Dev.to · Abhishek Gupta
2mo ago
Azure Cosmos DB Playground: Learn and experiment with queries in your browser
Interactive Browser-Based Environment to Learn, Test, and Share Queries The Azure Cosmos DB...

Dev.to · Abhishek Gupta
5mo ago
DocumentDB goes cloud-native: Introducing the DocumentDB Kubernetes Operator
Announced and published on...

Dev.to · Abhishek Gupta
7mo ago
Build a RAG application with LangChain and Local LLMs powered by Ollama
Local large language models (LLMs) provide significant advantages for developers and organizations....

Dev.to · Abhishek Gupta
11mo ago
Vector embeddings made easy with Go, Azure Cosmos DB, and OpenAI
When working on applications that need vector/semantic/similarity search, it's often useful to have a...

Dev.to · Abhishek Gupta
1y ago
Build generative AI applications in Go using Amazon Titan Text Premier model
Use Amazon Titan Text Premier model with the langchaingo package In this blog I will walk you...

Dev.to · Abhishek Gupta
1y ago
Maintain chat history in generative AI apps with Valkey
Integrate Valkey with LangChain A while back I wrote up a blog post on how to use Redis as a chat...

Dev.to · Abhishek Gupta
1y ago
Getting started with Valkey using JavaScript
Run existing Redis apps with Valkey and learn how to use it with LangChain Valkey is an open...

Dev.to · Abhishek Gupta
1y ago
Vector Databases for generative AI applications
How to overcome LLM limitations using Vector databases and RAG I first shared this blog from my...

Dev.to · Abhishek Gupta
1y ago
How to use Retrieval Augmented Generation (RAG) for Go applications
Implement RAG (using LangChain and PostgreSQL) to improve the accuracy and relevance of LLM...

Dev.to · Abhishek Gupta
2y ago
Build a Streamlit app with LangChain and Amazon Bedrock
Use ElastiCache Serverless Redis for chat history, deploy to EKS and manage permissions with EKS Pod...

Dev.to · Abhishek Gupta
2y ago
Using IAM authentication for Redis on AWS
How to securely connect your Go applications to Amazon MemoryDB (or ElastiCache) for Redis using...

Dev.to · Abhishek Gupta
2y ago
Go and Redis, Better Together 🤝
I recently presented this talk at the Conf42 Golang 2023 and I thought it might be a good idea to...

Dev.to · Abhishek Gupta
3y ago
Using Redis on Cloud? Here are ten things you should know
Its hard to operate stateful distributed systems at scale and Redis is no exception. Managed...
DeepCamp AI