Spaces:
Running
Running
Feature(LLMLingua): fix the links
Browse files
app.py
CHANGED
@@ -29,8 +29,8 @@ We also has a work to compress long context scenories, using less cost but even
|
|
29 |
- π₯ You can find the slides of EMNLP'23 in <b><a href="https://drive.google.com/file/d/1GxQLAEN8bBB2yiEdQdW4UKoJzZc0es9t/view">Session 5</a></b> and <b><a href="https://drive.google.com/file/d/1LJBUfJrKxbpdkwo13SgPOqugk-UjLVIF/view">BoF-6</a></b>;
|
30 |
- π We launched a [blog](https://medium.com/@iofu728/longllmlingua-bye-bye-to-middle-loss-and-save-on-your-rag-costs-via-prompt-compression-54b559b9ddf7) to showcase the benefits in RAG and long context scenarios. Please see the script of the example at [this link](https://github.com/microsoft/LLMLingua/blob/main/examples/Retrieval.ipynb);
|
31 |
- π We launched a [project page](https://llmlingua.com/) showcasing real-world case studies, including RAG, Online Meetings, CoT, and Code;
|
32 |
-
- π¨βπ¦― We have launched a series of examples in the ['./examples'](
|
33 |
-
- πΎ LongLLMLingua has been incorporated into the [LlamaIndex pipeline](https://github.com/run-llama/llama_index/blob/main/llama_index/
|
34 |
"""
|
35 |
|
36 |
INTRO_EXAMPLES = '''
|
|
|
29 |
- π₯ You can find the slides of EMNLP'23 in <b><a href="https://drive.google.com/file/d/1GxQLAEN8bBB2yiEdQdW4UKoJzZc0es9t/view">Session 5</a></b> and <b><a href="https://drive.google.com/file/d/1LJBUfJrKxbpdkwo13SgPOqugk-UjLVIF/view">BoF-6</a></b>;
|
30 |
- π We launched a [blog](https://medium.com/@iofu728/longllmlingua-bye-bye-to-middle-loss-and-save-on-your-rag-costs-via-prompt-compression-54b559b9ddf7) to showcase the benefits in RAG and long context scenarios. Please see the script of the example at [this link](https://github.com/microsoft/LLMLingua/blob/main/examples/Retrieval.ipynb);
|
31 |
- π We launched a [project page](https://llmlingua.com/) showcasing real-world case studies, including RAG, Online Meetings, CoT, and Code;
|
32 |
+
- π¨βπ¦― We have launched a series of examples in the ['./examples'](https://github.com/microsoft/LLMLingua/blob/main/examples) folder, which include [RAG](https://github.com/microsoft/LLMLingua/blob/main/examples/RAG.ipynb), [Online Meeting](https://github.com/microsoft/LLMLingua/blob/main/examples/OnlineMeeting.ipynb), [CoT](https://github.com/microsoft/LLMLingua/blob/main/examples/CoT.ipynb), [Code](https://github.com/microsoft/LLMLingua/blob/main/examples/Code.ipynb), and [RAG using LlamaIndex](https://github.com/microsoft/LLMLingua/blob/main/examples/RAGLlamaIndex.ipynb);
|
33 |
+
- πΎ LongLLMLingua has been incorporated into the [LlamaIndex pipeline](https://github.com/run-llama/llama_index/blob/main/llama_index/postprocessor/longllmlingua.py), which is a widely used RAG framework.
|
34 |
"""
|
35 |
|
36 |
INTRO_EXAMPLES = '''
|