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
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 One-Liners
A few of my favorite JavaScript one-liners that can be used in your projects today.