https://github.com/srinivasantarget/chat-with-ai
Simple LLM Apps with RAG
https://github.com/srinivasantarget/chat-with-ai
Last synced: about 1 year ago
JSON representation
Simple LLM Apps with RAG
- Host: GitHub
- URL: https://github.com/srinivasantarget/chat-with-ai
- Owner: SrinivasanTarget
- Created: 2024-06-04T17:57:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T18:03:54.000Z (over 1 year ago)
- Last Synced: 2025-03-31T04:51:28.108Z (about 1 year ago)
- Language: TypeScript
- Size: 6.85 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat With AI
AI playground to build LLM Apps with RAG (local PDFs, websites, etc.)
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
## Installation
`npm install`
## Usage
```
❯ npx tsx chatWithPdf.ts
The existential purpose of RetailX's digital transformation was to fundamentally enhance the shopping experience, making it as personalized and seamless as possible. This transformation aimed to influence and improve customer satisfaction and engagement by integrating advanced digital technologies such as AI and data analytics into their operations.
```
```
❯ npx tsx chatWithTextFile.ts
The existential purpose of RetailX's digital transformation was to fundamentally enhance the shopping experience, making it as personalized and seamless as possible.
```