A Retrieval-Augmented Generation (RAG) application built with Deno 2.0, LangChain.js, and Ollama using the Mistral model.
- RAG implementation using LangChain.js
- Ollama integration with Mistral model
- In-memory vector store for efficient retrieval
- Deno 2.0 or later
- Ollama with Mistral model installed
- Clone the repository
- Install dependencies:
deno install
Run the application:
deno run -A main.ts