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”
Quickstart to get MontoDB Atlas setup with python client.
vector search with mongodb atlas + openai
Comparing vector search results across various embedding models
Answers questions about upcoming elections
Using llama-cpp API: test-local-llm-llama-cpp.ipynb
Using llama-index API: test-local-llm-llama-index.ipynb
RAG allows us to search our documents using LLMs