this post was submitted on 13 Jun 2023
1 points (100.0% liked)

Machine Learning and AI Apps | Tools

1 readers
1 users here now

ChatGPT and other front end AI apps and tools discussion, share your find your "15 apps that will improve your flow" and ask questions about how to use AI apps.

We follow Lemmy’s code of conduct.

Communities

Useful links

founded 1 year ago
MODERATORS
 

ChatDocs was created to chat with documents offline using LLMs:

It is based on PrivateGPT but has more features:

--Supports GGML models via C Transformers (another library made by me)

--Supports Transformers models

--Supports GPTQ models

--Web UI

--GPU support

--Highly configurable via chatdocs.yml

It is easy to install and use:

--pip install chatdocs # Install

--chatdocs download # Download models

--chatdocs add /path/to/documents # Add your documents

--chatdocs ui # Start the web UI to chat with your documents

All the configuration options can be changed using a chatdocs.yml config file.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here