Article_Retrieval
1.0.0
This is a very basic RAG system with Langchain. It indexes articles from the "1300 Towards Data Science Medium Articles" dataset.
Code and comments can be found in the main.ipynb notebook.
# create python environment
python3 -m venv article_retrieval
# activate environment
source article_retrieval/bin/activate
# install dependencies
pip install -r requirements.txt
# create jupyter environment kernel
python -m ipykernel install --user --name=article_retrievalopenai_api_key variable in the second cell.