ArXivChatGuru
ArXivChatGuru copied to clipboard
Use ArXiv ChatGuru to talk to research papers. This app uses LangChain, OpenAI, Streamlit, and Redis as a vector database/semantic cache.
Dear sir Please assist with this exception. Thank you. redis.exceptions.ConnectionError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have...
Windows 10. Running locally. The error appears after generating chat Full text: ``` 2023-10-25 01:46:49.561 Uncaught app exception Traceback (most recent call last): File "C:\Users\exore\anaconda3\envs\ArxivChatGuru\lib\site-packages\streamlit\runtime\caching\cache_utils.py", line 263, in _get_or_create_cached_value cached_result...
Users should be able to have multiple conversations and within each conversation, the arxiv chatguru should remember the context of the conversation. This will involve changing from the ``RetrievalQA`` chain...
Right now the app just supports changing the number of tokens. Given that this is largely meant to be an app to learn about how to use vector databases and...
In the previous refactor we took out - Azure - HuggingFace We should re-enable these and add - local model support (llama, etc)