Anteemony / RAG-Playground

Chat with your PDF file using the LLM of your choice
https://unify-rag-playground.streamlit.app/
6 stars 5 forks source link

Sidebar model selection menu #31

Closed OscarArroyoVega closed 6 months ago

OscarArroyoVega commented 6 months ago

@Anteemony Please take a look at the model selection menu. The dictionary that I used is the same one that the Llama_index app uses. Locally, it functions.

OscarArroyoVega commented 6 months ago

I am not sure how to resolve the conflicts. I am verifying the method for doing it

Anteemony commented 6 months ago

Looking good. It will be nice if the model and endpoints also have the toast feature Let me take a look locally

OscarArroyoVega commented 6 months ago

How does the toast feature work? Although I saw you introduce it, I am not sure how it works.

Anteemony commented 6 months ago

It's a very simple command. See it in the docs

OscarArroyoVega commented 6 months ago

I will close the pull request, make the necessary adjustments, and submit a new PR.