Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemiron authored Jul 1, 2024
1 parent ea6e2f6 commit 5548810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Alice Retrieval-Augmented Generation (RAG)

Alice Retrieval-Augmented Generation (RAG) is a proof of concept application designed to answer queries about Alice’s Adventures in Wonderland, Lewis Carroll’s timeless classic. This innovative solution leverages the power of modern AI to combine the strengths of retrieval-based and generation-based approaches. By integrating a language model with a customized knowledge store, Alice RAG can accurately and efficiently retrieve information from the book and generate responses related to *Alice’s Adventures in Wonderland*.
Alice Retrieval-Augmented Generation (RAG) is a proof of concept application designed to answer queries about Alice’s Adventures in Wonderland, Lewis Carroll’s timeless classic. This innovative solution leverages the power of modern AI to combine the strengths of retrieval-based and generation-based approaches. By integrating a language model with a customized knowledge store, Alice RAG can accurately and efficiently retrieve information from the book and generate responses related to *Alice’s Adventures in Wonderland*.

This project showcases my ability to implement advanced AI techniques, containerization, CI/CD, documentation, and web-based interaction using Streamlit, all while adhering to best practices in software development and deployment.
This project showcases my ability to implement advanced AI techniques, containerization, CI/CD, documentation, infrastructre as code (IoC), and web-based interaction using Streamlit, all while adhering to best practices in software development and deployment.

To run the image, you have to map port `8501` to a local port and set the `GEMINI_API_TOKEN` environment variable. You can obtain a Google Gemini token ([Google AI for Developers](https://ai.google.dev/pricing)), and there is a free tier that you can use to try the API.

Expand Down

0 comments on commit 5548810

Please sign in to comment.