Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adhiiisetiawan/retrieval-augmented-generation
- Owner: adhiiisetiawan
- Created: 2024-01-10T15:27:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-13T08:18:30.000Z (10 months ago)
- Last Synced: 2024-01-13T19:29:59.052Z (10 months ago)
- Topics: chromadb, natural-language-processing, retrieval-augmented-generation
- Language: Jupyter Notebook
- Homepage:
- Size: 2.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=
```