Skip to content

smashweaver/deno-langchain-ollama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deno 2.0 RAG Application

A Retrieval-Augmented Generation (RAG) application built with Deno 2.0, LangChain.js, and Ollama using the Mistral model.

Features

  • RAG implementation using LangChain.js
  • Ollama integration with Mistral model
  • In-memory vector store for efficient retrieval

Prerequisites

  • Deno 2.0 or later
  • Ollama with Mistral model installed

Installation

  1. Clone the repository
  2. Install dependencies:
    deno install
    

Usage

Run the application:

deno run -A main.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published