GenAI-Showcase
GenAI-Showcase copied to clipboard
GenAI Cookbook
Hi, I am following [notebooks/rag/mongodb-langchain-cache-memory.ipynb](https://github.com/mongodb-developer/GenAI-Showcase/blob/main/notebooks/rag/mongodb-langchain-cache-memory.ipynb) and I have an issue when activating semantic cache for the complete RAG chain: the system always returns the answer to the first question that...
I'm porting a RAG pipeline from GenAI-Showcase that was using Atlas to a mongdb local instance to the LLM. Following https://www.mongodb.com/docs/compass/current/indexes/create-vector-search-index/, I installed node >16.4 and npm mongodb module but...
Added in a button to view my tutorial on Dev Center. I also deleted the previous copy that was out-dated. Now there should be two buttons, one to open in...
runing -> running
…_MongoDB.ipynb Added the MONGO_URI setup and the instruction to get the notebook's IP address and to add it to Atlas.
Added [ MongoDB and OpenAI RAG ] built on Vercel comes with one-click deployment. Helps developers get a starting point into building RAG.
Adds a tutorial on how to create a local ai bot
# Agentic RAG Normally, when we use RAG (Retrieval-Augmented Generation), we provide it with a single collection containing embeddings, and we perform a vector search on that collection. However, what...