https://github.com/codeacme17/talk-with-docs
use 🦜️🔗 to communicate with varied files & web
https://github.com/codeacme17/talk-with-docs
langchain langchain-app talk-with-files talk-with-web
Last synced: 4 months ago
JSON representation
use 🦜️🔗 to communicate with varied files & web
- Host: GitHub
- URL: https://github.com/codeacme17/talk-with-docs
- Owner: codeacme17
- License: mit
- Created: 2023-05-10T11:20:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T01:20:31.000Z (over 2 years ago)
- Last Synced: 2025-05-04T08:36:54.456Z (7 months ago)
- Topics: langchain, langchain-app, talk-with-files, talk-with-web
- Language: Vue
- Homepage:
- Size: 695 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
talk-with-docs
use 🦜️🔗 to communicate with varied files or web
## Start
```bash
git clone https://github.com/codeacme17/talk-with-docs.git
```
#### UI
```bash
cd talk-with-docs
pnpm install
pnpm dev
```
#### Server
```bash
cd talk-with-docs/server
pnpm install
pnpm dev
```
#### Add the required environment variables
```bash
cd talk-with-docs/server
touch .env
open .env
```
```py
# openai
OPENAI_API_KEY = "..."
# Pinecone
PINECONE_API_KEY="..."
PINECONE_ENVIRONMENT="..."
PINECONE_INDEX="..."
# Huggingface
HUGGINGFACE_API_KEY="..."
# Proxy
# If you need a network proxy to access openai,
# please change this configuration item to your proxy address
SOCKS5_PROXY_ADDRESS="socks5://..."
```
## Support type
| | type | suffix | describe |
|-------|------|------|--|
| ☑️ |word | `.doc` `.docx` | only `.docx` files support in-document image parsing |
| ☑️ |pdf | `.pdf` | not support image parsing |
| ☑️ |HTML | `.html` | support image parsing |
| ☑️ |image | `.png` `.jpg` `.webp` | |
| ☑️ |web | | just use `url` |
| 📌 |audio | | `pending dev...` |
| 📌 |video | | `pending dev...` |
## How it work
#### embedding
#### explain image
## Contributing
Contributions to the project are welcome! If you find a bug or have an idea for a new feature, please submit an issue or pull request.
## License
[MIT](https://github.com/codeacme17/1llg-terminal-GPT/blob/main/LICENSE) License © 2023-Present [leyoonafr](https://github.com/codeacme17)