Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michaelkernaghan/croquet-rag

RAG implementation for enhanced croquet chat.
https://github.com/michaelkernaghan/croquet-rag

Last synced: about 2 months ago
JSON representation

RAG implementation for enhanced croquet chat.

Awesome Lists containing this project

README

        

# Langchain RAG Tutorial

Install dependencies.

```python
pip install -r requirements.txt
```

Create the Chroma DB.

```python
python create_database.py
```

Query the Chroma DB.

```python
python query_data.py "How does Alice meet the Mad Hatter?"
```

You'll also need to set up an OpenAI account (and set the OpenAI key in your environment variable) for this to work.