From 2fef57f797fca3f05fb1a59f60cd94d37cf11f88 Mon Sep 17 00:00:00 2001 From: Piotr Czapla Date: Fri, 27 Sep 2024 21:17:13 +0200 Subject: [PATCH] Add LlamaIndex documentation LLamaIndex is popular (35k stars on GitHub) library to work with LLMs, it has lots of integrations and extensive documentation. Unfortunately one cannot add it to the cursor directly as for some reason the website documentation is not being indexed. Hence the idea to add it here. --- docs.jsonl | 1 + 1 file changed, 1 insertion(+) diff --git a/docs.jsonl b/docs.jsonl index 27c4afe..7e54289 100644 --- a/docs.jsonl +++ b/docs.jsonl @@ -20,6 +20,7 @@ { "name": "Transformers", "crawlerStart": "https://huggingface.co/docs/transformers/", "crawlerPrefix": "https://huggingface.co/docs/transformers/" } { "name": "Hugging-Face-Transformers", "crawlerStart": "https://huggingface.co/docs/transformers/", "crawlerPrefix": "https://huggingface.co/docs/transformers/" } { "name": "Langchain", "crawlerStart": "https://python.langchain.com/docs/", "crawlerPrefix": "https://python.langchain.com/docs/" } +{ "name": "LlamaIndex" "crawlerStart": "https://docs.llamaindex.ai/en/stable/", "crawlerPrefix": ""https://docs.llamaindex.ai/en/stable/" } { "name": "Vue", "crawlerStart": "https://vuejs.org/guide/", "crawlerPrefix": "https://vuejs.org/guide/" } { "name": "Angular", "crawlerStart": "https://angular.io/docs", "crawlerPrefix": "https://angular.io/docs" } { "name": "Astro", "crawlerStart": "https://docs.astro.build/en/", "crawlerPrefix": "https://docs.astro.build/en/" }