An open API service indexing awesome lists of open source software.

https://github.com/ericooh/chat-with-documents

Chat With Documents is a Streamlit application designed to facilitate interactive, context-aware conversations with large language models (LLMs) by leveraging Retrieval-Augmented Generation (RAG). Users can upload documents or provide URLs, and the app indexes the content using a vector store called Chroma to supply relevant context during chats.
https://github.com/ericooh/chat-with-documents

ai flask gpt4 langchain llama2 mistral-7b nlp open-source openai privategpt python rag redis retrieval-augmented-generation

Last synced: 3 months ago
JSON representation

Chat With Documents is a Streamlit application designed to facilitate interactive, context-aware conversations with large language models (LLMs) by leveraging Retrieval-Augmented Generation (RAG). Users can upload documents or provide URLs, and the app indexes the content using a vector store called Chroma to supply relevant context during chats.

Awesome Lists containing this project