Skip to content

Commit

Permalink
Updated URL for article on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
EdIzaguirre committed Aug 5, 2024
1 parent ffcfc92 commit 0612b34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Rosebud is a film recommendation Q&A bot:
- πŸ—„οΈ Uses a Pinecone vector database of roughly the 100 most popular films each year from 1950-2023. **It will only recommend films from this database**.
- πŸ’― Incorporates both offline and online evaluation.
- πŸ™Œ Totally open-source and privacy preserving.
- πŸ“• For more information, please [see my article in *Towards Data Science*](https://towardsdatascience.com/how-to-build-a-rag-system-with-a-self-querying-retriever-in-langchain-16b4fa23e9ad).
- πŸ“• For more information, please [see my most recent article in *Towards Data Science*](https://towardsdatascience.com/productionizing-a-rag-app-04c857e0966e).
You can also read an [earlier article](https://towardsdatascience.com/how-to-build-a-rag-system-with-a-self-querying-retriever-in-langchain-16b4fa23e9ad) featuring a dev-oriented version of this project.

## Overview of Tools Used πŸ› οΈ
- **LangChain**: Framework to create the `rosebud_chat_model`. Important in the creation of the self-querying retriever as well as connecting the OpenAI Chat model to the Pinecone vector store for retrieval augmented generation (RAG).
Expand Down

0 comments on commit 0612b34

Please sign in to comment.