Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tssujt/document-embedchain
A streamlit app for chat based on embedding documents using langchain
https://github.com/tssujt/document-embedchain
ai chatgpt document-embeddings langchain llm pdf streamlit
Last synced: about 2 months ago
JSON representation
A streamlit app for chat based on embedding documents using langchain
- Host: GitHub
- URL: https://github.com/tssujt/document-embedchain
- Owner: tssujt
- License: mit
- Created: 2023-09-25T05:32:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T03:14:05.000Z (about 1 year ago)
- Last Synced: 2023-12-18T04:24:33.333Z (about 1 year ago)
- Topics: ai, chatgpt, document-embeddings, langchain, llm, pdf, streamlit
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# document-embedchain
A streamlit app for chat based on embedding documents using langchain
## Run application
```
OPENAI_API_KEY=YOUR_OPENAI_API_KEY docker-compose up -d
```## Demo
Open https://localhost:8501 in browser