Deven Patel 1976d38b25 [Bugfix] fix chat pdf streamlit example (#1108) 1 tahun lalu
..
README.md 2f6ba642c7 feat: Add private ai example (#1101) 1 tahun lalu
config.yaml 2f6ba642c7 feat: Add private ai example (#1101) 1 tahun lalu
privateai.py 1976d38b25 [Bugfix] fix chat pdf streamlit example (#1108) 1 tahun lalu
requirements.txt 2f6ba642c7 feat: Add private ai example (#1101) 1 tahun lalu

README.md

Private AI

In this example, we will create a private AI using embedchain.

Private AI is useful when you want to chat with your data and you dont want to spend money and your data should stay on your machine.

How to install

First create a virtual environment and install the requirements by running

pip install -r requirements.txt

How to use

  • Now open privateai.py file and change the line app.add to point to your directory or data source.
  • If you want to add any other data type, you can browse the supported data types here

  • Now simply run the file by

python privateai.py
  • Now you can enter and ask any questions from your data.