|
пре 1 година | |
---|---|---|
.. | ||
README.md | пре 1 година | |
config.yaml | пре 1 година | |
privateai.py | пре 1 година | |
requirements.txt | пре 1 година |
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.
First create a virtual environment and install the requirements by running
pip install -r requirements.txt
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