Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/j-sephb-lt-n/retrieval-augmented-generation-example
- Owner: J-sephB-lt-n
- License: gpl-3.0
- Created: 2024-03-23T20:02:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T11:35:30.000Z (8 months ago)
- Last Synced: 2024-04-17T22:57:31.414Z (7 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# retrieval-augmented-generation-example
An example of Retrieval Augmented Generation (RAG) in pythonYou only need to run this once:
```bash
$ python create_vector_db.py
```You can query the vector database directly like this:
```bash
python
```