Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nayeem01/chat-with-docs

A chat application that helps users communicate about their documents.
https://github.com/nayeem01/chat-with-docs

chromadb daisyui fastapi langchain nextjs14 python websocket

Last synced: about 8 hours ago
JSON representation

A chat application that helps users communicate about their documents.

Awesome Lists containing this project

README

        

### Chat with Docs !!

- [x] REST API create embeddings and store them in ChromaDB
- [x] Huggingface LLMs integration
- [x] LLM chat with websocket
- [x] Conversational RAG
- [x] Frontend UI with NextJs

### List of LLMs

- Question answering: HuggingFaceH4/zephyr-7b-beta
- Embedding: all-MiniLM-L6-v2

### Chat output

![output](./assets/GPT_Chat.gif)