Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/j-sephb-lt-n/retrieval-augmented-generation-example

An example of Retrieval Augmented Generation (RAG) in python
https://github.com/j-sephb-lt-n/retrieval-augmented-generation-example

Last synced: about 22 hours ago
JSON representation

An example of Retrieval Augmented Generation (RAG) in python

Awesome Lists containing this project

README

        

# retrieval-augmented-generation-example
An example of Retrieval Augmented Generation (RAG) in python

You only need to run this once:

```bash
$ python create_vector_db.py
```

You can query the vector database directly like this:

```bash
python
```