Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adhiiisetiawan/retrieval-augmented-generation

This repository contains exploration in retrieval augmented generation (RAG) specificily using Chroma
https://github.com/adhiiisetiawan/retrieval-augmented-generation

chromadb natural-language-processing retrieval-augmented-generation

Last synced: 3 days ago
JSON representation

This repository contains exploration in retrieval augmented generation (RAG) specificily using Chroma

Awesome Lists containing this project

README

        

# Retrieval Augmented Generation

## Quickstart Guide
1. Install all of dependencies in `requirements.txt`
```bash
pip3 install -r requirements.txt
```
2. Create `.env` file and put your OpenAI Key there
```env
OPENAI_API_KEY=
```