Code base for tutorial
Add .env file at project root with REDIS_URI
connection string
REDIS_URI="redis://localhost:6379"
npm install
npm start
src/index.ts
file has testVectorQueryByKNNandRangeForText()
method where vector search can be tested with different search term.