Update How To authored by Bohuš Získal's avatar Bohuš Získal
...@@ -14,6 +14,8 @@ How To Create [**A Doc ChatBot**](https://levelup.gitconnected.com/how-to-create ...@@ -14,6 +14,8 @@ How To Create [**A Doc ChatBot**](https://levelup.gitconnected.com/how-to-create
[**Llama 2 and RAG stack**](https://jfan001.medium.com/how-to-connect-llama-2-to-your-own-data-privately-3e14a73e82a2) for local vector database [**Llama 2 and RAG stack**](https://jfan001.medium.com/how-to-connect-llama-2-to-your-own-data-privately-3e14a73e82a2) for local vector database
API using [**FastAPI for Local LLM**](https://artificialcorner.com/a-fastapi-for-your-local-llm-part-1-7bdfd2605b53)
How to [**Fine-Tune a Llama 2 Model**](https://towardsdatascience.com/fine-tune-your-own-llama-2-model-in-a-colab-notebook-df9823a04a32) in a Colab Notebook How to [**Fine-Tune a Llama 2 Model**](https://towardsdatascience.com/fine-tune-your-own-llama-2-model-in-a-colab-notebook-df9823a04a32) in a Colab Notebook
Using LLM’s for [**Document Retrieval and Reranking**](https://medium.com/llamaindex-blog/using-llms-for-retrieval-and-reranking-23cf2d3a14b6) Using LLM’s for [**Document Retrieval and Reranking**](https://medium.com/llamaindex-blog/using-llms-for-retrieval-and-reranking-23cf2d3a14b6)
... ...
......