diff options
| -rw-r--r-- | _posts/thoughts/2024-02-23-just-found-llamaindex-and-its-really-good.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/thoughts/2024-02-23-just-found-llamaindex-and-its-really-good.md b/_posts/thoughts/2024-02-23-just-found-llamaindex-and-its-really-good.md index da3bd0b..8c24363 100644 --- a/_posts/thoughts/2024-02-23-just-found-llamaindex-and-its-really-good.md +++ b/_posts/thoughts/2024-02-23-just-found-llamaindex-and-its-really-good.md | |||
| @@ -3,4 +3,4 @@ title: Just found LlamaIndex and it's really good | |||
| 3 | published: true | 3 | published: true |
| 4 | type: thought | 4 | type: thought |
| 5 | --- | 5 | --- |
| 6 | 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. \ No newline at end of file | 6 | 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. \ No newline at end of file |
