diff options
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.md | 7 |
1 files changed, 7 insertions, 0 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 new file mode 100644 index 0000000..1d20461 --- /dev/null +++ b/_posts/journal/2024-02-23-just-found-llamaindex-and-its-really-good.md | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | --- | ||
| 2 | title: Just found LlamaIndex and it's really good | ||
| 3 | date: 2024-02-23T16:40:00+01:00 | ||
| 4 | published: true | ||
| 5 | type: journal | ||
| 6 | --- | ||
| 7 | Had 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. | ||
