Skip to content

Commit

Permalink
README, Python Notebook and Webpage synchronized
Browse files Browse the repository at this point in the history
  • Loading branch information
dafmontenegro committed Sep 21, 2024
1 parent aca1530 commit 15100c6
Show file tree
Hide file tree
Showing 3 changed files with 8,488 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Gabo RAG
**'Gabo'** is a **RAG (Retrieval-Augmented Generation)** system designed to enhance the capabilities of **LLMs (Large Language Models)** such as **'Llama 3.1'** or **'Phi 3.5**'. This project honors Colombian author **Gabriel García Márquez** by marking the tenth anniversary of his death, creating a specialized assistant to answer questions about his work, and using new technologies to further reveal his literary legacy.

[**Python Notebook**](https://github.com/dafmontenegro/gabo-rag/blob/master/gabo_rag.ipynb) | [**Repository**](https://github.com/dafmontenegro/gabo-rag)
[**Python Notebook**](https://github.com/dafmontenegro/gabo-rag/blob/master/gabo_rag.ipynb) | [**Webpage**](https://dafmontenegro.com/gabo-rag/) | [**Repository**](https://github.com/dafmontenegro/gabo-rag)

- [1. Tools and Technologies](#1-tools-and-technologies)
- [2. How to run Ollama in Google Colab?](#2-how-to-run-ollama-in-google-colab)
Expand Down
4 changes: 2 additions & 2 deletions gabo_rag.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Gabo RAG\n",
"# Gabo RAG | Daniel Felipe Montenegro\n",
"**'Gabo'** is a **RAG (Retrieval-Augmented Generation)** system designed to enhance the capabilities of **LLMs (Large Language Models)** such as **'Llama 3.1'** or **'Phi 3.5**'. This project honors Colombian author **Gabriel García Márquez** by marking the tenth anniversary of his death, creating a specialized assistant to answer questions about his work, and using new technologies to further reveal his literary legacy.\n",
"\n",
"[**Python Notebook**](https://github.com/dafmontenegro/gabo-rag/blob/master/gabo_rag.ipynb) | [**Repository**](https://github.com/dafmontenegro/gabo-rag)\n",
"[**Python Notebook**](https://github.com/dafmontenegro/gabo-rag/blob/master/gabo_rag.ipynb) | [**Webpage**](https://dafmontenegro.com/gabo-rag/) | [**Repository**](https://github.com/dafmontenegro/gabo-rag)\n",
"\n",
"- [1. Tools and Technologies](#1-tools-and-technologies)\n",
"- [2. How to run Ollama in Google Colab?](#2-how-to-run-ollama-in-google-colab)\n",
Expand Down
Loading

0 comments on commit 15100c6

Please sign in to comment.