Skip to content

Commit

Permalink
chore: update readme references
Browse files Browse the repository at this point in the history
  • Loading branch information
umbertogriffo committed Jul 15, 2024
1 parent ccdd00d commit 1ee770a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ streamlit run chatbot/rag_chatbot_app.py -- --model openchat-3.6 --k 2 --synthes
* LLMs:
* [Calculating GPU memory for serving LLMs](https://www.substratus.ai/blog/calculating-gpu-memory-for-llm/)
* [Building Response Synthesis from Scratch](https://gpt-index.readthedocs.io/en/latest/examples/low_level/response_synthesis.html#)
* [Attention Sinks in LLMs for endless fluency](https://huggingface.co/blog/tomaarsen/attention-sinks)
* [GPT in 60 Lines of NumPy](https://jaykmody.com/blog/gpt-from-scratch/)
* [Introduction to Weight Quantization](https://towardsdatascience.com/introduction-to-weight-quantization-2494701b9c0c)
* LLM integration and Modules:
Expand Down Expand Up @@ -231,6 +230,7 @@ streamlit run chatbot/rag_chatbot_app.py -- --model openchat-3.6 --k 2 --synthes
* [Rerank](https://txt.cohere.com/rag-chatbot/#implement-reranking)
* [Conversational awareness](https://langstream.ai/2023/10/13/rag-chatbot-with-conversation/)
* [Summarization: Improving RAG quality in LLM apps while minimizing vector storage costs](https://www.ninetack.io/post/improving-rag-quality-by-summarization)
* [RAG is Dead, Again?](https://jina.ai/news/rag-is-dead-again/)
* Chatbot Development:
* [Streamlit](https://discuss.streamlit.io/):
* [Build a basic LLM chat app](https://docs.streamlit.io/knowledge-base/tutorials/build-conversational-apps#build-a-chatgpt-like-app)
Expand Down

0 comments on commit 1ee770a

Please sign in to comment.