Repacking for Thanksgiving
Unpacking from Cozumel, packing for Thanksgiving in Tahoe with the fam. CEO and I head out tomorrow eve after I…
- bail out the water on the boat tarp
- bring up trash cans and clear out gutters
- 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,
)