Repacking for Thanksgiving

Posted on Nov 22, 2023

Unpacking from Cozumel, packing for Thanksgiving in Tahoe with the fam. CEO and I head out tomorrow eve after I…

  1. bail out the water on the boat tarp
  2. bring up trash cans and clear out gutters
  3. reschedule curie appt

Today I set a new PR on the Karate Monkey around the Lisa Killough @ Calero loop at like 38mins; that trail is becoming my benchmark.

I saw an interesting LLM link for creating / loading up vector DB’s: Neum AI. In particular, the an RAG pipeline lib with an API that looks straightforward relative to LangChain:

from neumai.Pipelines import Pipeline

pipeline = Pipeline(
  sources=[source],
  embed=openai_embed,
  sink=weaviate_sink,
)