Developed with the software and tools below.
Chat bots, vector database usage, Rag applications, Function calling to build agents. You can use this as a guiding doc for your development
└── all-you-can-do-with-ai/
├── QA.js
├── README.md
├── chat.js
├── function.js
├── index.js
├── openai.js
├── package-lock.json
├── package.json
├── public
│ └── styles.css
├── search.js
├── views
│ └── index.ejs
└── xbox.pdf
Requirements
Ensure you have the following dependencies installed on your system:
- Clone the all-you-can-do-with-ai repository:
git clone https://github.com/saketh1999/all-you-can-do-with-ai
- Change to the project directory:
cd all-you-can-do-with-ai
- Install the dependencies:
npm install
Use the following command to run all-you-can-do-with-ai:
node app.js