Categories
aws llamaindex llm openai

Llamaindex + OpenAI and S3 Index storage

I have been playing around with the LLM Stack. I used Llamaindex, OpenAi and S3 in the app I have shared below. https://github.com/aldomatic/llamaindex-s3-index-storage

Categories
javascript nodejs

Fastify and token authentication

We will be using Bearer authentication (also called token authentication) is an HTTP authentication scheme that involves security tokens called bearer tokens.

Categories
javascript nodejs

Javascript One-Liners

A few of my favorite JavaScript one-liners that can be used in your projects today.