marella / chatdocs

Chat with your documents offline using AI.
MIT License
707 stars 100 forks source link

how to ... ? #25

Open aisyar opened 1 year ago

aisyar commented 1 year ago
  1. deploy
  2. update db
  3. hide document/file name source
  4. install to specific folder
marella commented 1 year ago
  1. Please note that this is not a production ready project and should not be deployed publicly. The main use case is to run it locally.
  2. You can add more documents by running chatdocs add on new documents. To reset, simply delete the db directory and add again.
  3. Currently it is not possible but I can add an option to hide them.
  4. You can use Python virtual environments and run pip install from virtual env.
VexiaOnline commented 1 year ago

Hello, I was just wondering if the option to hide the document name/sources was ever added or not. I'd really love this as I plan on creating a D&D type chatbot that will answer questions about our setting and would like it to just give replies without spitting out what files it drew from to come up with the answer. Thanks for the info!