sujee.dev

Generative AI

Posts

Vector Search With MongoDB and OpenAI

We use MongoDB as a vector storage. And perform a vector search on text of movie descriptions - search for meaning, not just keywords.

Example searches like “relationship drama between two good friends”, “where humans fight aliens”

Tutorial at Mongodb.com

Getting Started With MongoDB Atlas and Python

Quickstart to get MontoDB Atlas setup with python client.

Tutorial at Mongodb.com

Projects / Code

Doing Vector Search with MongoDB Atlas + OpenAI

vector search with mongodb atlas + openai


Working with embedding models

working with embedding models


Comparing Vector Search Results Across Various Embedding Models

Comparing vector search results across various embedding models


Election Chatbot

Answers questions about upcoming elections

election-chatbot


Data Validataion with LLM

Use LLMs to verify data


Running LLMs locally

Using llama-cpp API: test-local-llm-llama-cpp.ipynb

Using llama-index API: test-local-llm-llama-index.ipynb


RAG

RAG allows us to search our documents using LLMs

rag-1