Some easy to make / easy to use tools for chatting with files.
- 'simpleQA.ipynb': Simple QA iPython notebook based on Llama_index with less than 10 lines of code. No external vectorstore required.
- 'simpleQA_gr.py': Simple QA Python code based on Llama_index and using Gradio for simple UI. No external vectorstore required.
- 'simpQA_streamlit.py': Simple QA Python code based on Llama_index and using Streamlit for simple UI. Can upload one or multiple files at the same time, and the files can be .txt, .pdf, etc. No external vectorstore required. To run it, type:
streamlit run simpQA_streamlit.py