Skip to content

Commit b578ad7

Browse files
link fixes (run-llama#19928)
1 parent 1ab39ae commit b578ad7

File tree

4 files changed

+66
-68
lines changed

4 files changed

+66
-68
lines changed

docs/docs/getting_started/reading.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ Our docs are structured so you should be able to roughly progress simply by movi
1919

2020
1. **Getting started:** The section you're in right now. We can get you going from knowing nothing about LlamaIndex and LLMs. [Install the library](/python/framework/getting_started/installation), write your first demo in [five lines of code](/python/framework/getting_started/starter_example), learn more about the [high level concepts](/python/framework/getting_started/concepts) of LLM applications, and then see how you can [customize the five-line example](/python/framework/getting_started/faq) to meet your needs.
2121

22-
2. **Learn:** Once you've completed the Getting Started section, this is the next place to go. In a series of bite-sized tutorials, we'll walk you through every stage of building a production LlamaIndex application and help you level up on the concepts of the library and LLMs in general as you go.
22+
2. **Understand:** Once you've completed the Getting Started section, [the Understanding section](/python/framework/understanding) is the next place to go. In a series of bite-sized tutorials, we'll walk you through every stage of building a production LlamaIndex application and help you level up on the concepts of the library and LLMs in general as you go.
2323

24-
3. **Use cases:** If you're a dev trying to figure out whether LlamaIndex will work for your use case, we have an overview of the types of things you can build.
24+
3. **Use cases:** If you're a dev trying to figure out whether LlamaIndex will work for your use case, we have [an overview of the types of things you can build](/python/framework/use_cases).
2525

26-
4. **Examples:** We have rich notebook examples for nearly every feature under the sun. Explore these to find and learn something new about LlamaIndex.
26+
4. **Examples:** We have [rich notebook examples](/python/examples) for nearly every feature under the sun. Explore these to find and learn something new about LlamaIndex.
2727

28-
5. **Component guides:** Arranged in the same order of building an LLM application as our Learn section, these are comprehensive, lower-level guides to the individual components of LlamaIndex and how to use them.
29-
30-
6. **Advanced Topics:** Already got a working LlamaIndex application and looking to further refine it? Our advanced section will walk you through the [first things you should try optimizing](/python/framework/optimizing/basic_strategies/basic_strategies) like your embedding model and chunk size through progressively more complex and subtle customizations all the way to [fine tuning](/python/framework/optimizing/fine-tuning/fine-tuning) your model.
28+
5. **Component guides:** These are comprehensive, lower-level guides to the individual components of LlamaIndex and how to use them. [Check them out](/python/framework/module_guides).

docs/docs/module_guides/models/llms/modules.md

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -2,63 +2,63 @@
22

33
We support integrations with OpenAI, Anthropic, Google, Hugging Face, and more.
44

5-
- [AI21](../../../examples/llm/ai21.ipynb)
6-
- [Anthropic](../../../examples/llm/anthropic.ipynb)
7-
- [AnyScale](../../../examples/llm/anyscale.ipynb)
8-
- [ASI](../../../examples/llm/asi1.ipynb)
9-
- [Azure OpenAI](../../../examples/llm/azure_openai.ipynb)
10-
- [Baseten](../../../examples/llm/baseten.ipynb)
11-
- [Bedrock](../../../examples/llm/bedrock.ipynb)
12-
- [Clarifai](../../../examples/llm/clarifai.ipynb)
13-
- [Cleanlab](../../../examples/llm/cleanlab.ipynb)
14-
- [Cohere](../../../examples/llm/cohere.ipynb)
15-
- [CometAPI](../../../examples/llm/cometapi.ipynb)
16-
- [Dashscope](../../../examples/llm/dashscope.ipynb)
17-
- [Dashscope Multi-Modal](../../../examples/multi_modal/dashscope_multi_modal.ipynb)
18-
- [EverlyAI](../../../examples/llm/everlyai.ipynb)
19-
- [Featherless AI](../../../examples/llm/featherlessai.ipynb)
20-
- [Fireworks](../../../examples/llm/fireworks.ipynb)
21-
- [Friendli](../../../examples/llm/friendli.ipynb)
22-
- [Google Gen AI](../../../examples/llm/google_genai.ipynb)
23-
- [Gradient](../../../examples/llm/gradient_base_model.ipynb)
24-
- [Gradient Model Adapter](../../../examples/llm/gradient_model_adapter.ipynb)
25-
- [Groq](../../../examples/llm/groq.ipynb)
26-
- [Heroku](../../../examples/llm/heroku.ipynb)
27-
- [HuggingFace Camel-7B](../../../examples/customization/llms/SimpleIndexDemo-Huggingface_camel.ipynb)
28-
- [HuggingFace StableLM](../../../examples/customization/llms/SimpleIndexDemo-Huggingface_stablelm.ipynb)
29-
- [HuggingFace Llama2](../../../examples/vector_stores/SimpleIndexDemoLlama-Local.ipynb)
30-
- [Konko](../../../examples/llm/konko.ipynb)
31-
- [LangChain](../../../examples/llm/langchain.ipynb)
32-
- [LiteLLM](../../../examples/llm/litellm.ipynb)
33-
- [Llama API](../../../examples/llm/llama_api.ipynb)
34-
- [Llama CPP](../../../examples/llm/llama_cpp.ipynb)
35-
- [LocalAI](../../../examples/llm/localai.ipynb)
36-
- [MariTalk](../../../examples/llm/maritalk.ipynb)
37-
- [MistralAI](../../../examples/llm/mistralai.ipynb)
38-
- [Modelscope](../../../examples/llm/modelscope.ipynb)
39-
- [MonsterAPI](../../../examples/llm/monsterapi.ipynb)
40-
- [MyMagic](../../../examples/llm/mymagic.ipynb)
41-
- [NeutrinoAI](../../../examples/llm/neutrino.ipynb)
42-
- [Nebius AI](../../../examples/llm/nebius.ipynb)
43-
- [Nvidia TensorRT-LLM](../../../examples/llm/nvidia_tensorrt.ipynb)
44-
- [Nvidia Triton](../../../examples/llm/nvidia_triton.ipynb)
45-
- [Ollama](../../../examples/llm/ollama.ipynb)
46-
- [OpenAI](../../../examples/llm/openai.ipynb)
47-
- [OpenRouter](../../../examples/llm/openrouter.ipynb)
48-
- [Perplexity](../../../examples/llm/perplexity.ipynb)
49-
- [Pipeshift](../../../examples/llm/pipeshift.ipynb)
50-
- [PremAI](../../../examples/llm/premai.ipynb)
51-
- [Portkey](../../../examples/llm/portkey.ipynb)
52-
- [Predibase](../../../examples/llm/predibase.ipynb)
53-
- [Replicate Llama2](../../../examples/llm/llama_2.ipynb)
54-
- [Replicate Vicuna](../../../examples/llm/vicuna.ipynb)
55-
- [Replicate Vector Index Llama2](../../../examples/vector_stores/SimpleIndexDemoLlama2.ipynb)
56-
- [RunGPT](../../../examples/llm/rungpt.ipynb)
57-
- [SageMaker](../../../examples/llm/sagemaker_endpoint_llm.ipynb)
58-
- [SambaNova Systems](../../../examples/llm/sambanovasystems.ipynb)
59-
- [Together.ai](../../../examples/llm/together.ipynb)
60-
- [Upstage](../../../examples/llm/upstage.ipynb)
61-
- [Vercel AI Gateway](../../../examples/llm/vercel-ai-gateway.ipynb)
62-
- [vLLM](../../../examples/llm/vllm.ipynb)
63-
- [Xorbits Inference](../../../examples/llm/xinference_local_deployment.ipynb)
64-
- [Yi](../../../examples/llm/yi.ipynb)
5+
- [AI21](/python/examples/llm/ai21.ipynb)
6+
- [Anthropic](/python/examples/llm/anthropic.ipynb)
7+
- [AnyScale](/python/examples/llm/anyscale.ipynb)
8+
- [ASI](/python/examples/llm/asi1.ipynb)
9+
- [Azure OpenAI](/python/examples/llm/azure_openai.ipynb)
10+
- [Baseten](/python/examples/llm/baseten.ipynb)
11+
- [Bedrock](/python/examples/llm/bedrock.ipynb)
12+
- [Clarifai](/python/examples/llm/clarifai.ipynb)
13+
- [Cleanlab](/python/examples/llm/cleanlab.ipynb)
14+
- [Cohere](/python/examples/llm/cohere.ipynb)
15+
- [CometAPI](/python/examples/llm/cometapi.ipynb)
16+
- [Dashscope](/python/examples/llm/dashscope.ipynb)
17+
- [Dashscope Multi-Modal](/python/examples/multi_modal/dashscope_multi_modal.ipynb)
18+
- [EverlyAI](/python/examples/llm/everlyai.ipynb)
19+
- [Featherless AI](/python/examples/llm/featherlessai.ipynb)
20+
- [Fireworks](/python/examples/llm/fireworks.ipynb)
21+
- [Friendli](/python/examples/llm/friendli.ipynb)
22+
- [Google Gen AI](/python/examples/llm/google_genai.ipynb)
23+
- [Gradient](/python/examples/llm/gradient_base_model.ipynb)
24+
- [Gradient Model Adapter](/python/examples/llm/gradient_model_adapter.ipynb)
25+
- [Groq](/python/examples/llm/groq.ipynb)
26+
- [Heroku](/python/examples/llm/heroku.ipynb)
27+
- [HuggingFace Camel-7B](/python/examples/customization/llms/SimpleIndexDemo-Huggingface_camel.ipynb)
28+
- [HuggingFace StableLM](/python/examples/customization/llms/SimpleIndexDemo-Huggingface_stablelm.ipynb)
29+
- [HuggingFace Llama2](/python/examples/vector_stores/SimpleIndexDemoLlama-Local.ipynb)
30+
- [Konko](/python/examples/llm/konko.ipynb)
31+
- [LangChain](/python/examples/llm/langchain.ipynb)
32+
- [LiteLLM](/python/examples/llm/litellm.ipynb)
33+
- [Llama API](/python/examples/llm/llama_api.ipynb)
34+
- [Llama CPP](/python/examples/llm/llama_cpp.ipynb)
35+
- [LocalAI](/python/examples/llm/localai.ipynb)
36+
- [MariTalk](/python/examples/llm/maritalk.ipynb)
37+
- [MistralAI](/python/examples/llm/mistralai.ipynb)
38+
- [Modelscope](/python/examples/llm/modelscope.ipynb)
39+
- [MonsterAPI](/python/examples/llm/monsterapi.ipynb)
40+
- [MyMagic](/python/examples/llm/mymagic.ipynb)
41+
- [NeutrinoAI](/python/examples/llm/neutrino.ipynb)
42+
- [Nebius AI](/python/examples/llm/nebius.ipynb)
43+
- [Nvidia TensorRT-LLM](/python/examples/llm/nvidia_tensorrt.ipynb)
44+
- [Nvidia Triton](/python/examples/llm/nvidia_triton.ipynb)
45+
- [Ollama](/python/examples/llm/ollama.ipynb)
46+
- [OpenAI](/python/examples/llm/openai.ipynb)
47+
- [OpenRouter](/python/examples/llm/openrouter.ipynb)
48+
- [Perplexity](/python/examples/llm/perplexity.ipynb)
49+
- [Pipeshift](/python/examples/llm/pipeshift.ipynb)
50+
- [PremAI](/python/examples/llm/premai.ipynb)
51+
- [Portkey](/python/examples/llm/portkey.ipynb)
52+
- [Predibase](/python/examples/llm/predibase.ipynb)
53+
- [Replicate Llama2](/python/examples/llm/llama_2.ipynb)
54+
- [Replicate Vicuna](/python/examples/llm/vicuna.ipynb)
55+
- [Replicate Vector Index Llama2](/python/examples/vector_stores/SimpleIndexDemoLlama2.ipynb)
56+
- [RunGPT](/python/examples/llm/rungpt.ipynb)
57+
- [SageMaker](/python/examples/llm/sagemaker_endpoint_llm.ipynb)
58+
- [SambaNova Systems](/python/examples/llm/sambanovasystems.ipynb)
59+
- [Together.ai](/python/examples/llm/together.ipynb)
60+
- [Upstage](/python/examples/llm/upstage.ipynb)
61+
- [Vercel AI Gateway](/python/examples/llm/vercel-ai-gateway.ipynb)
62+
- [vLLM](/python/examples/llm/vllm.ipynb)
63+
- [Xorbits Inference](/python/examples/llm/xinference_local_deployment.ipynb)
64+
- [Yi](/python/examples/llm/yi.ipynb)

docs/docs/optimizing/fine-tuning/fine-tuning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ We then launch a finetuning job, and get back a distilled model. We can evaluate
5858

5959
- [GPT-3.5 Fine-tuning Notebook (Colab)](https://colab.research.google.com/drive/1NgyCJVyrC2xcZ5lxt2frTU862v6eJHlc?usp=sharing)
6060
- [GPT-3.5 Fine-tuning Notebook (Notebook link)](/python/examples/finetuning/openai_fine_tuning)
61-
- [[WIP] Function Calling Fine-tuning](../../examples/finetuning/openai_fine_tuning_functions.ipynb)
61+
- [[WIP] Function Calling Fine-tuning](/python/examples/finetuning/openai_fine_tuning_functions.ipynb)
6262

6363
**Old**
6464

docs/docs/use_cases/fine_tuning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ We then launch a finetuning job, and get back a distilled model. We can evaluate
5858

5959
- [GPT-3.5 Fine-tuning Notebook (Colab)](https://colab.research.google.com/drive/1NgyCJVyrC2xcZ5lxt2frTU862v6eJHlc?usp=sharing)
6060
- [GPT-3.5 Fine-tuning Notebook (Notebook link)](/python/examples/finetuning/openai_fine_tuning)
61-
- [[WIP] Function Calling Fine-tuning](../examples/finetuning/openai_fine_tuning_functions.ipynb)
61+
- [[WIP] Function Calling Fine-tuning](/python/examples/finetuning/openai_fine_tuning_functions.ipynb)
6262

6363
**Old**
6464

0 commit comments

Comments
 (0)