Spaces:
Paused
Paused
File size: 570 Bytes
5795fcf |
1 2 3 4 5 6 7 8 9 10 11 12 |
# Welcome to ChatLGO
In this space we'll examine a chat application that is able to query a large repository of LGO Theses using a combination of tools provided through the LlamaIndex library.
We'll be leveraging:
- [Fine-tuned Embedding Model](https://huggingface.co/ai-maker-space/chatlgo-finetuned)
- [Cohere's Reranking Service](https://cohere.com/rerank)
- [Sub Query Query Engine](https://docs.llamaindex.ai/en/stable/examples/query_engine/sub_question_query_engine.html)
This should enable us to retrieve documents with expanded context generated by our LLM!
|