aboutsummaryrefslogtreecommitdiff
path: root/_posts/journal/2024-02-23-just-found-llamaindex-and-its-really-good.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-03-02 02:38:41 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-03-02 02:38:41 +0100
commit384235475fa9578d52210c2f80d18c3cfec00813 (patch)
tree8a55803a7f6bc79554ca4f823909d347ecf10a9e /_posts/journal/2024-02-23-just-found-llamaindex-and-its-really-good.md
parent15d47c516610da42b589670c8497007c3e607d8b (diff)
downloadmitjafelicijan.com-384235475fa9578d52210c2f80d18c3cfec00813.tar.gz
Removed journal
Diffstat (limited to '_posts/journal/2024-02-23-just-found-llamaindex-and-its-really-good.md')
-rw-r--r--_posts/journal/2024-02-23-just-found-llamaindex-and-its-really-good.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/_posts/journal/2024-02-23-just-found-llamaindex-and-its-really-good.md b/_posts/journal/2024-02-23-just-found-llamaindex-and-its-really-good.md
deleted file mode 100644
index 1d20461..0000000
--- a/_posts/journal/2024-02-23-just-found-llamaindex-and-its-really-good.md
+++ /dev/null
@@ -1,7 +0,0 @@
1---
2title: Just found LlamaIndex and it's really good
3date: 2024-02-23T16:40:00+01:00
4published: true
5type: journal
6---
7Had to do some RAG-style of AI assistance, and [https://docs.llamaindex.ai/en/stable/](https://docs.llamaindex.ai/en/stable/) is absolutely spectacular. It shaved off days of work. Automatic indexing to vector database of PDF, text files and also images is insane.